Loading Tool

Explorer IconExplorer

Memory Pool

75,030 transactions
31.81 vMB
0.09142875 BTC
Random Selection Loading Transactions
Max Size: 183.76/200 MB

Candidate Block

Mining Attempt 26f14509b4977d48b428cc5187e39a2d4e9e5a855cb38745de82d77bff0c64aa
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root bcf8b946ecdc0897fd45165253a5dac011cee4a8b0fa9fdaeea1d026d41ce264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,831
Size: 1.00 vMB
Total Fees: 0.02848484 BTC
Feerates: 151.03 > 2.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (49,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,018 865,018 000000000000000000022d9abca110d8b75962a2ba0d698480840fd9023ba82d 4,207 1.00/1.00 vMB 17
865,017 865,017 00000000000000000000216ff0b423639299b75fdf83a58d7e218f53af3a5b05 1,577 1.00/1.00 vMB 13
865,016 865,016 000000000000000000020782839ad1c5dc55c5c382e6711c078a083bde9a0a1f 2,514 1.00/1.00 vMB 8
865,015 865,015 00000000000000000002818d5e6cbb0405ceb2723bfe3104862f6f1947a4fa13 3,604 1.00/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.