Loading Tool

Explorer IconExplorer

Memory Pool

37,998 transactions
26.59 vMB
0.06236442 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt 166c6b4713df25dfb94b74c7bd5ce5947a5f2eceea87eb277797ae5f370a6b66
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 2549df41f9ff4c96b2a5b42e32bbad8fdc91536aff1a5362e5064e2c6a836831
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,395
Size: 1.00 vMB
Total Fees: 0.01285948 BTC
Feerates: 100.53 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (39,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,447 875,447 0000000000000000000254c895d054a40d6d1ef9dddc32363542e2abf114f157 5,711 1.00/1.00 vMB 11
875,446 875,446 000000000000000000016d1e124baf0acc2455e8681edecca049dd102738e8e4 5,772 1.00/1.00 vMB 16
875,445 875,445 00000000000000000000af2708dfa29cb2cdbd7bfb2aceee5c80a2fc1a530a8d 5,192 1.00/1.00 vMB 10
875,444 875,444 0000000000000000000166d30aff70d85c8d0ca9df031d19683ff1bee32ae297 3,522 1.00/1.00 vMB 7
875,443 875,443 0000000000000000000056c2731c4196af9ba67fc19c0cf45f3023b525a6f5d3 2,709 1.00/1.00 vMB 6
875,442 875,442 00000000000000000001573989b444adda333b2599a58d94d080b09113a5b545 3,275 1.00/1.00 vMB 8
875,441 875,441 00000000000000000000bc8b7af5ade3332054aaef1e09e67b02580c9d433d87 3,032 1.00/1.00 vMB 14
875,440 875,440 000000000000000000020e991a4f259e301854b7679c93e8821a27a2ecba4e32 4,048 1.00/1.00 vMB 11
875,439 875,439 000000000000000000010ae3d9b715df0f0db43835bd9ba277da3b54d3fcf017 2,588 1.00/1.00 vMB 21
875,438 875,438 00000000000000000000714b4e04eacbfa82d84bd98e1559a39fb48108e56fa3 2,956 1.00/1.00 vMB 6
875,437 875,437 0000000000000000000236f69ab5afd1c3d87558398af697474e82a124e75e4d 2,834 1.00/1.00 vMB 18
875,436 875,436 00000000000000000001d28e39836e3ee4e6b73eb90d80bf731125d2617a7e5b 3,037 1.00/1.00 vMB 9
875,435 875,435 00000000000000000000875ed89e299c1ca33652bded5cceea2a1e083045a113 2,889 1.00/1.00 vMB 4
875,434 875,434 000000000000000000008ea4f53f1fa4b525f5744ad05197e6e66f92b18e72bd 2,805 1.00/1.00 vMB 5
875,433 875,433 000000000000000000020148eae845fffa3801b1216391219ddb8b22da704e9b 2,342 1.00/1.00 vMB 4
875,432 875,432 00000000000000000001baaf312502f7b8c4eed8aa31640dc4a0e5a16820a9a7 3,001 1.00/1.00 vMB 8
875,431 875,431 00000000000000000001413cb75abf2f489073f710c552900057974ad7675be8 2,075 1.00/1.00 vMB 7
875,430 875,430 0000000000000000000152889d426c654c617e5dc40f0951aa8fcd9e2d68364b 3,094 1.00/1.00 vMB 8
875,429 875,429 00000000000000000001e468bb36386f287d40129715346a5f2ad29c04577007 2,090 1.00/1.00 vMB 5
875,428 875,428 00000000000000000001324bbb75406ceeef54685b7ee0126d6807a4c1f6f7d4 1,752 1.00/1.00 vMB 6
875,427 875,427 0000000000000000000214c3d33c8a8b9f25faff8169e75fb1b218ceb229fb8b 2,676 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.