Loading Tool

Explorer IconExplorer

Memory Pool

73,405 transactions
27.16 vMB
0.06186674 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 2cbc66e548c871e266f57590fff3ecd9cf1a66896c30d4dc4e60d1de55cf6a98
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7017381b6df345f3eb989134379553444ed5c08cfad976a665f2ed9b426932b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.00431835 BTC
Feerates: 14.05 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (481,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,419 433,419 00000000000000000018357396ba2c55102e781a269876631ff0673b890b0268 2,142 1.00/1.00 vMB 49
433,418 433,418 000000000000000002add6819e1a24bfe5a10dc57f313be94f1f5036f05d17cd 2,925 1.00/1.00 vMB 78
433,417 433,417 00000000000000000346cfbfe5e4f19b8a19c33b89cb9d7cdfe68e3b3f11d61b 363 0.24/1.00 vMB 34
433,416 433,416 000000000000000000c5624778859136f27ff6b8b998fa3ad43f61cd843c2f0f 1,673 1.00/1.00 vMB 46
433,415 433,415 0000000000000000002c3a148a0e8b0fc4ca26127945380d53b405506303705e 2,389 1.00/1.00 vMB 70
433,414 433,414 0000000000000000030a60553eb11d831ebf84e21c39d5ff0278ba349f2e1fca 2,576 1.00/1.00 vMB 71
433,413 433,413 000000000000000003d3eebae4d6b4b19dc0115e3469d3ca33c1679a47e8a5c9 1,687 1.00/1.00 vMB 41
433,412 433,412 0000000000000000033721fbdc8dfcbb4c349a3d94ce0cd05f7ffe065de5da94 1,793 0.91/1.00 vMB 46
433,411 433,411 000000000000000000e9e462917166092617fa1339d80700edeb8c9e7fe33a85 2,750 1.00/1.00 vMB 79
433,410 433,410 0000000000000000024266c98cdad2d6a21a5d358c8acb1ddda314133fcad674 2,445 1.00/1.00 vMB 68
433,409 433,409 000000000000000001d13672a0eadb1ccdb0e749655da5ba52a8eb7a87c5a0db 677 0.98/1.00 vMB 14
433,408 433,408 0000000000000000044a6f5743c6375597c1ab7fec7b427da52b8dad6a27839e 962 0.41/1.00 vMB 54
433,407 433,407 00000000000000000377fa6dcdc29280baf68bb4fa1444378d881c62445f5012 1,747 0.84/1.00 vMB 56
433,406 433,406 0000000000000000013ba5de657783d9363154431b801951deb2ed2aaacce4ed 134 0.05/1.00 vMB 59
433,405 433,405 000000000000000001605f5ccedba1e65e1d1cf60eb0f68f9a7343c37b595ff3 444 0.18/1.00 vMB 44
433,404 433,404 00000000000000000165b0403709f2a3a8cb2c73cb6d3bdd80c74c6faae6c44b 1,424 0.66/1.00 vMB 61
433,403 433,403 000000000000000001655e1ce5b97645a0aeb9360fac44f64e9d3ab2a710d061 476 0.21/1.00 vMB 60
433,402 433,402 0000000000000000008ca45c0a81e58606775da9771368a70da1a862bf6ae33c 2,293 0.95/1.00 vMB 60
433,401 433,401 0000000000000000006a4ee83cbd9222f85353a5e4e0e015c8eebb79dfe11372 684 0.99/1.00 vMB 24
433,400 433,400 0000000000000000033260db770d79af61896728ec71a1cdb63d710b053af019 1,312 0.98/1.00 vMB 37
433,399 433,399 000000000000000000ea932b1d11a35b18f9a61f231cc1e3cc707de7b96e2857 706 0.40/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.