Loading Tool

Explorer IconExplorer

Memory Pool

43,671 transactions
27.34 vMB
0.06984097 BTC
Random Selection Loading Transactions
Max Size: 143.44/200 MB

Candidate Block

Mining Attempt f9b3d339ce26ae025ad1a0293fdea84f8e5df1b88805af10c6d3d3404f836771
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root bd684bd3ae3dbd2f41af4f9aa40173ced0473ed0a4190e23b4c3a2ca6cc552a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.01867996 BTC
Feerates: 298.50 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (157,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,515 757,515 00000000000000000003407ffd4310ae49dd03c02af890fd949a49b65127f8e3 397 0.12/1.00 vMB 9
757,514 757,514 000000000000000000039a1e1e06dc014bd4ad3eb041b76e3d5107848e2b636f 222 0.15/1.00 vMB 5
757,513 757,513 000000000000000000087723d41dfea3e3d43d19a54aaa8645e4033623649b11 1,582 0.90/1.00 vMB 3
757,512 757,512 00000000000000000008e23ca2e6cba1b40c6225388ef8a21cf82685eaa04d6e 1,659 1.00/1.00 vMB 6
757,511 757,511 00000000000000000008f3c7cfc553a6f5414c8451c0a397753294ea24945f45 1,878 1.00/1.00 vMB 10
757,510 757,510 00000000000000000003d208dbaad693ed1c3ba9c89f3983dde73cf201305609 3,266 1.00/1.00 vMB 11
757,509 757,509 000000000000000000026323f21fcce8d78e384d50c70df6eb991f003156b6cd 1,674 0.54/1.00 vMB 4
757,508 757,508 00000000000000000007ab6de6c2d922458dfa6854e60bd4b4b555fded718b69 2,795 1.00/1.00 vMB 11
757,507 757,507 00000000000000000002faf19d7672c289752e3451f90e1f1ffc9031ee86669e 500 0.15/1.00 vMB 10
757,506 757,506 00000000000000000000c5d3394bc287e32d00977b5b003fccf4b7a13bb96563 1,545 0.78/1.00 vMB 5
757,505 757,505 00000000000000000005430215ec9cbdbbea3278a15f85c65356499694882ed9 2,786 1.00/1.00 vMB 9
757,504 757,504 0000000000000000000636d1c6b0821d2ed71ffc3a90c2bc23633465ae80ec18 2,961 1.00/1.00 vMB 3
757,503 757,503 000000000000000000040fb42d3b7bfc06cef91d3fee549625af40a751e24670 3,618 1.00/1.00 vMB 19
757,502 757,502 00000000000000000000c8d7eeaef3ab2a61deb8bef73d53ea425af1eefb3dd0 648 0.57/1.00 vMB 2
757,501 757,501 000000000000000000040c1c03afaa91dc86c3f6d3e34255aa1ef2fdb5c7a744 664 1.00/1.00 vMB 1
757,500 757,500 0000000000000000000493be351fbf1e2cb9c36f3a46c5fe79e389340c44391f 2,180 1.00/1.00 vMB 6
757,499 757,499 000000000000000000029deed20d4d6d066aec2e05ad0c15e737ade1badfa06d 1,154 1.00/1.00 vMB 9
757,498 757,498 00000000000000000005a07b92276ee5d98100ff0928ff07c06bb7c1cf3d4f3b 2,596 1.00/1.00 vMB 4
757,497 757,497 00000000000000000000bf81cf921c8caebb2f10844bbb9228449908be3d0c25 3,301 1.00/1.00 vMB 12
757,496 757,496 00000000000000000002e08d27f5f3c8a1a7cf04386f64edadf2103605124811 2,594 1.00/1.00 vMB 28
757,495 757,495 0000000000000000000109d75117bf7bf271b6f2e3c343cc023f844bfe14c1f5 1,912 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.