Loading Tool

Explorer IconExplorer

Memory Pool

30,128 transactions
25.26 vMB
0.06085792 BTC
Random Selection Loading Transactions
Max Size: 124.53/200 MB

Candidate Block

Mining Attempt ec9e1badbd9e043af64d53f9bec08b50400527dca7108a363df169dcb1b4cc2b
Version 20000000
Previous Block 0000000000000000000032d81b56df9fff9453a08f3e3f9107dd1c0c705a4d85
Merkle Root 30dd3067d33e7e441df77f37a3550298d863cfbe24c2f3829f6523dc7066ff10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,362
Size: 1.00 vMB
Total Fees: 0.01486019 BTC
Feerates: 300.41 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,196 (825,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,537 88,537 00000000000c65b053925b2b98be3bc3faf78529df5422fd4fd4be46b564acf7 4 0.00/1.00 vMB 0
88,536 88,536 00000000000d41d51fb9ab127a302f7fc8b7be41ba0140213d4d297c65538bfa 1 0.00/1.00 vMB 0
88,535 88,535 00000000000f6c950b62ffd167f8b12c67546ed0344c4499bfe7bafee77e5a69 1 0.00/1.00 vMB 0
88,534 88,534 00000000001120e019274a6bed62a887b4c900df02148bc20fd822e8f9f95301 1 0.00/1.00 vMB 0
88,533 88,533 0000000000167403d369384e367f6204ebf5003b9120560ddf6c516e834feea8 1 0.00/1.00 vMB 0
88,532 88,532 00000000001a3558b11ceb366f8fc0423f17de499121d4c1525bd0d96edf0980 1 0.00/1.00 vMB 0
88,531 88,531 0000000000056d06428acd0587ff04f12c56d22317b44719ce00cbb070d98e12 3 0.00/1.00 vMB 0
88,530 88,530 00000000000fa4d101d55a185ef13f13af39d04fccf637ad48f0b51cfe08202d 2 0.00/1.00 vMB 0
88,529 88,529 000000000018b1ac4f8167821da7816b796399f063f922658f2e613f5e6d2914 3 0.00/1.00 vMB 0
88,528 88,528 00000000001bbd619d928f7084b6e0342a6d12adc20554ad69c219aa2bdcc6d0 1 0.00/1.00 vMB 0
88,527 88,527 0000000000198a62dbbe3d39212c3e7ca5ba9eec276099f01f7542734d871f99 1 0.00/1.00 vMB 0
88,526 88,526 00000000000ad68cc18f526192c3ff730178f0fca0fdfbb1a6f9f537c9ba4361 1 0.00/1.00 vMB 0
88,525 88,525 000000000003c90889184a00986990b0a2edc3fd8a635216d11cd603a4c24be2 1 0.00/1.00 vMB 0
88,524 88,524 000000000005950b3496faf52d2cc9899c9ea4440778e1e5e9c050d5f92d9c96 2 0.00/1.00 vMB 0
88,523 88,523 00000000000aa22ef1e7e015e4e2959a4275fd594250609e4a4e53e38dfd34be 3 0.00/1.00 vMB 0
88,522 88,522 000000000006859d1d6bb1f107d505f40854b31b8d276015d3635ba237d13acf 1 0.00/1.00 vMB 0
88,521 88,521 0000000000145e754ca9942e959e5641b8e5f3361d8564f6bcbc6b490af72307 1 0.00/1.00 vMB 0
88,520 88,520 0000000000042c2c27318c70fb13c1d024291b48890c56e648027901f66468f9 1 0.00/1.00 vMB 0
88,519 88,519 00000000000ed4a908a246cbbab4695ba7c539954b26df7e983ab8fe19db8010 1 0.00/1.00 vMB 0
88,518 88,518 00000000000cdcb0243eb4cb64fd3a49db42e53b713cc2e93f22ec31ca5650f9 2 0.00/1.00 vMB 0
88,517 88,517 00000000000f51733acbfab917acce8a8ea25b4f573167d586a9656139fa92ea 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.94 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: 572.96 GB
    • Received: 8.00 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.