Loading Tool

Explorer IconExplorer

Memory Pool

45,868 transactions
27.33 vMB
0.07419234 BTC
Random Selection Loading Transactions
Max Size: 144.89/200 MB

Candidate Block

Mining Attempt 86e5fba2e82b9ef4ecacc7f9a8cf0363f8cbb16aeacc2d426b03d623299cf82e
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 1c2dc8eba7f57f8058b5bdb1b8d703cef3c71db610aebe6191618c06872557f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,912
Size: 1.00 vMB
Total Fees: 0.02314478 BTC
Feerates: 301.59 > 2.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (856,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,096 58,096 0000000001e281ef0e7247b87cff723323499f255446217e21c3006d0509a4f6 1 0.00/1.00 vMB 0
58,095 58,095 0000000007dba04675eddececf37ea79e654f5c505409853736874fad7c27174 1 0.00/1.00 vMB 0
58,094 58,094 000000000e361557188ea7edf2640c8885f1e321defc2d8fd462e66f3cac45dd 1 0.00/1.00 vMB 0
58,093 58,093 000000000231c716375add4dd806ca69ed5af1740fa9e2b699bf49d42806d054 5 0.00/1.00 vMB 0
58,092 58,092 000000001191b4e9459e3bfbbfbde9ac184667a612acaaaeda3f969bccc5893e 1 0.00/1.00 vMB 0
58,091 58,091 000000000275c22f30f615dcff4eea75a5e25e730188b17e7e0b3fde8f32ac11 1 0.00/1.00 vMB 0
58,090 58,090 000000000a194d2236dc0da9fcfe5c7ac139ce075e1d9d623e94001bdbce707a 2 0.00/1.00 vMB 0
58,089 58,089 0000000004b7c9cf9620c757e0c4a30409651499338fe62e367645150b71dd28 1 0.00/1.00 vMB 0
58,088 58,088 0000000005653f5aaba9f2191d975d4dabede9139e588ae8842ff78ac634a4f3 6 0.00/1.00 vMB 0
58,087 58,087 0000000005ea36527f8541710764975661211115e6b74f2c28974b0997caaeb1 2 0.00/1.00 vMB 0
58,086 58,086 00000000053a191f81492909153f9f3775cf39603b5a4d49d27337ee7f5ef321 1 0.00/1.00 vMB 0
58,085 58,085 000000000cfb1e8d8f1a400cccc117ca53138507f75f25a2715f6cd2712e1eef 1 0.00/1.00 vMB 0
58,084 58,084 0000000009c022347ec0b1405bf404405358a4c6e7a904a84a091e25694bf271 1 0.00/1.00 vMB 0
58,083 58,083 0000000012a0f4e3d2f6f4e15b9f171333b0b1d030ba6423fa91c256f4143b0a 1 0.00/1.00 vMB 0
58,082 58,082 000000000bbe60495d39155b14831b38d986c8256aa8fb0b0ca90440d0c1cf78 1 0.00/1.00 vMB 0
58,081 58,081 0000000012d424dee1236e92468a4c58e1953b5286e7914f2c30575b505ed7ee 1 0.00/1.00 vMB 0
58,080 58,080 000000000cdb23713b9deb7f8c5275ccbe33b695361b04b8f2cec7675133d2c2 1 0.00/1.00 vMB 0
58,079 58,079 000000001170c24c164868ae0dc29041653a5548064caf8a60daa2752f0158cc 1 0.00/1.00 vMB 0
58,078 58,078 000000000f558c3595d30fd52f6d79a5be62238ecce9b2761cffba359fcefc3c 2 0.00/1.00 vMB 0
58,077 58,077 0000000007fcd3e2c5b43919b5885aebf979908bb38808ccf26c395dd5ff745b 1 0.00/1.00 vMB 0
58,076 58,076 000000000bef3f626e207bb83c17a09781eb596dcd50fafc1421816b81729ff1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.