Loading Tool

Explorer IconExplorer

Memory Pool

76,397 transactions
28.47 vMB
0.06681190 BTC
Random Selection Loading Transactions
Max Size: 172.56/200 MB

Candidate Block

Mining Attempt e4d04fb8ca1df3ceecd75a6ecf2595c8e2a377f001abd4efa8f1c2e20bc1d21a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ba0efdd9b4bb4d8abe4d1f04d5ef51544cb66966a74346dddb184b2306c362c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,302
Size: 1.00 vMB
Total Fees: 0.00788385 BTC
Feerates: 71.79 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (385,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,488 529,488 00000000000000000007a1e855b6f5c5e7d7d2788e37790632a04703b6ca4cae 2,514 1.00/1.00 vMB 83
529,487 529,487 0000000000000000001a55595b0a225340ceb2267b9b62a1fe1330b6723acfd0 305 1.00/1.00 vMB 4
529,486 529,486 0000000000000000000992bd102525249edcfe06090602356f146ab4e665948d 2,299 1.00/1.00 vMB 27
529,485 529,485 0000000000000000002bea2a3856941ef72b34fff5aef60a57764e8f3d6e7cea 1,824 1.00/1.00 vMB 24
529,484 529,484 00000000000000000020ec298ab50e0f7484da11a0f299c9c8cb5614836c3d7e 2,352 1.00/1.00 vMB 35
529,483 529,483 000000000000000000023e81190185922f7a36f259499a3ed0f00d9eb2420758 1,971 1.00/1.00 vMB 11
529,482 529,482 0000000000000000001142e05ec9420d3d805e0ed1252d3804b1b32f7e1811a3 2,373 1.00/1.00 vMB 14
529,481 529,481 00000000000000000008f1bd48f1c97e27ea1d42fd8a9564c4b42a3f5c44f8f3 1,504 1.00/1.00 vMB 9
529,480 529,480 00000000000000000028c535619c0b112a2650f6eb3b962c0346ec3fe7f87298 2,723 1.00/1.00 vMB 46
529,479 529,479 00000000000000000013a714b58cdbe8ca0651485313c0f18684cb901da27970 1,953 0.83/1.00 vMB 58
529,478 529,478 00000000000000000023a54e7c96de0ae179f4fada16431cee77b52ebf3e0d61 2,068 1.00/1.00 vMB 19
529,477 529,477 000000000000000000118cd54026b56b518259f91beb0fb00a8801d6d27b7a71 2,181 1.00/1.00 vMB 34
529,476 529,476 00000000000000000023bbe7f7c8d0d60ce0e36cfbfb528bee687dd039bf8eb3 1,967 1.00/1.00 vMB 66
529,475 529,475 000000000000000000167860e683297f940cee35224df9227ce29d441f14d415 2,362 1.00/1.00 vMB 46
529,474 529,474 0000000000000000001932bf40c75cca22721b30c74b6ddb92b9ece71e295856 2,657 1.00/1.00 vMB 69
529,473 529,473 000000000000000000321704815259b69d5098ca53094c4a6c42e8fb48ddc620 3,070 1.00/1.00 vMB 41
529,472 529,472 00000000000000000009f3f82d73fbd8acf646002d047e9c98e3db877ab9c0e1 2,129 1.00/1.00 vMB 15
529,471 529,471 00000000000000000012ccc5b62c9d5c538c84397d0f58399b434aeea32da2b1 1,758 1.00/1.00 vMB 41
529,470 529,470 00000000000000000007a65076cdcdfa3d80c0dc43b2073e55228adda2f6eed7 773 1.00/1.00 vMB 52
529,469 529,469 0000000000000000000a529e0485b0eca78f9562e393d4597da7b4900d9b8943 2,149 1.00/1.00 vMB 111
529,468 529,468 000000000000000000200d482aeafce6e0f450a37046b49576445b26884de9ca 1,292 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.13 GB
    • Received: 16.41 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.