Loading Tool

Explorer IconExplorer

Memory Pool

42,540 transactions
26.69 vMB
0.06411946 BTC
Random Selection Loading Transactions
Max Size: 140.42/200 MB

Candidate Block

Mining Attempt da3302d34014f917f9e42dbf353ed8ff77e7a59595a9ff295dead38735b46a58
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 357c0f38d7c33dabe87abf360888b65845fc5f029054336c55fc7624aa860377
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,872
Size: 1.00 vMB
Total Fees: 0.01501795 BTC
Feerates: 197.49 > 1.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (99,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,226 815,226 00000000000000000002844f63ba3c17f04491e1b21fa0c97db9be27b0549971 4,173 1.00/1.00 vMB 38
815,225 815,225 00000000000000000000a7351b6d3164b320db3289f675a12f7530977570229d 3,235 1.00/1.00 vMB 44
815,224 815,224 00000000000000000000bb39c0721719a2906c7f172860acdc2ef5abd6f56712 4,545 1.00/1.00 vMB 38
815,223 815,223 0000000000000000000459880c2a0c3f9f899758d6b89f04878d2d260ce97f81 3,719 1.00/1.00 vMB 37
815,222 815,222 00000000000000000000090bb69b38276e7943826e54908815d4976e2e8580e3 4,722 1.00/1.00 vMB 38
815,221 815,221 00000000000000000003a25e0abbcf84e70cc4a6064041cb67ef5b4e92f8d819 2,657 1.00/1.00 vMB 41
815,220 815,220 00000000000000000002026443e1ba280067ca50ad4349cdfa40255a049eef82 3,740 1.00/1.00 vMB 39
815,219 815,219 00000000000000000002d29d6b128114be8f3d869afbbc752b68d9ea67adad09 3,242 1.00/1.00 vMB 30
815,218 815,218 00000000000000000003515d5deefad8c551f50478c136570b875a5fb65b0fe1 3,758 1.00/1.00 vMB 31
815,217 815,217 000000000000000000038f59742425277e1fe3bf7568b8e39a6ccb75f8cec82c 4,710 1.00/1.00 vMB 33
815,216 815,216 000000000000000000031647bbb0a182359f044d67f8c9fa00430edcdafb0437 5,395 1.00/1.00 vMB 36
815,215 815,215 000000000000000000026a2ac5afe931c4aa2cb6b3019d844344c987cce9d53b 4,758 1.00/1.00 vMB 36
815,214 815,214 00000000000000000000a1c320c11959e670e2fb26ca0d5df64a2c453b4105d2 4,007 1.00/1.00 vMB 35
815,213 815,213 00000000000000000003e4fea92a93a7d1ab3c90591baf7dc7438520f0960f12 4,475 1.00/1.00 vMB 39
815,212 815,212 000000000000000000017df4d5b6f43461e6ef1f54a26aa9c1f0306b888d6bff 4,953 1.00/1.00 vMB 33
815,211 815,211 00000000000000000002e3d87edd7c317e5f0ef34c2f53bfad794334af874e84 2,940 1.00/1.00 vMB 38
815,210 815,210 00000000000000000001b6f1f7e46a4e0399e6c8370faa3f60a4d211f5693762 3,397 1.00/1.00 vMB 40
815,209 815,209 00000000000000000002625a0800c75accd041052510b9ecc6466fc3701f1b42 2,877 1.00/1.00 vMB 27
815,208 815,208 00000000000000000004299cb0e5d3ef094efb48ea49dfe6ce9d9370c1e3a7a3 3,888 1.00/1.00 vMB 35
815,207 815,207 00000000000000000004729d50d0c53d1a0f37bba022b92ad16e9102a991ccc8 3,510 1.00/1.00 vMB 33
815,206 815,206 000000000000000000024ddb0d43311dabcf84642d86ced3552cd624800828c2 5,280 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.44 GB
    • Received: 13.28 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.