Loading Tool

Explorer IconExplorer

Memory Pool

77,701 transactions
28.85 vMB
0.07283415 BTC
Random Selection Loading Transactions
Max Size: 174.95/200 MB

Candidate Block

Mining Attempt 6c65160898ca005bb3d42a8764fc003fbd3949a0a4b5a9cbdc8204ce832e6ff2
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root d886f972dcfd1356dd134530c0b2ac16da66a97fde1818f2240b358491f1ef36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,867
Size: 1.00 vMB
Total Fees: 0.01285084 BTC
Feerates: 299.43 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (502,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,389 412,389 000000000000000002052f742dc1ab6b2a0a2c053dec53b173dc9aafee29b1ba 2,309 1.00/1.00 vMB 45
412,388 412,388 0000000000000000030f454b192166811bff58ece4076a52b17222f996ed0c41 2,974 1.00/1.00 vMB 62
412,387 412,387 00000000000000000317903af96450023f76d56b36022749977726606205aec2 2,376 1.00/1.00 vMB 88
412,386 412,386 00000000000000000279457cd3f46d6fba073331c7bb2d6b7d7106be9fa528ad 2,840 1.00/1.00 vMB 95
412,385 412,385 000000000000000005973b1b2e9d2ceda977316a25e072c7e7f09c43f5fd906f 2,807 1.00/1.00 vMB 58
412,384 412,384 0000000000000000030cd6674b2ccadabacf266956b790f50a9249d18d424747 2,194 0.99/1.00 vMB 60
412,383 412,383 000000000000000002f7afcf2476da234ffe7efc9d1f25d7ba28af891b077f52 2,283 1.00/1.00 vMB 59
412,382 412,382 000000000000000004ea1aef9310d8d10166f456edcf3e987dec34cd241c032b 1,431 1.00/1.00 vMB 30
412,381 412,381 000000000000000004416381c924f60efa555f2cdec13436d0875987029ad550 2,561 1.00/1.00 vMB 63
412,380 412,380 000000000000000002d45e95c43d7c739d747b52d239b989a7b28286b0a84331 1,562 1.00/1.00 vMB 47
412,379 412,379 0000000000000000040eb9b0b5b054d6432047f72f0ccbd76b02b279a254933f 1,964 1.00/1.00 vMB 45
412,378 412,378 00000000000000000454993858562c779bc23a1ea3d83498524c0de65da65e62 2,184 1.00/1.00 vMB 51
412,377 412,377 00000000000000000127db66da9ac60685a8aae5b6b96c6ff2d711019f8f528c 1,859 1.00/1.00 vMB 44
412,376 412,376 000000000000000003e5734b3d00d0fddbd04c3bcdec21eaad69b24027af0e70 2,930 1.00/1.00 vMB 73
412,375 412,375 000000000000000002041c5ff3e36ffe3a524358d6f1194d1a8a87b2d757b337 1,337 1.00/1.00 vMB 28
412,374 412,374 00000000000000000360f924936dbc3792ab08d707874c9887fb366678e69286 2,447 1.00/1.00 vMB 61
412,373 412,373 000000000000000004aca43df96e266eb3605a111f3f3e09fb4878c122dd749b 1,246 1.00/1.00 vMB 25
412,372 412,372 000000000000000000997f886517eb339251f74720a59408c779e97be216c569 2,685 1.00/1.00 vMB 66
412,371 412,371 000000000000000005a2711ff851bf3dc000f81d3ed1ae4d4dc6db6ede8fd548 436 1.00/1.00 vMB 10
412,370 412,370 0000000000000000041b4a3a2d5aecc682635ce73588a1b7bc1b3a4d2dbb156d 2,044 1.00/1.00 vMB 45
412,369 412,369 0000000000000000020ff03cd3b00e408ad1ef64e81ff3eaf86c62a21ae0f16d 1,301 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.