Loading Tool

Explorer IconExplorer

Memory Pool

78,025 transactions
30.07 vMB
0.11384333 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt 716c4d640700fed11c46eb93934ff96d28063127b4a4cfc5d1f2d3be092e1701
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root e624ae58fc86480b11b0df7872e5ff0ec1dcd234915c63336ea0b40affd2d1a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,637
Size: 1.00 vMB
Total Fees: 0.02799396 BTC
Feerates: 107.93 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (482,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,068 433,068 0000000000000000026ab92bc71e2b02c751e98f3e6d1b0ebfd75f44e10aa0c3 786 0.35/1.00 vMB 61
433,067 433,067 0000000000000000021a91d28218f5bf1c88db1d51a12ecd5ca641e77d46c30b 108 0.14/1.00 vMB 28
433,066 433,066 00000000000000000421299f3390339f7e5465d6f67b29325b9ffa6536dcc9a0 84 0.03/1.00 vMB 68
433,065 433,065 0000000000000000041ea7aafc30a8f9055a496c0abdfddcabab91d8482f175a 1,669 0.94/1.00 vMB 55
433,064 433,064 000000000000000000b7619d54035e1ad58c762daef103369d2c04a8641fb20a 526 0.24/1.00 vMB 64
433,063 433,063 00000000000000000168ff4ff0e7a5ddf08c707fe928be19a25a9c90e8444dab 284 0.28/1.00 vMB 24
433,062 433,062 00000000000000000453212e1a416a52a15c2701d2a60002e65438b24a6e3592 658 0.42/1.00 vMB 41
433,061 433,061 0000000000000000028a4b7a861abfa2d1bbae38c4fcb3a3f26db601fc442858 1,342 1.00/1.00 vMB 37
433,060 433,060 00000000000000000375e29551d0af3ef998d0c291a4b734a04667ebc3cca5b4 2,735 1.00/1.00 vMB 69
433,059 433,059 0000000000000000046223c85a2f4e423f6718a08072ff2bbc65503a48fb2cd5 2,192 1.00/1.00 vMB 70
433,058 433,058 000000000000000002bcd1096b100257237216206c9ab07ff69f49fc5db34c8d 2,360 0.93/1.00 vMB 60
433,057 433,057 000000000000000000326e994f15b253d5af8ef0b26058bd89ef983664ba59c7 909 0.39/1.00 vMB 55
433,056 433,056 00000000000000000049c16a163e2d2d7a2717dcacec25b77b19fab76c77562e 895 0.39/1.00 vMB 58
433,055 433,055 000000000000000003a3d8da8870e0da1cae7c84f29373ac7a32dc24bff224da 1,421 0.57/1.00 vMB 61
433,054 433,054 00000000000000000469972938145158a8a29b220b2571b79b925a46714c224f 1,539 0.74/1.00 vMB 54
433,053 433,053 0000000000000000001c2c0e38234933205284c18a1c302aa6cf1a42d6a0f555 261 0.44/1.00 vMB 17
433,052 433,052 000000000000000001eb9d94118834c8576874ff0c1320b83b6be08e1bee0f21 1,920 0.79/1.00 vMB 60
433,051 433,051 00000000000000000101017f8a18317632c92f922cf9b6adf2156980fbb36181 250 1.00/1.00 vMB 11
433,050 433,050 0000000000000000047a95b47d25c30e3a20eadb15a655b0e557fd30eb8ced4f 1,970 0.95/1.00 vMB 52
433,049 433,049 0000000000000000028ab97b70fd6ba6b95bfce384539ae8f1907acf0361e4ce 670 0.99/1.00 vMB 21
433,048 433,048 000000000000000001c584912dd94ee741398d2c0c7dbe2b53d59b2637b037e9 655 0.98/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.30 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.