Loading Tool

Explorer IconExplorer

Memory Pool

41,355 transactions
27.94 vMB
0.04742419 BTC
Random Selection Loading Transactions
Max Size: 157.10/200 MB

Candidate Block

Mining Attempt fb72c5d9d36287237002b917bb21fd8bc781e543069725822f5282bcb1bfe423
Version 20000000
Previous Block 0000000000000000000143f5869752987f58c7f004db478ebeccffa26c588bd4
Merkle Root af8f216269ed11fe2c4317577923f68b0902bb4b0dbc7a4bcf6b33a817f2759e
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,380
Size: 1.00 vMB
Total Fees: 0.01517975 BTC
Feerates: 148.60 > 1.52 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,573 (336,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,562 604,562 0000000000000000000239bcc6bc69756c5b038f1ea1dd1617a051a85a2a9ba6 2,506 1.00/1.00 vMB 21
604,561 604,561 0000000000000000000a5fbfde75fc59378f51cde6f88a17d86dae9e28fb59a3 2,673 1.00/1.00 vMB 7
604,560 604,560 00000000000000000000f6f6794b83d9b97450e74f0f60f768065ef4a68ecc0b 3,475 1.00/1.00 vMB 21
604,559 604,559 000000000000000000085e0736f158ef11aca7ce609a1f3408ca0dd59c6f0383 2,631 1.00/1.00 vMB 25
604,558 604,558 00000000000000000004a43aed3d30cb97f1a1d93e1d40191fd59bc208cc36a1 3,111 1.00/1.00 vMB 33
604,557 604,557 0000000000000000000d3450b5e486359880b00ba72e359e3446c0e4131bb8e1 2,954 1.00/1.00 vMB 50
604,556 604,556 00000000000000000002abc37bf42b227d5f43b61b5a4f9b6231fbd5684d16e6 2,629 1.00/1.00 vMB 21
604,555 604,555 00000000000000000013143bc5cd49c82669244b4b4a3082fecca68027d583cc 1,259 0.41/1.00 vMB 18
604,554 604,554 000000000000000000085e3f87ebc164bf16f307ed8d3338b36718f9fa791220 45 0.01/1.00 vMB 30
604,553 604,553 00000000000000000000491012d0d10a413f551c8bb8941971388066aa991a13 300 0.12/1.00 vMB 15
604,552 604,552 0000000000000000000283abf242159f408d96c95cba9911c8d277aa4608f545 1,099 0.45/1.00 vMB 17
604,551 604,551 0000000000000000000307c64402d61b88b29841a40699f8bb991c1cebdbbeb2 1,733 0.59/1.00 vMB 15
604,550 604,550 0000000000000000000cbf9567d7ffdb4c946a30e1125cb075858aada515fdb9 1,048 0.32/1.00 vMB 20
604,549 604,549 0000000000000000000b45b44d04225a54239417a714d1e0edd251613175b6aa 2,275 1.00/1.00 vMB 7
604,548 604,548 0000000000000000000a33a40f0fe38fc961acbd534a766cb22cb1a721c77613 3,340 1.00/1.00 vMB 30
604,547 604,547 0000000000000000000e6fedcb0e3f5660b0e410123ba9075b0beb85b7fe2fc6 3,453 1.00/1.00 vMB 20
604,546 604,546 0000000000000000000b1a15e1e3ce63aec8e002ec68678b8dae94e976e96247 1,390 0.60/1.00 vMB 4
604,545 604,545 0000000000000000000d8a309a0f9891d4ef7513a4e4d5686600de9fa6abe701 2,691 1.00/1.00 vMB 8
604,544 604,544 0000000000000000000e336e36274de25424b13b045635b5c22544b93bee895b 3,106 1.00/1.00 vMB 29
604,543 604,543 000000000000000000145b5898271ff592d2bca8dd2cf816f67b2c6c729f7513 2,213 1.00/1.00 vMB 23
604,542 604,542 000000000000000000118c4fd9d4d4ceffafe454aacd1d974d677e37f8a6d219 2,934 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 827.79 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: 4,495.99 GB
    • Received: 244.24 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.