Loading Tool

Explorer IconExplorer

Memory Pool

76,756 transactions
29.37 vMB
0.11053049 BTC
Random Selection Loading Transactions
Max Size: 173.58/200 MB

Candidate Block

Mining Attempt 2580cfdebcf4f9d9ca3874fd63a2c94ae02ad0a69504211354991d627ef4fb28
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 7fbbb4c21c5f8f3434f03c2cb624bb63b621156398b9a1358cbcf6a5ed530fed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.04557149 BTC
Feerates: 201.37 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (303,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,176 611,176 00000000000000000008423b8a5b5b347889b0f82615abccb4a02e52fe22c3b2 3,403 1.00/1.00 vMB 17
611,175 611,175 000000000000000000080e1e30315231d448e1083d343016e1464c69e90020e2 1,684 0.65/1.00 vMB 9
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
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.