Loading Tool

Explorer IconExplorer

Memory Pool

74,783 transactions
29.77 vMB
0.09862092 BTC
Random Selection Loading Transactions
Max Size: 172.58/200 MB

Candidate Block

Mining Attempt f6a2b08c52f92cd940f94f1bb9dcae1705be71f0dcf075fb9ceb4fa3ad9dcb0a
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root c71e18778ad280b2c1fb8faa57c29e01dff60ef7ef34bee3be1ebdc67a4c5cf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,846
Size: 1.00 vMB
Total Fees: 0.02795824 BTC
Feerates: 150.36 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (303,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,174 611,174 0000000000000000000e3c08182a3284c701e9e79da8e7c6582055c632cbee8f 141 0.04/1.00 vMB 12
611,173 611,173 000000000000000000096c2aae89888f4f3612ae60506a89ec57531330f6d985 1,686 0.52/1.00 vMB 13
611,172 611,172 0000000000000000000310a275acd7d53693112a7f95306cb7a43b1b8d00e993 416 0.12/1.00 vMB 11
611,171 611,171 00000000000000000005b5f7444d2d2e26182d685d4e34c6a505243c953a0ea2 449 0.15/1.00 vMB 10
611,170 611,170 0000000000000000000594a031374905965690cec20090d24abb0758d5dc7152 168 0.04/1.00 vMB 5
611,169 611,169 0000000000000000001030165a35753ab87b830e99e88d8e2245980767520d07 2,315 0.66/1.00 vMB 9
611,168 611,168 000000000000000000079673350e753d105161619f5250a2c27b0b597b1d2e98 3,535 1.00/1.00 vMB 17
611,167 611,167 0000000000000000000e47a83bfd75e23ed39f2338688f19d0bfbcd1c52a167c 2,704 0.74/1.00 vMB 10
611,166 611,166 000000000000000000019be7625e4589a0105611749a7e767a11748ef9ae72c0 1,796 0.52/1.00 vMB 11
611,165 611,165 00000000000000000002bfbed09bb8a6f56282dda5bf7964f884be60e02c2ee8 2,761 0.86/1.00 vMB 10
611,164 611,164 0000000000000000000378a5066177128046595181f7dfeea0a7e752a7b4959f 2,836 1.00/1.00 vMB 7
611,163 611,163 0000000000000000000555532a61f85d140a97614db54dded0707b9822512960 2,562 1.00/1.00 vMB 10
611,162 611,162 000000000000000000116902c175d4609e276df4c735f9e9d782bbb21ab6aa04 3,009 1.00/1.00 vMB 22
611,161 611,161 00000000000000000000c2e785a9c11fd49a2d96fb52008d4b0c0c91796b614a 2,640 0.87/1.00 vMB 5
611,160 611,160 0000000000000000000ca9eed2d7dc2173a7e126d350b2ec7a0f09f9b5575669 3,160 1.00/1.00 vMB 11
611,159 611,159 0000000000000000000573d3f4df115906726c1e469818314a311de43207853c 3,509 1.00/1.00 vMB 10
611,158 611,158 00000000000000000006d2ed35d42631c9f6a88a22255f69377f2650fd4b950e 3,424 1.00/1.00 vMB 19
611,157 611,157 000000000000000000019e8f88b8bbff1513c442b427548d2dce8662ac7f6f4a 2,523 0.79/1.00 vMB 4
611,156 611,156 000000000000000000072f27b856d7850a27857e9ee26087c7f516d194cff4e0 2,864 1.00/1.00 vMB 11
611,155 611,155 000000000000000000003980307f2b43b0924d53fdebffb4a04b4906fa9ba3f6 3,387 1.00/1.00 vMB 20
611,154 611,154 0000000000000000000fd66db6ff71abe4a3c013fad24d95a4ab0cf8b57eec66 2,834 0.87/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.