Loading Tool

Explorer IconExplorer

Memory Pool

32,714 transactions
10.03 vMB
0.15943207 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.44/200 MB

Candidate Block

Mining Attempt 1cced07c9c3fef9301463f1bf99a2caa1b832ca6250898293340714a304e877d
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 3587889952337658b3763482e8c3c798087e71e7f83c980a1ee2fd9ecbe24882
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.07060202 BTC
Median Feerate: 4.58 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (697,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,465 215,465 00000000000005412a637b201bf0a7c8f2484690b505cb0f9f4179cd7187eab9 55 0.02 vMB 177
215,464 215,464 00000000000000f47b24067f1d73471c734902ddf0c8ee0944aae0e92bd74b30 1 0.00 vMB 0
215,463 215,463 0000000000000541657dd1b8566779b7103f5f2921dd5704ab5d12462cc1eaf4 152 0.12 vMB 94
215,462 215,462 0000000000000008a66e1b9dbdd5b8bbe18391d51410981f25b2bfc1ebca4139 522 0.23 vMB 185
215,461 215,461 00000000000003c0cf2735f732ac7ef96fe95f59ddb2744c139bedaab2079945 162 0.07 vMB 171
215,460 215,460 00000000000001e14c3f7d7ab97f29f767ee3e95feb3906f2ce7f894642d62bb 9 0.00 vMB 42
215,459 215,459 000000000000035ef80060d247ed854bd6ff199e350b02783ef6a594c731bacc 144 0.06 vMB 198
215,458 215,458 0000000000000564ade364c5ec7d014415bf22a728d41d1b29e47da6ac0ccdd3 159 0.05 vMB 39
215,457 215,457 000000000000019912e807ad394677b673344d49cf5a3b09cca6adc263b46feb 346 0.17 vMB 138
215,456 215,456 00000000000000d0261e107540f35b6e1bcb825f2f724de529c604aa7089bd51 451 0.18 vMB 214
215,455 215,455 00000000000002a19ce0ba1d1c0c3504ea56c6442803a0879e511e0d9d27a6df 267 0.11 vMB 156
215,454 215,454 0000000000000282bd7316a3fe3eb70b287370f59cf8d69e81310a0822b72fbd 602 0.25 vMB 175
215,453 215,453 00000000000001f1fab5d83710160fdaa60528c559fbcae1d8e54919584d1626 144 0.05 vMB 93
215,452 215,452 00000000000001a37a237d3fbd9170e991a3f9e38fd00231a670788701f53fb9 84 0.03 vMB 139
215,451 215,451 00000000000003eb2154d55fc9775ad2faa7af59410f27f2d289ac21fde76d5f 153 0.08 vMB 128
215,450 215,450 0000000000000198f103b147783a4ab57840996f13464a2cdb695fa2c01083ad 19 0.01 vMB 96
215,449 215,449 00000000000001c3d084dc48d6843c431d6239ec448e16887e4d12265cddb528 322 0.14 vMB 205
215,448 215,448 0000000000000317ee358adce70fbb88e33403c392f2ba9579bad8008cb4c01e 93 0.06 vMB 104
215,447 215,447 00000000000000ab7d689f463651faf1470bb75a9bf7c581e37819e19e3cbef5 22 0.01 vMB 70
215,446 215,446 00000000000004353c221d74b294cc305be09ef54ab7dd4da413c5bcf12857a5 387 0.18 vMB 169
215,445 215,445 00000000000001aef71f0f38f01255f92118974ed6699aeb6375cf90cf0cc774 114 0.06 vMB 163
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.15 GB
    • Received: 0.44 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.