Loading Tool

Explorer IconExplorer

Memory Pool

29,930 transactions
24.87 vMB
0.05728006 BTC
Random Selection Loading Transactions
Max Size: 123.57/200 MB

Candidate Block

Mining Attempt 3ddcd35ec1938b328cd11bdb6f28c5b8eb8fb889c48bc4d578fd7eeea562d8d3
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 0d7b9e32ce5f28dd713c91afa813705d0b99f5089fabde50dea69b7772ccbf62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.01276656 BTC
Feerates: 73.20 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (352,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,763 561,763 000000000000000000295e5b0b252a107a4964b2597aed7b12459ebbdbfddc2e 269 0.13/1.00 vMB 21
561,762 561,762 0000000000000000002a04c5d636c43b9ff6e65da136dca1ca98d71ea180e64a 3,226 1.00/1.00 vMB 4
561,761 561,761 0000000000000000002543a04f498bde30a6a8427d54090b8c9b4842cd65ab30 2,762 1.00/1.00 vMB 25
561,760 561,760 00000000000000000013bfc2b8b1c343ebfcab2f885dbfaa38217a042f249dde 2,411 1.00/1.00 vMB 8
561,759 561,759 0000000000000000000b286fca730ba30abf5d66327ba7d4cb869b7eacdb2e89 2,081 1.00/1.00 vMB 4
561,758 561,758 0000000000000000001b33693d6ee696ccedad7b4aae23ae4209761fef76efc2 2,571 1.00/1.00 vMB 9
561,757 561,757 00000000000000000012d0aa924f8712005014c591217990f40f427ca20e53f4 3,128 1.00/1.00 vMB 20
561,756 561,756 0000000000000000001bb412ec7cf04e412cd60d2344c4e1588eaac5ce51d514 1,717 0.58/1.00 vMB 3
561,755 561,755 00000000000000000022a17d01fe53a8795389dff1b06dfa6e2ec735df7de94a 2,876 1.00/1.00 vMB 14
561,754 561,754 000000000000000000088ffcad3ac8fceea98bdbf476ec5cf7eb6419e1a3b424 1,249 0.46/1.00 vMB 7
561,753 561,753 0000000000000000000868b67e93ecfe1ee5aab123933ef9ef722509267750d9 453 0.13/1.00 vMB 8
561,752 561,752 00000000000000000011491b3c8b1dc79668e48a6f99047aacba18f53f6a06db 2,549 0.96/1.00 vMB 9
561,751 561,751 000000000000000000173c2be9cbdb457daeffd14a5360c0a656c052834be4a8 2,241 0.72/1.00 vMB 2
561,750 561,750 0000000000000000002502cb3606cd8bde9491162ece619ec890ecaa663c9353 3,021 1.00/1.00 vMB 15
561,749 561,749 0000000000000000001de5e0b8af248a74c3370c877c5ff62b10fed03927c509 1,041 0.38/1.00 vMB 10
561,748 561,748 000000000000000000278add4d71cc7d891a52fedc3d7806e74bf0d7cbb6283d 3,171 1.00/1.00 vMB 11
561,747 561,747 000000000000000000087af023b876d52f6d14cc9969f3a63f6f0ec991add803 1,062 0.40/1.00 vMB 12
561,746 561,746 00000000000000000007fb9b7d2d5a4d77c2caa471ad7569ee4de44833e479dc 849 0.31/1.00 vMB 9
561,745 561,745 0000000000000000002f0e6d5fc9a082bf6fa8cbc2262b69bee90787a732aa06 184 0.05/1.00 vMB 11
561,744 561,744 0000000000000000001953afb8e944acc9fe7c8db8c2d42dea625ce5dd70f7f3 114 0.03/1.00 vMB 19
561,743 561,743 0000000000000000000dcb51faeec163845f5ea3e9fa7c38f67c9c210782a30a 1,209 0.40/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.86 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: 641.91 GB
    • Received: 12.53 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.