Loading Tool

Explorer IconExplorer

Memory Pool

51,733 transactions
31.05 vMB
0.16563751 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt 4c16f42b6314993be3dcb7f56cced51589c9eb5a10c5c0bbb69bc00ba2142dce
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root bca393681319361a9d308f3c72be9e2157153cefed773b51b5cb2005af5536f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.08770071 BTC
Feerates: 477.45 > 8.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (202,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,041 712,041 00000000000000000004c526511e10d427ea1159c39c218dd5f4fe7b86868baf 1,956 1.00/1.00 vMB 6
712,040 712,040 000000000000000000030ceea5775d6da991002717ecf909acc593a9077bb13b 3,040 1.00/1.00 vMB 17
712,039 712,039 00000000000000000006336bd96a0226f5a3f6e9c18348dff57a96a3051f18d6 3,286 1.00/1.00 vMB 21
712,038 712,038 00000000000000000001cb7d9363f0951d6c2e167f1993813dd86b89c1eac8de 1,128 1.00/1.00 vMB 4
712,037 712,037 0000000000000000000bcc9a06c564d7a5139931dee5ab0da146b68a46fe8c7f 965 1.00/1.00 vMB 4
712,036 712,036 00000000000000000002c4502e231af749ddebf0012ad60730a8b65be3914418 2,186 1.00/1.00 vMB 9
712,035 712,035 00000000000000000002406c188ebb81c56df419018c742d8994e250bbf9c693 1,861 1.00/1.00 vMB 10
712,034 712,034 00000000000000000006fd5120dc23c5a1cf87544f18c1fdada544206ec9d92f 1,440 1.00/1.00 vMB 3
712,033 712,033 000000000000000000081887fe4fb89c1f7ccd1cc29b5aafdeb972f59eada966 3,057 1.00/1.00 vMB 18
712,032 712,032 0000000000000000000ac4cfb82eee647ba7e04f88aea35ca3bd6b357fc2bb65 1,430 1.00/1.00 vMB 7
712,031 712,031 00000000000000000006a289f2d2560784e7ed1b8270d453f29be875971b2d13 1,250 1.00/1.00 vMB 9
712,030 712,030 000000000000000000072e76c2c3a344a2ec47fff350d9374bcff2e5566b70d4 2,744 1.00/1.00 vMB 24
712,029 712,029 000000000000000000030d2ca481edfb19a9a344ac134934af7e8ac3baf6aad1 2,112 1.00/1.00 vMB 7
712,028 712,028 0000000000000000000022e77fdb87a604b4fdfb28cbea9830e1020ddc3f2859 2,113 1.00/1.00 vMB 7
712,027 712,027 00000000000000000001abb3b1801eb4306e0cad353193ae1ba80850be2bd2be 1,694 1.00/1.00 vMB 11
712,026 712,026 0000000000000000000aaf7395d811c17bc00965bd7aeb07268d8f0c5701cb2b 2,308 1.00/1.00 vMB 18
712,025 712,025 0000000000000000000c3fce498c48dde80f83fca7a1077d018072a74da93231 2,278 1.00/1.00 vMB 14
712,024 712,024 00000000000000000008a854e6c02821801069ceec020cf492ef9110dc621d13 2,792 1.00/1.00 vMB 31
712,023 712,023 0000000000000000000a0b9bd4c5634332adb8ab1a0ceea4704876a6e332aba6 2,581 1.00/1.00 vMB 10
712,022 712,022 000000000000000000069de5e0c8e5defe8da8d21977c485b1ca93faf9f74f04 3,022 1.00/1.00 vMB 3
712,021 712,021 000000000000000000053b881b7cc4e0b6e6d1ff389632d7dc04cb968dbb1cf4 2,686 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.