Loading Tool

Explorer IconExplorer

Memory Pool

74,736 transactions
30.68 vMB
0.09002689 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 949a3f7f82e133dff31a9cd66e32b891fec1c4a389653abdc47b9b7d3b50c613
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 76314452786cc9afe5ac79e621f2809d474d0189f5966a246c793cba1adb1eba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 426
Size: 1.00 vMB
Total Fees: 0.01304435 BTC
Feerates: 150.93 > 1.31 > 1.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (31,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,084 884,084 0000000000000000000245bc45ccf7788d9785f7805017a0ee4cd4442a283b08 28 0.01/1.00 vMB 2
884,083 884,083 00000000000000000000aed7b44ddc8d240af97ee10a31a95d613a2f69aca8f3 2,457 0.90/1.00 vMB 1
884,082 884,082 000000000000000000007b50834df36c84c7d50037b1398cadbdb218cca3dbef 2,932 1.00/1.00 vMB 4
884,081 884,081 00000000000000000000868a1da15f9b6ba80360de0569c97f53556988522c65 2,607 0.65/1.00 vMB 2
884,080 884,080 00000000000000000001277874c8b17d616912c270be7113d49217cfb35ff4dd 1,443 1.00/1.00 vMB 1
884,079 884,079 000000000000000000003c4633093fa3776dd465c6e2b4474da22fdc2fc64b2f 2,132 1.00/1.00 vMB 2
884,078 884,078 000000000000000000002e684b9d3e1dc123bc2d594ccbccbafffa71a7a3eb9b 2,398 1.00/1.00 vMB 1
884,077 884,077 00000000000000000000a26357761fb62e352c01776eafdd2c6ee3f4e0372865 1,658 1.00/1.00 vMB 1
884,076 884,076 000000000000000000003727d4908494e243a3c1f7d524037a14a6a6456cfafe 2,866 1.00/1.00 vMB 2
884,075 884,075 000000000000000000005f69b0b0d349668f0a86310c5c333e1662005d3af1b6 3,271 1.00/1.00 vMB 6
884,074 884,074 0000000000000000000205b7f86c36f4c5ffd17312ab9c091fdcc5d3fe8a4414 3,354 1.00/1.00 vMB 7
884,073 884,073 0000000000000000000268d6d64bc05a6f3303038312f2c1a2f3549a0a878b34 3,119 1.00/1.00 vMB 6
884,072 884,072 00000000000000000000f2b8e838c44d98cbcd700de33e5527786dec523d5fdc 2,703 1.00/1.00 vMB 2
884,071 884,071 00000000000000000000dabf8f449114c2d6776cb87e646c2ed10848762eeb6f 3,269 1.00/1.00 vMB 7
884,070 884,070 0000000000000000000237227bce09ee69eeea63070ae39490a9ae2975959039 1,483 1.00/1.00 vMB 3
884,069 884,069 00000000000000000000b4b9a7d5734f066b7de708f0b8eeb54d0370669ed080 3,505 1.00/1.00 vMB 10
884,068 884,068 00000000000000000001a624ce19bbc30a3b7b8cf835638dc98949ed979a6152 3,332 1.00/1.00 vMB 5
884,067 884,067 00000000000000000001c09ffd0ce41ded298a86b9a6a4ba1dc2e251186f2e41 3,143 1.00/1.00 vMB 5
884,066 884,066 00000000000000000000051dce7cf83bfce7ba844c4b35f0f3e66bb9f6c81f14 3,401 1.00/1.00 vMB 5
884,065 884,065 000000000000000000011b243177df3a103a8a082e257143b2f1b44a4d8e2c6c 3,712 1.00/1.00 vMB 8
884,064 884,064 0000000000000000000174c0dd168d22e4d5874755bb249aafc19d2cb7d1c44d 3,732 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.12 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: 738.99 GB
    • Received: 18.61 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.