Loading Tool

Explorer IconExplorer

Memory Pool

44,903 transactions
27.42 vMB
0.06823280 BTC
Random Selection Loading Transactions
Max Size: 145.07/200 MB

Candidate Block

Mining Attempt 6c042fb44317b1beb482db68fd6bbcc379db2419c15601b2aa4bbec93e578942
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root ab4e185fee0b1472d811615374358124a3bd4e1e80943098611f226097c8715b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.01683195 BTC
Feerates: 200.99 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (794,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,346 120,346 0000000000009cb649e6f49b7ed818874fcc161d894a7c7d462f52809d32061a 13 0.01/1.00 vMB 1,455
120,345 120,345 0000000000001a44f60085fa3c724edcd012c8b8c4afa1ea28801cddbf930fef 47 0.02/1.00 vMB 812
120,344 120,344 0000000000004d869a3f699f198aaff6e36f2bb605f7843aab8a6971873b9474 3 0.00/1.00 vMB 0
120,343 120,343 00000000000018de9e8fbbffbded197ec72021e141a7393288ac096d6a8b10aa 19 0.01/1.00 vMB 0
120,342 120,342 000000000000413f62e272dac6305007e1eca20f12d7e2fa68535ebda4504df2 7 0.00/1.00 vMB 0
120,341 120,341 0000000000004ebfe780d393c776d8541e04c999e5664c07e28c8f74e0f03e89 7 0.00/1.00 vMB 229
120,340 120,340 00000000000029ba27c4bf03d72d55ed9b855238af23468f65969ad2f462d195 16 0.01/1.00 vMB 137
120,339 120,339 0000000000000bc2850f16a019cdf85d2d4d7f808e2fa4c4c28e18d28c0866ee 4 0.00/1.00 vMB 2,005
120,338 120,338 0000000000009bc66e1e09eeea01f4310d1a27a693f1770351904051b93bf6a1 2 0.00/1.00 vMB 3,875
120,337 120,337 000000000000872ffe4270de539fdc6e9c61e8472ca423606fd4958048286fa6 31 0.01/1.00 vMB 391
120,336 120,336 000000000000809b56781a50ffc447dd47c8531dd68306d9b02abbe0c4323fd5 11 0.01/1.00 vMB 346
120,335 120,335 000000000000adf2d624078c8b79faf3da9c0f7f04ca6a13728f12ef2add9d18 9 0.00/1.00 vMB 0
120,334 120,334 000000000000196cc5bfc0da93328d1b74ee9c0413240eb6eb56ad8aa8b7b6d6 13 0.01/1.00 vMB 1,437
120,333 120,333 0000000000006666ef4f89f64e38fe8f7983b8d24fae3403f1e0b5fc23d97be3 23 0.01/1.00 vMB 168
120,332 120,332 00000000000043cb3f111cd0ee4026c3e92cf6199201881e4eb164bfbddb6f29 31 0.01/1.00 vMB 202
120,331 120,331 00000000000054347fe0994fd78eb7cb7b619e62a0cb64d8f552688d50f9beb2 19 0.01/1.00 vMB 313
120,330 120,330 00000000000021f40f4ea50f03b91ade71c6e76cc494ac09c913621a4c3d2457 20 0.01/1.00 vMB 0
120,329 120,329 0000000000005c4bf2b3c89020fdc78c2d542a60d9f4fadad444b717ce2a6b57 13 0.00/1.00 vMB 314
120,328 120,328 000000000000a49748452b62dfa877a412420bca9c3ac85bdc18d1921b404744 17 0.01/1.00 vMB 715
120,327 120,327 000000000000716c29d40e402187645ee1afa7690e000fd6bab1cc1700c34d5a 43 0.03/1.00 vMB 1,159
120,326 120,326 00000000000074bf052f84e609832b1264bc4bd0d01ec3e60df7cb1880123c45 7 0.00/1.00 vMB 589
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.