Loading Tool

Explorer IconExplorer

Memory Pool

43,709 transactions
26.56 vMB
0.06501421 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 6aca92af1ad4df94756fe831bbd7a948ec9eee64e46e5cb0a3330146fffcefc3
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 57085fd0c1cf055f9cbc7c9ee3ece2e89bd8853d6eaebc7c73089f2916ba560f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,851
Size: 1.00 vMB
Total Fees: 0.01625974 BTC
Feerates: 150.61 > 1.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (668,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,853 245,853 0000000000000083acc39ea415c84e2caa23ff888675fb2c272465fb2e6d0396 512 0.32/1.00 vMB 220
245,852 245,852 000000000000003e29bed698dfe8ce5f43947e530ad83a9afce1ef6e48489c05 43 0.02/1.00 vMB 136
245,851 245,851 000000000000004cbff3161edaa9cb1a8c79c6d0aa72f540eccffb36bc5a5406 185 0.07/1.00 vMB 120
245,850 245,850 0000000000000035d4c430d45d8e77c7b77006dae8e09734e11a69c9b5af5c0a 103 0.05/1.00 vMB 151
245,849 245,849 00000000000000277e015ca6b2ebc880c652b986926652858f4e89459f5a9815 338 0.14/1.00 vMB 161
245,848 245,848 000000000000005ccbcbc3da402fd6f99d3a2edd09fad228fa19ec9bd82072c1 22 0.01/1.00 vMB 54
245,847 245,847 00000000000000a91d43712c0eca8a7ae5881c38b50a68420579898d6894b89f 162 0.07/1.00 vMB 162
245,846 245,846 0000000000000050dc6e047c2948b7d0be3db28d486136fc069d238d0390d8d0 149 0.07/1.00 vMB 136
245,845 245,845 000000000000005c5d2ccd3e37ce424beb1453fe156694f992f4672e7586e30c 32 0.01/1.00 vMB 253
245,844 245,844 0000000000000096cabf6d38c82fb9a4dea2cebd9da5e4ab0ec7a414a52c1136 165 0.06/1.00 vMB 178
245,843 245,843 000000000000005f81381eb012ecadcd65130e39cac80b59e53a77cbcef04845 180 0.09/1.00 vMB 109
245,842 245,842 00000000000000976161cb950536c24d8ed2d507188e61b81aa1b13c2d9b8a07 391 0.16/1.00 vMB 160
245,841 245,841 00000000000000bd674d1a2ddbb82affcb81f2315b0f5aecb0ea05a4a79ca94f 193 0.08/1.00 vMB 135
245,840 245,840 0000000000000001b49c0fbab384cd5088b55c954489bda0b21a6b0f178cab53 128 0.05/1.00 vMB 134
245,839 245,839 000000000000007f8a5381ad0848aa91b873ef2b42dc3f2d960e52399dfc7c18 4 0.00/1.00 vMB 90
245,838 245,838 0000000000000035a6f4fff983dcde3a3f59ceadb41c63feb68eea1bfa1fd8fb 14 0.01/1.00 vMB 66
245,837 245,837 00000000000000c8b181c4b7f5c6f2e209983e0cb7230f41bd2e6563b7e02f87 107 0.04/1.00 vMB 171
245,836 245,836 000000000000000c6a0c48109c0157aa4ae81d150efd465d10d0b9473479206d 64 0.03/1.00 vMB 191
245,835 245,835 0000000000000055de5191fc8ef24639f6d2e09aa737349d850533700257556d 132 0.06/1.00 vMB 175
245,834 245,834 000000000000001deb550b30564e236bcd105b08224c75978da662c77db0403c 128 0.08/1.00 vMB 127
245,833 245,833 0000000000000064da98052156fe6480622402807bdf11f7287edb5e9931500c 116 0.16/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.