Loading Tool

Explorer IconExplorer

Memory Pool

80,827 transactions
29.86 vMB
0.07490708 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt 87f3303a4d41207ede3e3b79fcd9107d49b67af6608e5f13d1900f8dd9da3e87
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root bf42254bbf69be9ff0c448dedc63e25365dad39cb1ae60affd4f17fafda936ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,530
Size: 1.00 vMB
Total Fees: 0.01379782 BTC
Feerates: 502.67 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (279,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,122 635,122 000000000000000000113d600382c4c79a3f91762bf8d69425427d0d2a43bb23 2,076 1.00/1.00 vMB 40
635,121 635,121 00000000000000000010a5fd091a1383c1dc75b19ded3849e4aa407c696e8ddb 2,861 1.00/1.00 vMB 59
635,120 635,120 0000000000000000001035cdf66c97095b23fa1da2b6ee88f3dfdc559a7c16c0 2,826 1.00/1.00 vMB 39
635,119 635,119 000000000000000000011292e1742ef0605784413cfbef168f085569bb1eab16 2,480 1.00/1.00 vMB 53
635,118 635,118 00000000000000000008510776decbb7d68c9285d22150a72b0625ae8a8a2d3e 2,234 1.00/1.00 vMB 44
635,117 635,117 00000000000000000003ab6f5dc2f4ddfeb4608b1e233653824ab21b9872f25b 2,591 1.00/1.00 vMB 44
635,116 635,116 0000000000000000000608a3a0bc1c54b9afac4355a68b38f01d5ce254cccbc1 1,632 1.00/1.00 vMB 43
635,115 635,115 00000000000000000003a2e8fa5a5e2e444e1eb6d36f688f97e5e3e4b9cde68e 2,628 1.00/1.00 vMB 42
635,114 635,114 000000000000000000085a15104e680ad5381626f2912ae0311cc881056a9c98 2,370 1.00/1.00 vMB 46
635,113 635,113 0000000000000000000db9b1e078e507906c3bb84ad7eda7a8433f19951e6df0 2,872 1.00/1.00 vMB 58
635,112 635,112 0000000000000000000ade8e760a7cf51cd13919bdee687c922fe0b0f59e36fd 3,187 1.00/1.00 vMB 66
635,111 635,111 000000000000000000089db0a3e22b2650e67740348e811b9e8342552e7b4ba1 2,263 1.00/1.00 vMB 17
635,110 635,110 000000000000000000008d8545fee66556cb5c6f3b3cc9f6e4ece1c33ec7cb26 2,546 1.00/1.00 vMB 12
635,109 635,109 00000000000000000010750cffdfd0bf15f6b0c164a90c5cf75fa0826a6ec833 2,089 1.00/1.00 vMB 12
635,108 635,108 000000000000000000056d095ea7bb051c8c985ddb5102f6561ba303025108f5 2,292 1.00/1.00 vMB 39
635,107 635,107 000000000000000000108c8917accbdbb1388f1fa822c4d439e2f9f062e6c0f0 2,564 1.00/1.00 vMB 40
635,106 635,106 0000000000000000000d296417e4e5556bb621d779bff96b84fa826190c6d173 2,718 1.00/1.00 vMB 50
635,105 635,105 0000000000000000000ba0eff9d37e6c4575627c70dec83ca8374f00bed62625 2,053 1.00/1.00 vMB 40
635,104 635,104 00000000000000000004a5a8f1f9e06bce72ac8fd56957e2d25fdfd3e771bbfb 3,321 1.00/1.00 vMB 61
635,103 635,103 0000000000000000000776725bd780c10b3e301747171743b0a01123ff414bd7 2,821 1.00/1.00 vMB 49
635,102 635,102 0000000000000000000b7162affb94e46fcd0978bc8ac7005051136b1e51be90 2,044 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.