Loading Tool

Explorer IconExplorer

Memory Pool

76,917 transactions
30.69 vMB
0.13512313 BTC
Random Selection Loading Transactions
Max Size: 176.53/200 MB

Candidate Block

Mining Attempt 54a8bed127f31986e41e1302808f8107722fcc9598ad91beb3f227d6fd1c61d9
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root a7d737e975f848a5b021f90a90adec5504fae5365ee80f97e9c53f12977b548d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,385
Size: 1.00 vMB
Total Fees: 0.04919426 BTC
Feerates: 150.36 > 4.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (352,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,113 562,113 0000000000000000002c4423614eb8f8764b5e830cb939eddd5c5eb30fb9ab18 3,140 1.00/1.00 vMB 11
562,112 562,112 0000000000000000001bdae1c0872d29073493ae5fce375c0be538d8b4819e4b 985 0.34/1.00 vMB 7
562,111 562,111 0000000000000000001361891fed06e1709fe3e86d8e3b33921d089f3d71549d 500 0.15/1.00 vMB 9
562,110 562,110 0000000000000000001b2b683ef9bbd9737b8280d85e58c13b4409e575a6ad87 3,216 1.00/1.00 vMB 9
562,109 562,109 00000000000000000027c27e374ded6820ce37cf828a0051777b3bda6441b26e 1,399 0.44/1.00 vMB 7
562,108 562,108 000000000000000000162b76b35786acee2c210456cbd6a7ca8a3dbf7a8a588b 773 0.31/1.00 vMB 10
562,107 562,107 0000000000000000000255327f2b8d98fd8f91d115bd44daac2340055a48e055 1,128 0.36/1.00 vMB 9
562,106 562,106 00000000000000000016d784e5651b174a8b93f6b6d1f2353000e85fc172064a 29 0.01/1.00 vMB 13
562,105 562,105 0000000000000000001b7ec215bc8d8a74e010cfba126392696250db39ee058e 2,608 0.88/1.00 vMB 9
562,104 562,104 0000000000000000000b6c3df9ddeb8155f58a100c5946cf9dfe2f7b3f3b416a 828 0.31/1.00 vMB 10
562,103 562,103 0000000000000000001d18557355f70ccdd1110bdeff2f856774970150ec468e 641 0.29/1.00 vMB 6
562,102 562,102 0000000000000000001f64b243f32d82f994cc2a074d20c26b67dac6b14eca9f 300 0.09/1.00 vMB 17
562,101 562,101 0000000000000000000f30a01e649be4060b9948f69df1b508e9149aa2c3b74b 1,282 0.41/1.00 vMB 5
562,100 562,100 000000000000000000151f80d0c5227f5f8cbbdaba10e37a9eeeb45a3aeb154e 2,686 1.00/1.00 vMB 12
562,099 562,099 000000000000000000262768c077a52a9dd45cbdfbedb6740bd5d024f4999e53 834 0.24/1.00 vMB 7
562,098 562,098 0000000000000000002e47d46328c8f2ae119e3ed91f97e73396296787d5f7ee 1,694 0.56/1.00 vMB 12
562,097 562,097 000000000000000000063dc74c3bcd4dea7fa148c1fe04e62e2f6beabfe4fe36 175 0.05/1.00 vMB 16
562,096 562,096 0000000000000000000cb853adbb0beb15b5b58ee5f6375c263198bee7a12aec 1,176 0.39/1.00 vMB 8
562,095 562,095 000000000000000000014f6a5df5d0faf3f2d0f742a3e3420439a3a83f32d08c 3,070 1.00/1.00 vMB 10
562,094 562,094 00000000000000000022826192f1aaacc5eff6921a303017d0847de1b39200aa 143 0.05/1.00 vMB 11
562,093 562,093 0000000000000000003062dbcb95ca237bab060c3f0623a9019aba415c1e50e5 1,863 0.66/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.