Loading Tool

Explorer IconExplorer

Memory Pool

44,679 transactions
28.48 vMB
0.07961924 BTC
Random Selection Loading Transactions
Max Size: 150.85/200 MB

Candidate Block

Mining Attempt 8d7f24f411532a20b84d08d88a40eb19a136fbbab88f6477a66340cabb0b796f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 5eeccd5e02646fb8dbe0107677c468a0b2ae88a14871b887467184628c803e53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.02569861 BTC
Feerates: 150.92 > 2.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (730,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,515 184,515 00000000000001e145362083043d9f2670dab94486e27441a5031d83241a5f42 10 0.00/1.00 vMB 0
184,514 184,514 00000000000008d84597ede892156b190c92fdecad10c393318b38c18aaf9773 1,301 0.42/1.00 vMB 152
184,513 184,513 00000000000008e42fec4451be3bdc68ca0fc2306eec9af05308530a1c9a3eeb 1,024 0.41/1.00 vMB 133
184,512 184,512 00000000000002f1c37f5141089b7d2de6502a16cfa55cab4b4a3c088bbd2814 608 0.26/1.00 vMB 302
184,511 184,511 000000000000062229aa4a547e693bb4d23aaddd6b74b91d1e15700eb1bf706c 10 0.00/1.00 vMB 0
184,510 184,510 00000000000007124deaaf9922c949ca4b15d78f62f2f369b9c79840fd52f38c 606 0.25/1.00 vMB 130
184,509 184,509 000000000000026a6ecb2503c38dffbe71056a73d430250f33fef379f11dcf40 39 0.01/1.00 vMB 481
184,508 184,508 00000000000004c048256ba5073eba2e4839b5f5831af3811501c6ffb9bbc877 512 0.25/1.00 vMB 134
184,507 184,507 0000000000000165844538ecf570621c7d2e849fe91d49eb39cfb4d8887fdd43 512 0.17/1.00 vMB 241
184,506 184,506 000000000000078b275cd837072d8e5d2f1b25f74b121ad639fb6ccb0b978a40 613 0.25/1.00 vMB 140
184,505 184,505 0000000000000804e6231dfdbc164eabc10ffddd709b5ca04b77d013d696cf59 12 0.00/1.00 vMB 301
184,504 184,504 000000000000042ffb42db7ad2570338df9d2f7a9413409018d0d66b3a39585f 135 0.05/1.00 vMB 203
184,503 184,503 000000000000068c772aa24e80c94ff2b29ec9846043e6f4ad6fca697c695bc3 533 0.45/1.00 vMB 148
184,502 184,502 000000000000064f74af4c754fdd5d51130ca1339287f2936c41de7a6ad3d223 40 0.02/1.00 vMB 615
184,501 184,501 000000000000096d0d10d619634fa7af19b8a58e505633501545f941c80c5c31 154 0.08/1.00 vMB 148
184,500 184,500 00000000000001b2a3bd02767c5a9000d87ff8654a43d437ee3df44290234a5c 228 0.14/1.00 vMB 129
184,499 184,499 000000000000039e6ef4d0234d795d39fb63a2b644c4882d0aa5cebddba954d3 975 0.39/1.00 vMB 251
184,498 184,498 0000000000000219b44d3d7b6d7d7f03b0f3d63c95442dde11cec26b14c0d9c6 327 0.25/1.00 vMB 88
184,497 184,497 0000000000000336fa0157b700d553f5bbcda3e05cf13eff9f7d1db9258e41e4 558 0.25/1.00 vMB 140
184,496 184,496 00000000000005195b005d1b6c47e0c84e0f2654604d9f2070d5cdb6f6820d63 651 0.25/1.00 vMB 129
184,495 184,495 0000000000000a3d2f28bcb74953301baf0e0e78ccc07e117e8e7352ff8fc075 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.94 GB
    • Received: 13.36 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.