Loading Tool

Explorer IconExplorer

Memory Pool

80,084 transactions
31.08 vMB
0.07952638 BTC
Random Selection Loading Transactions
Max Size: 188.10/200 MB

Candidate Block

Mining Attempt 24d748a4c751f75d014b1e816127707eac08758c6a831d3bc796febf0a7a721f
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1103261b96e6b58c41ed26e69d607d8b6cf1e5a0444efb6585969c4b41105e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01251886 BTC
Feerates: 100.25 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (356,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,887 558,887 000000000000000000253b308acb87fcd96c8e16e210b0be0a89abf160232992 254 0.10/1.00 vMB 36
558,886 558,886 0000000000000000001fa9d6b9392a6f8b0df282d5d2efcb46649979031655d9 2,558 0.93/1.00 vMB 3
558,885 558,885 0000000000000000002641388da4461209a164eb2eee80175c5ea354bf7531ee 2,471 1.00/1.00 vMB 26
558,884 558,884 000000000000000000039b7b38f10e8d05454231cd2391f585c7ab3fe47c35f0 1,423 1.00/1.00 vMB 6
558,883 558,883 00000000000000000019603f24a6181fbd7b22b46d79f185bdb3b98e4b7e298c 2,637 1.00/1.00 vMB 7
558,882 558,882 00000000000000000000327729864663e619d0eb5c40216b8444e29d1446ce22 2,590 1.00/1.00 vMB 26
558,881 558,881 000000000000000000226e620adb988fc544c989d761119d2a9a485706cd6e69 2,639 1.00/1.00 vMB 20
558,880 558,880 00000000000000000003b104085cb333da4fe33612f4b211957dbbc7869d0418 2,554 1.00/1.00 vMB 22
558,879 558,879 0000000000000000002530673c78ceea9a5550970edb2ecc390de5763dd9b6f4 1,184 1.00/1.00 vMB 3
558,878 558,878 0000000000000000002a4eb97c585e629799131db3bdee21abf85ce890d23311 2,670 1.00/1.00 vMB 5
558,877 558,877 0000000000000000001c17811c83f28c6fec4871d96185aebdc59b55efb09e2b 2,602 1.00/1.00 vMB 14
558,876 558,876 000000000000000000072b50cac4d1c92afc0a4c53306b89938e4c9f84fab327 2,660 1.00/1.00 vMB 8
558,875 558,875 0000000000000000001df5f0ae1061f19f9ac288c5a92c8c9e885c5e2966b0cb 3,074 1.00/1.00 vMB 28
558,874 558,874 0000000000000000001765d76919f2934ceac78b5102819944088c9d4bb84282 2,705 1.00/1.00 vMB 46
558,873 558,873 000000000000000000067cef4edeb30d062aae93d093e189c56036487161bc5d 2,628 1.00/1.00 vMB 14
558,872 558,872 0000000000000000000f092eee4e1e55e4ded64710a4322463785d14f84ddb8c 2,424 0.82/1.00 vMB 13
558,871 558,871 0000000000000000001c9fc959fc4432014ae73025752a69f42551d72c281d3d 2,932 1.00/1.00 vMB 16
558,870 558,870 0000000000000000000163b7554df90f1d9bcd55df74c2794aeb28d632ab37f8 2,863 1.00/1.00 vMB 27
558,869 558,869 000000000000000000196c85b7ac6ec65190f0957f5540d1c5a19dde023c217c 455 0.14/1.00 vMB 22
558,868 558,868 00000000000000000000594d6a8da00d5689fff939a381f23e0c472336711bbc 2,490 0.82/1.00 vMB 5
558,867 558,867 0000000000000000001167a601c7a1e7916d7fc8e7ded99eabd34a1e047e4f21 2,928 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.