Loading Tool

Explorer IconExplorer

Memory Pool

86,294 transactions
31.60 vMB
0.14557223 BTC
Random Selection Loading Transactions
Max Size: 190.53/200 MB

Candidate Block

Mining Attempt 408c501a6f6c2c0d5edc74e3c5f7dd88f090c8d50101fd69f45bfcc2d0642de9
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c24ea6eb26b9735a0cdb23c83b817b655ba20c9736a21039c17b37b1cb5f2e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.06423421 BTC
Feerates: 214.31 > 6.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (49,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,014 865,014 000000000000000000006ac5142f4904035c9bf98e40e57b9710a1cde3e545b6 5,317 1.00/1.00 vMB 12
865,013 865,013 000000000000000000004f95a134822842e786156d060af3c78a7edbc0214337 4,174 1.00/1.00 vMB 9
865,012 865,012 00000000000000000001c02c7642baebd7f1fed6b88548b5bf69030d590b079b 4,022 1.00/1.00 vMB 14
865,011 865,011 00000000000000000001b90ae6b19d1caa43f2f60882d29ac5e53dcabfca7ef8 4,245 1.00/1.00 vMB 15
865,010 865,010 00000000000000000002d6c54e3d4320e08019582a972279cdb8db39f79c7cb4 4,512 1.00/1.00 vMB 22
865,009 865,009 00000000000000000002d2fc4e7b09e94fa581d9c6418a24c8ef0edbddf76e0c 5,169 1.00/1.00 vMB 25
865,008 865,008 00000000000000000000077235d1606bb47b32e19375077bcdf9543926ad8f1c 5,722 1.00/1.00 vMB 33
865,007 865,007 00000000000000000000f8b23d0dd300e97ebf2dd2732963b8ff309d4cd53610 6,308 1.00/1.00 vMB 33
865,006 865,006 00000000000000000002ff162cc918ecdf9653ef37dd7d426e0a86f0bc374690 5,329 1.00/1.00 vMB 11
865,005 865,005 0000000000000000000045c80a3b0db3d90dc81aede75b990aaabfdbeb7f20e5 5,223 1.00/1.00 vMB 16
865,004 865,004 000000000000000000001caec2b896c2024ccb3bf077e53d120fafd25bf5538a 1,641 1.00/1.00 vMB 14
865,003 865,003 0000000000000000000137693a132c504f1734852d53f20e0095cb98dc2b6591 3,965 1.00/1.00 vMB 15
865,002 865,002 0000000000000000000184f77892f72b0ce032377a82a66e1189687149bccbe6 5,967 1.00/1.00 vMB 24
865,001 865,001 000000000000000000003f56a0dc473978701d23e9aa479eeaca96d1c850a1d9 4,074 1.00/1.00 vMB 13
865,000 865,000 000000000000000000018b745cc38c17456b15a0f5a1cec5a4ebe1227bf5467c 5,928 1.00/1.00 vMB 15
864,999 864,999 000000000000000000026cee28ae5600e377aceff891304004446bcc311230b4 6,133 1.00/1.00 vMB 25
864,998 864,998 00000000000000000000c6f55e24774f6a6e581df2347a09c0461e0349bb7031 6,496 1.00/1.00 vMB 10
864,997 864,997 000000000000000000014c03bb056bc26a5e4b192650bd7b60b328a1cd218a9a 6,533 1.00/1.00 vMB 10
864,996 864,996 00000000000000000001d6e2bfb21e19b8f2733a3d59c164cc20c1f92cdbc891 7,070 1.00/1.00 vMB 9
864,995 864,995 000000000000000000013bcd64bd6141105d067178bf828656999a1023109c1b 6,485 1.00/1.00 vMB 14
864,994 864,994 00000000000000000001537e8c9130368ef84327411388d36712b25c758682f0 6,456 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.33 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: 660.70 GB
    • Received: 14.77 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.