Loading Tool

Explorer IconExplorer

Memory Pool

39,896 transactions
27.71 vMB
0.06992030 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt 7ac3074bfab904a6c51436acee291d3ac0b29fac88ba6f44cc10566dba333b8d
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 0a08587b6a2128304bdf98b257c99d561c5fb2beb2e013e774fc0612404f47fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.01697017 BTC
Feerates: 100.95 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (39,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
875,426 875,426 0000000000000000000267aa83a88cd37bd2040b5db4f6c1f36ef5960a7e5fc8 2,882 1.00/1.00 vMB 6
875,425 875,425 000000000000000000011630af56b1420ea66d9e3720aa54223618ff26731dc8 3,148 1.00/1.00 vMB 10
875,424 875,424 0000000000000000000292acca3c0eb970918e19c481c78c5386fa50bd53ec04 3,547 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.76 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: 632.31 GB
    • Received: 12.11 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.