Loading Tool

Explorer IconExplorer

Memory Pool

85,766 transactions
32.92 vMB
0.07785424 BTC
Random Selection Loading Transactions
Max Size: 195.84/200 MB

Candidate Block

Mining Attempt 81c61274c6ef2f2d65862afca29b3ea7c811316d09f560ad10b8483f44ecd64a
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 2f5e75467615fd7364ee326094297e1c200ef733af470d1cd0d8b8f7ed62684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,394
Size: 1.00 vMB
Total Fees: 0.01279710 BTC
Feerates: 203.60 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (294,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,700 620,700 0000000000000000000d73f92d1860d15672bf596333493b74a43f24d1ba376a 3,154 0.95/1.00 vMB 13
620,699 620,699 00000000000000000005c9a8502ca7e94d6aa689be364f31967fcb45a74177f4 621 0.26/1.00 vMB 6
620,698 620,698 00000000000000000011b18c58fab7bad5ed29b039d6cee4c4344602dbeaf18b 1,488 0.41/1.00 vMB 13
620,697 620,697 0000000000000000000877c7a4a9e78fb35bc961fa4d8fd7eac44666a0aabadc 2,577 0.77/1.00 vMB 3
620,696 620,696 00000000000000000003226e8700e7a54a5671a3fb3aa8a9ea8f9aaee3f6fbf5 1,985 1.00/1.00 vMB 7
620,695 620,695 00000000000000000006d395391ba1c8d13c428e23468a78c9287da61773529f 3,413 1.00/1.00 vMB 20
620,694 620,694 00000000000000000011fbefe97f501a0160a2c86201ef5ef79e1cd2ce5694ce 3,272 1.00/1.00 vMB 17
620,693 620,693 0000000000000000000d584654ee0dd2bc4ed6cef2e278e96d4e0fb88ac74de8 3,041 1.00/1.00 vMB 7
620,692 620,692 00000000000000000008e998deef7d73a88915534b19e50b4a2cb9f91a64a396 3,049 1.00/1.00 vMB 22
620,691 620,691 000000000000000000034cdeb75bf3ae3e9dd10e1e18c75166368c66eba95c29 3,336 1.00/1.00 vMB 20
620,690 620,690 00000000000000000007cfd207ede266200e81a52cc03c804c82cef123597c8c 2,588 1.00/1.00 vMB 23
620,689 620,689 0000000000000000000a610cbd9bf92b65ac9479dbbab1fa535f409d866f6ed8 2,332 0.71/1.00 vMB 12
620,688 620,688 00000000000000000000f9d662ec872e9167c7078f5d5364f7ffebb7aea57ee4 1,522 0.44/1.00 vMB 3
620,687 620,687 00000000000000000003d0569273e3373c863d61d79e65c384c45063e77df3ad 3,274 1.00/1.00 vMB 17
620,686 620,686 00000000000000000003dad805f852fa5edf3b338a05c3e825dd9bd9119ab80a 3,481 1.00/1.00 vMB 14
620,685 620,685 00000000000000000006bf5d569197b0c0f5582acafba7092c8bf09426b18922 3,208 1.00/1.00 vMB 4
620,684 620,684 00000000000000000010751958b390b71ed819e5a6df2fe12ae37a53ea58fff0 2,921 1.00/1.00 vMB 16
620,683 620,683 0000000000000000000671e95116a72f2f5489572de97805df1312a8e6b61e38 3,220 1.00/1.00 vMB 28
620,682 620,682 0000000000000000000c8e88e45e5a133b144d3e8370a0a552ec3c4f441cd0ce 205 0.06/1.00 vMB 11
620,681 620,681 000000000000000000089f7e8806b05d3e986f9fa1cabe94ce22e4de43d3655e 668 0.19/1.00 vMB 10
620,680 620,680 000000000000000000008fcff8cd5bc09b3ed42275929666e7da0cfaa9969338 3,326 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.