Loading Tool

Explorer IconExplorer

Memory Pool

53,939 transactions
32.11 vMB
0.18120999 BTC
Random Selection Loading Transactions
Max Size: 171.98/200 MB

Candidate Block

Mining Attempt 50639b04c0758e4cf556de2150e13da15d9e8dd99b1eb9071e91ca84e1e6ea75
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 5e57e0f112e9bbd37824db3f248aae7606fa25216b349333e4b636f31906b503
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.07930285 BTC
Feerates: 101.66 > 7.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (44,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,637 870,637 00000000000000000002bd32b0baa252359e11037544c9d88896902db119f4c7 4,803 1.00/1.00 vMB 3
870,636 870,636 000000000000000000026b6b2cac2ce8afdee8f9d92fc2b863f8685ba773067b 2,935 1.00/1.00 vMB 7
870,635 870,635 00000000000000000001136f0cd38aaa5bc7f207319537e8f573ee8bffbffb82 2,655 1.00/1.00 vMB 6
870,634 870,634 000000000000000000025d93abe16f4e83940f84808b9a770d176654acdd3adc 4,704 1.00/1.00 vMB 2
870,633 870,633 0000000000000000000015a5acfd4ca545987a033f96ef0bc9c4da2dd19448bf 3,465 1.00/1.00 vMB 2
870,632 870,632 00000000000000000000cfb1745a3607ef1aa1a2e0cb9c2295802dbaf2a4876b 3,760 1.00/1.00 vMB 6
870,631 870,631 000000000000000000016d6126f429ba459cf207fb30c867b44681ed2268e86b 2,678 1.00/1.00 vMB 4
870,630 870,630 00000000000000000000d25dde57be05ae8d816021fb207134df6d9eb541fb71 3,426 1.00/1.00 vMB 6
870,629 870,629 000000000000000000016705265d88f5ac8f94d1d09a14f13f502ef20c3dbc0f 5,089 1.00/1.00 vMB 15
870,628 870,628 00000000000000000001163d773ceabf017f9a3229e97de563e5760e0dc8cb39 4,691 1.00/1.00 vMB 7
870,627 870,627 00000000000000000002715e09d80b9883b43da2c5229c1f645b9ff180b45528 5,784 1.00/1.00 vMB 16
870,626 870,626 000000000000000000004cb273c0d04ba86868886523ac31550f173b28525e36 3,034 1.00/1.00 vMB 4
870,625 870,625 0000000000000000000212e84257cca9d9ca9b59ca65c063df45f3a42381b70b 3,871 1.00/1.00 vMB 12
870,624 870,624 000000000000000000007105c21eca81faf45579d1b80bdf213f25ea64f1b69d 3,095 1.00/1.00 vMB 6
870,623 870,623 00000000000000000002471913a8ad2d73f0461a9fd17139bc3e6f08d47e2961 3,818 1.00/1.00 vMB 10
870,622 870,622 00000000000000000000707412c02d7f6538f0c4bedf4723ce3f9b6e7f015910 2,298 1.00/1.00 vMB 3
870,621 870,621 000000000000000000029f1330a9a19100d215061251e986637c14e8c435ea83 4,877 1.00/1.00 vMB 3
870,620 870,620 000000000000000000024858becc748f75a31ac469f4d64227b626f0b6bacaba 3,446 1.00/1.00 vMB 9
870,619 870,619 00000000000000000001c77f3d0dc04c958d990f4d01f0e6fb1621bc26b8e20a 3,177 1.00/1.00 vMB 4
870,618 870,618 00000000000000000000313a593ebda635e7deb8a693be508d8ef5ec6e33e202 1,155 1.00/1.00 vMB 2
870,617 870,617 00000000000000000002426bbb27ecea272e7cac2c44a8daa59fd59a29f835b7 2,969 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.07 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.23 GB
    • Received: 13.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.