Loading Tool

Explorer IconExplorer

Memory Pool

44,363 transactions
26.55 vMB
0.05648962 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 71052f76df830de65f68e0a054be075d061931ff74ba6f4db7f161c8e3caeaf9
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 05dfb7d1fa2f7125ef6ef7056ced85ae1dac0c6e835e789cec5b8a722223cc95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.00770757 BTC
Feerates: 54.71 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (498,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,199 416,199 0000000000000000034e49541e8aef6ed84f2698aa146633bcac8fdf52411ca0 3,764 1.00/1.00 vMB 55
416,198 416,198 0000000000000000032a35108a3bbebf2f8a523f9b1b4ced857f396653ce0c45 2,499 1.00/1.00 vMB 57
416,197 416,197 0000000000000000004967663dc82592e381d2945f11bbd858e94e29fae48c9e 1,343 0.96/1.00 vMB 30
416,196 416,196 000000000000000002e5fa81ef713e8ecbf503f93682c63b61077e77cc6a8e49 2,129 1.00/1.00 vMB 44
416,195 416,195 000000000000000004ef8df8a987306e5a9eba6d98faf2f75946f256df07bfcc 2,341 1.00/1.00 vMB 63
416,194 416,194 00000000000000000233b7ed3a18f064f1553a53788c03470052be0eef37cb92 1,759 0.80/1.00 vMB 46
416,193 416,193 0000000000000000034bcee477b459f6c827cb572d129b4146c9cdaba3b7e4d6 175 0.07/1.00 vMB 39
416,192 416,192 0000000000000000003b04c0ff6e85850dc6205d4db91783bcc4fcc4df7daa55 158 0.06/1.00 vMB 47
416,191 416,191 00000000000000000010d427faa618a8860dd99441ddc644d3a5da14babbc2f0 515 0.33/1.00 vMB 38
416,190 416,190 00000000000000000194addcf0c7ac4c78fa8932f18789070134a5968b28608f 215 0.80/1.00 vMB 8
416,189 416,189 00000000000000000285ffbd25c99006c0d732b01c0310b3295f83b4b08c9a83 885 0.99/1.00 vMB 22
416,188 416,188 0000000000000000025a7e9fd93751253c49aff49ddadf6d3510b65a8e34fbf0 539 0.99/1.00 vMB 18
416,187 416,187 00000000000000000387d9b4fddf18d64403b1b642196126cbb5414f335168e0 1,487 1.00/1.00 vMB 31
416,186 416,186 00000000000000000132f0292856ff5d72af5734f215de5c3985e5e6c2c6a6cd 378 1.00/1.00 vMB 11
416,185 416,185 000000000000000003f964f13a4e7acb05bfdf4dbca145a7756f5c4e8ffce7c8 1,319 1.00/1.00 vMB 30
416,184 416,184 000000000000000003b5cc8a974b332daef8ff14026cec2756882d9c53670ce5 2,058 1.00/1.00 vMB 46
416,183 416,183 00000000000000000189aa8009cdabd26765f09249a4c2627a5b28a7e1b2d7bc 834 1.00/1.00 vMB 22
416,182 416,182 000000000000000000691e4e410a5ffda5131f87069318919ef7af36b1795b5e 1,392 1.00/1.00 vMB 21
416,181 416,181 000000000000000000857bbfad273c5891686adc2b6ad05ce4a41e5156ee10fc 1,188 1.00/1.00 vMB 27
416,180 416,180 0000000000000000050e4996f37e616442f47df1c1cdd3e69b81732e7c9a5008 1,918 1.00/1.00 vMB 32
416,179 416,179 0000000000000000007951531c0aacb1f561218e253fd76406835dff66ef1f42 2,736 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.