Loading Tool

Explorer IconExplorer

Memory Pool

82,520 transactions
31.20 vMB
0.10212660 BTC
Random Selection Loading Transactions
Max Size: 190.03/200 MB

Candidate Block

Mining Attempt fb1fe3fbd5f3dc28fbd4b345aeb6e7f038ee46caaf7d70381ce585c0a3e7800b
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root d575f6b034637643fefcf9e5217f457914e304eca8caa10041e94cbbc63dd597
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.02685005 BTC
Feerates: 151.12 > 2.69 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (13,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
901,996 901,996 00000000000000000001132079d26fb50f0070b253bfa077d2e45a523f9eaddb 2,282 0.73/1.00 vMB 2
901,995 901,995 00000000000000000000a5bd43a5efc1b30d14afcfd80e65f8b7cec54b46637a 1,656 0.39/1.00 vMB 1
901,994 901,994 00000000000000000001782e78e7550a2126e71709b315736e10d78fac4e711e 3,499 1.00/1.00 vMB 1
901,993 901,993 000000000000000000000c6360dc18b1abe817eb458492497a858d31e000e2e3 3,884 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.