Loading Tool

Explorer IconExplorer

Memory Pool

76,885 transactions
28.55 vMB
0.06309537 BTC
Random Selection Loading Transactions
Max Size: 173.25/200 MB

Candidate Block

Mining Attempt 6684c49a428e9499f6eea1352dc6a4451dde2fff58971340498528a8bcd5903a
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root bb0815184d5a744ea72fc09b7b8bc84cb1d03fc69fbbeb7b7150be255ffa3d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00361937 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (352,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
562,092 562,092 00000000000000000003c73728fd0fdd301c40c9b00ea1b128893d3de276e57e 2,060 1.00/1.00 vMB 15
562,091 562,091 000000000000000000213ff0afb3cfc8465b0541a22f86b1006862171cad522e 2,392 0.84/1.00 vMB 7
562,090 562,090 0000000000000000001ae3961210a3e1c5ee170037d08203973fc74f9e7f0b55 2,794 1.00/1.00 vMB 15
562,089 562,089 0000000000000000001563d01951f53a8fb7654a88fe87456115eef7019870e7 1,919 0.62/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.