Loading Tool

Explorer IconExplorer

Memory Pool

78,815 transactions
29.19 vMB
0.09520494 BTC
Random Selection Loading Transactions
Max Size: 176.41/200 MB

Candidate Block

Mining Attempt 5bad05fb0a9c5ecc89cb8783470d5a76b035247d5b5226930a177e0695a16147
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1e3bd254573a1bc9a5f4eaa6ffd2ce93ced89604d5e7beb4729d1b8554f81e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,656
Size: 1.00 vMB
Total Fees: 0.03408195 BTC
Feerates: 477.45 > 3.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (87,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,856 827,856 0000000000000000000230cc1f9300aba73270cab359e084587d724d4304e09c 2,876 1.00/1.00 vMB 37
827,855 827,855 00000000000000000000295653a2ea4551c48308a859de60c0b0c2a54e227b3e 3,072 1.00/1.00 vMB 33
827,854 827,854 00000000000000000001c4f29a69a1a588a8847752562d692c02685bf00da6a7 4,518 1.00/1.00 vMB 26
827,853 827,853 00000000000000000003e9ce9f143383317a9f6f4fd09bd0ee37a8053dfbf00f 6,446 1.00/1.00 vMB 26
827,852 827,852 00000000000000000002e00dc7c7a81a326aace5e26cc67b68f911d23e60689b 4,007 1.00/1.00 vMB 28
827,851 827,851 00000000000000000003830070ca1919570e35e6ca2af2f4fae2b21543b4198d 4,675 1.00/1.00 vMB 27
827,850 827,850 00000000000000000002e64dbd5811db0f5aef46149e76b6bafa8621cd64dde3 5,975 1.00/1.00 vMB 27
827,849 827,849 000000000000000000015e01536dc385b844cc47b72dd0b903b570588498508f 3,483 1.00/1.00 vMB 32
827,848 827,848 00000000000000000000d4041fe771edd9dcb945bb85dfa739af1d2724a464e8 4,544 1.00/1.00 vMB 29
827,847 827,847 000000000000000000027ea2d4866539596b70682eb6cdfc1ecd8827937a3e5b 3,529 1.00/1.00 vMB 28
827,846 827,846 000000000000000000039ba83c6e1ddab06d57e6acbc604234208b02f77db4f2 4,969 1.00/1.00 vMB 32
827,845 827,845 000000000000000000024d851e327e71cd4f07aba20bb5d43471d0bee9f9f6ec 5,008 1.00/1.00 vMB 30
827,844 827,844 000000000000000000000833c88cfaa55136a7344b23ba5d1ffd727d8f0e9f51 5,656 1.00/1.00 vMB 29
827,843 827,843 000000000000000000015b07eda83500594fd2eec40505c425a762293cbfb8be 5,936 1.00/1.00 vMB 29
827,842 827,842 000000000000000000024d4a6d534c879c9487a1ffe0370e46f2169e50095614 4,991 1.00/1.00 vMB 29
827,841 827,841 0000000000000000000281e2c2622f78c24fd07e8ecd39f2afdbecbf750aa0c3 4,701 1.00/1.00 vMB 30
827,840 827,840 0000000000000000000321cfc4361176d5b88306777b29caa388726feb80cdf2 2,907 1.00/1.00 vMB 38
827,839 827,839 0000000000000000000184e673bbe915e4fc893d97d003ad2608721af88aa3e2 4,702 1.00/1.00 vMB 33
827,838 827,838 000000000000000000000062131712763dc8626abd786305f08ea0de2ad967d4 5,440 1.00/1.00 vMB 31
827,837 827,837 0000000000000000000217b0ebe10cb0f8fe4926f5c4e3a21a02728a51e18993 2,656 1.00/1.00 vMB 31
827,836 827,836 00000000000000000002b1b5e22895910375464a934e3b7474b3aa82cead93cd 3,391 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.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.