Loading Tool

Explorer IconExplorer

Memory Pool

77,146 transactions
33.94 vMB
0.14058588 BTC
Random Selection Loading Transactions
Max Size: 189.20/200 MB

Candidate Block

Mining Attempt 4c0c90629af194ea0f10b3b55c691611333f2be21f07c7e17f1dc59720a7332e
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root f011f0d36e3993ba5eb8a358ce2bda2bb1b0de2a990b5af3b8f1cee22ed9e2b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,584
Size: 1.00 vMB
Total Fees: 0.02586186 BTC
Feerates: 56.16 > 2.59 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (13,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,017 902,017 00000000000000000000707438a6c755b6fb6f440c7b8bf618e61d3ca430ce0a 772 1.00/1.00 vMB 2
902,016 902,016 000000000000000000007941cc444112d88f74cfddd41c7c83ea7ae0eef49ea8 1,238 1.00/1.00 vMB 3
902,015 902,015 00000000000000000001e0ac49e9ef7d0178630cf68b1f18cf1f5c9760e281fb 2,524 1.00/1.00 vMB 3
902,014 902,014 0000000000000000000164a055b045870ed650c070e18334bbc4401f3cd04a2e 2,610 1.00/1.00 vMB 2
902,013 902,013 000000000000000000018719cd3d7d9e3d2bdaa75aa30a4da3a208bb73458f94 1,604 1.00/1.00 vMB 3
902,012 902,012 0000000000000000000071555d7f685ee8acd0c55bf09dc12713258451bd94a7 2,949 1.00/1.00 vMB 4
902,011 902,011 00000000000000000002041b2a3c3df4073a8f58608a86aca8e5e93abee992ce 3,516 1.00/1.00 vMB 7
902,010 902,010 00000000000000000001f5f31996db41a0365cf2103e7bd9a69fd93084ba2357 3,030 1.00/1.00 vMB 6
902,009 902,009 0000000000000000000014d543e659a95d89a7c6b7edb2c1ef448be7cb3de804 2,296 1.00/1.00 vMB 7
902,008 902,008 000000000000000000002f23e8f3ac8d5edf16aafaa5d431632b0d007a5654ce 4,107 1.00/1.00 vMB 1
902,007 902,007 00000000000000000001c647f72626ebdb30d06f0395bbf9a9f74357877b9155 1,771 1.00/1.00 vMB 2
902,006 902,006 00000000000000000000a9110c6631bba005e4748420351ad67e6375c2507399 2,181 1.00/1.00 vMB 6
902,005 902,005 00000000000000000000d262d48c0574e6c64c7e16a73234c92b749efbd21582 690 1.00/1.00 vMB 4
902,004 902,004 000000000000000000002bb2728055c383ee3d5e9203b1ce1d998995ec994d8b 2,858 1.00/1.00 vMB 4
902,003 902,003 00000000000000000000af03030b362b4cfbe8d5c398e4004851e6c74cdde589 3,208 1.00/1.00 vMB 8
902,002 902,002 000000000000000000001f4b6911f9a1e13e0e922273a86d8c4e6e2fe81c2ee8 2,722 1.00/1.00 vMB 10
902,001 902,001 00000000000000000000a8a00d557ed1ca88fc1ae63b385227de8632ab45a751 3,542 1.00/1.00 vMB 5
902,000 902,000 000000000000000000006eadb44f1ace41f5c3d93167aeed0d86a0f8bdd9d685 2,547 1.00/1.00 vMB 2
901,999 901,999 00000000000000000000b44962fc3c2db1cfeb127c13587c73f60f20b50ab7be 281 0.14/1.00 vMB 2
901,998 901,998 000000000000000000020497362a815becda0bf0ecc36d7e9a29a0eb9c586a98 278 0.07/1.00 vMB 3
901,997 901,997 000000000000000000009d58592395548e2f39f2b73eb98ac76ce989be351d9d 2,522 0.82/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.11 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: 735.10 GB
    • Received: 18.57 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.