Loading Tool

Explorer IconExplorer

Memory Pool

44,739 transactions
27.31 vMB
0.10156203 BTC
Random Selection Loading Transactions
Max Size: 143.16/200 MB

Candidate Block

Mining Attempt 12aadb064ba53b1a21b2672c92a5233fc5b7d9e7dcde49bcfb3a3e3941094ff1
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7457cc49255778ab00a4bb283ba6e3e02bf916f78d820949ac9bdfa12feb36c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.04612420 BTC
Feerates: 151.16 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (256,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,957 657,957 000000000000000000065c43b8c804aedc3f513ffd1da123dbe16b49207da993 1,024 0.56/1.00 vMB 31
657,956 657,956 0000000000000000000528529764858e164f5cff7f0b1de45c092ac174db48a2 2,012 0.89/1.00 vMB 12
657,955 657,955 00000000000000000002dfe3d9cdea16f0a877c5164343f0e9fbb62c50375de8 2,419 1.00/1.00 vMB 13
657,954 657,954 00000000000000000005834b84714b484f996cd914bcbd2b0b4f9849ad37f19b 2,552 1.00/1.00 vMB 49
657,953 657,953 00000000000000000005cad29fb33e6bf7f8846684e905cb25a40728e0d8605a 1,799 1.00/1.00 vMB 56
657,952 657,952 000000000000000000029aa834ab9127c23fc66e4b2268a9584fc88a48d6b288 2,321 1.00/1.00 vMB 49
657,951 657,951 00000000000000000006a09a9a9599a0e6f56ec7267316b5a08d740f76452dc5 1,127 0.49/1.00 vMB 25
657,950 657,950 000000000000000000004e0a1312ff7bae7f22e8e39489b0989a98196c6ab3c8 1,626 0.61/1.00 vMB 30
657,949 657,949 0000000000000000000af44393f5c677b1cce5f6c5a675f143d6aee6a73934de 2,392 1.00/1.00 vMB 30
657,948 657,948 000000000000000000024fd50dda0f196f0b9076628e2f57339175e299cc08d5 483 0.18/1.00 vMB 26
657,947 657,947 00000000000000000002e2e32b168535d73abaedd23c87ec1679646833b0fffc 200 0.17/1.00 vMB 12
657,946 657,946 0000000000000000000176ac6e0f8182f1feb0a3efb65df273c43b8c8c053a62 415 0.17/1.00 vMB 35
657,945 657,945 00000000000000000007b86c03e46b8ddc606dc1a3d66b9130305855d08c471e 168 0.06/1.00 vMB 33
657,944 657,944 00000000000000000006af8933ee6c0ae1b4219572be57f768932856297a42fb 918 0.36/1.00 vMB 25
657,943 657,943 0000000000000000000e523073f08ad686009331f7e1c9c0433dfeaf5b716c53 1,391 0.64/1.00 vMB 25
657,942 657,942 000000000000000000024cfb7a299f5a6fc47f86f5892e2fa4919a4ec432893f 2,346 1.00/1.00 vMB 29
657,941 657,941 00000000000000000005dbabdd07d19459091f916d08bfc2b71ef0fbc746b4cc 2,620 1.00/1.00 vMB 31
657,940 657,940 0000000000000000000347720e367afcd5f659a4946a97c34430042c8c2d1864 2,443 1.00/1.00 vMB 17
657,939 657,939 0000000000000000000185ba0a00dc6ce0fb8b3e84d80819881d4e953128a999 2,248 1.00/1.00 vMB 6
657,938 657,938 00000000000000000001e1040f20b2b814a6bde2a1b70c0e0e6519d1fd5f45b5 2,578 1.00/1.00 vMB 11
657,937 657,937 0000000000000000000e28aef32d14957104a8f2c9fdce20939b97a072b3c8c7 2,328 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.