Loading Tool

Explorer IconExplorer

Memory Pool

81,661 transactions
30.84 vMB
0.08688868 BTC
Random Selection Loading Transactions
Max Size: 188.15/200 MB

Candidate Block

Mining Attempt c24ca128c1d9e66ec1e2a6f58aeb2713d45c5345808625f1df9679db687c2346
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 2703e56c5d6cce3e46e9f4422292e94eae2150e149aa69d5d2f76adef9b038e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.01777800 BTC
Feerates: 150.93 > 1.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (49,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,342 865,342 000000000000000000023c141e60b67494de12e5e8252a5b6c97c15599e33ba8 5,199 1.00/1.00 vMB 37
865,341 865,341 00000000000000000002de45f9cca5a6033948307d8c695425d70411cf403e29 4,737 1.00/1.00 vMB 24
865,340 865,340 00000000000000000000b3c2228b0e954f679e71ec8dcbae2920f6006346bda7 5,716 1.00/1.00 vMB 24
865,339 865,339 000000000000000000017e9e3c84e492dcc48dec4de5e3e1606e1fd28756422b 5,580 1.00/1.00 vMB 28
865,338 865,338 00000000000000000000f3465d55391c69cbc600f0ab6cf7407c0b475dabc05d 4,354 1.00/1.00 vMB 34
865,337 865,337 000000000000000000016aad4490e9c8e7256ccdf837bf2b421a4b856a16255f 5,688 1.00/1.00 vMB 34
865,336 865,336 000000000000000000009b5ef3200d4e20cdbb640d5dfa058178db8f1b176535 1,734 1.00/1.00 vMB 19
865,335 865,335 00000000000000000000276795bc11e84f11e020e9614e747e2c0bf453762c7b 3,895 1.00/1.00 vMB 35
865,334 865,334 00000000000000000000d55f992d31f28815c2c7aa95aa0fb9f07be81df566dc 3,153 1.00/1.00 vMB 23
865,333 865,333 0000000000000000000158de49cc24eb18eeb69714608e5fe25e46c000a8af61 4,031 1.00/1.00 vMB 35
865,332 865,332 00000000000000000002da0a555b88ffaf91edea4e9937802e72532349532f1a 4,664 1.00/1.00 vMB 35
865,331 865,331 00000000000000000001448382361c86ff64637b3091d83875b525152e812bd2 4,673 1.00/1.00 vMB 44
865,330 865,330 00000000000000000000519e99e0d1882b2d4f0697ec5484e78bb7d0f5e56a73 6,363 1.00/1.00 vMB 56
865,329 865,329 000000000000000000006cd72838fab7d6e6d2f62a8ba1f8eadb5beb4c3dcc8d 5,995 1.00/1.00 vMB 45
865,328 865,328 00000000000000000002fbbce065125e6b3f97aa895bbc031b43b18fd743a5f2 6,656 1.00/1.00 vMB 38
865,327 865,327 000000000000000000025eff0368f8a40b45664fca03e7feb1ae8d5c84b4ff4c 6,432 1.00/1.00 vMB 46
865,326 865,326 00000000000000000002aacec33f4a5a031f0dd02c6e0b74d4aee8f108085a6d 5,765 1.00/1.00 vMB 47
865,325 865,325 0000000000000000000045bc965b1f6332505018cbb31e570b89936f2cadd57b 5,711 1.00/1.00 vMB 39
865,324 865,324 000000000000000000015483e2b23eb67dfd82b632a8b2519bee0b8b4a765a0f 6,201 1.00/1.00 vMB 46
865,323 865,323 000000000000000000013e798c651817e9d93d3f39332bbaa9e3ceb0ac5148a6 6,222 1.00/1.00 vMB 50
865,322 865,322 000000000000000000009de1b8114ae7004cf0dc7e75b67c8eebedf63a05b363 5,653 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.97 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: 715.84 GB
    • Received: 17.74 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.