Loading Tool

Explorer IconExplorer

Memory Pool

80,858 transactions
34.77 vMB
0.18315167 BTC
Random Selection Loading Transactions
Max Size: 194.74/200 MB

Candidate Block

Mining Attempt 4486030e8a4e00ae59c4d6aea1128ee8fb46a2d05f3dc5c5e6eab1ccbd49d312
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 906ba03f5ce0a753cb128db28f1c6b0398e20a3e4ef3b697597ac6650bdc52c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,131
Size: 1.00 vMB
Total Fees: 0.05150149 BTC
Feerates: 189.28 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (14,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,252 901,252 000000000000000000020cc0cfa8a85a460c2c553f0de38678128eeded03b759 3,457 1.00/1.00 vMB 1
901,251 901,251 000000000000000000022b821ae196c887f2c82a78008b79648e327096c5d6d8 2,677 1.00/1.00 vMB 2
901,250 901,250 000000000000000000015590f37050e5dd810c3709ffecbc0159ebe6c8665043 2,766 1.00/1.00 vMB 2
901,249 901,249 00000000000000000000c22942ca4a37ae09448a2488d95d7ac49d3952aaa3b1 3,594 1.00/1.00 vMB 3
901,248 901,248 00000000000000000001c26d030107c019da424e3d3b83e89bd9a41f80acae95 4,035 1.00/1.00 vMB 5
901,247 901,247 00000000000000000001b12d2232ae479dca77e33914b436809d825703d2f237 4,101 1.00/1.00 vMB 4
901,246 901,246 0000000000000000000093557e34915e3c6cfbb20aeb3a68d60498081be3c0b2 1,979 0.65/1.00 vMB 2
901,245 901,245 00000000000000000001388167ce1f7c6c3095440a1b9fd495e6c7893f4f2a53 160 0.04/1.00 vMB 2
901,244 901,244 00000000000000000000043e9b2e71197adae0620acd8a3d5383a9322b34c38a 1,324 0.43/1.00 vMB 3
901,243 901,243 00000000000000000001228b82ed8f7d9d683f4daadcf390b304283aeeaf7ebe 1,204 0.40/1.00 vMB 2
901,242 901,242 000000000000000000013cdef1deee30b0a41c20ed24d0b60e427c24b56e0557 794 0.27/1.00 vMB 2
901,241 901,241 000000000000000000019318d2a67692618f6fe8b3eea2e6080ca58d492e47c2 1,491 0.44/1.00 vMB 2
901,240 901,240 000000000000000000013d00093d5ed1bd6d03f9e37f7565daf983bed8f9d632 2,930 0.77/1.00 vMB 2
901,239 901,239 00000000000000000000b4f159a662f1d7875d33846e6cc252f852ce71f2e14d 1,519 0.55/1.00 vMB 2
901,238 901,238 00000000000000000000c316607ba7408ae4425b11337aa7ba95ffb379889f72 3,103 1.00/1.00 vMB 2
901,237 901,237 00000000000000000001cd4b3426ca19f3a68f176b81c98d34965f0217afd064 1,535 0.42/1.00 vMB 3
901,236 901,236 000000000000000000010bea081d33e80bfe1528e4e8b37c8253b484891b1584 1,237 0.45/1.00 vMB 2
901,235 901,235 00000000000000000001aec31d8f1195bb2d7609dfbca7cdc3627287f8d3c546 152 0.04/1.00 vMB 2
901,234 901,234 00000000000000000001326c03a2e612780735614e9d2ba626405d376d93f320 2,551 0.67/1.00 vMB 2
901,233 901,233 0000000000000000000121d1692b6134706648da41286a376b0101b2a032fbc5 2,802 0.69/1.00 vMB 2
901,232 901,232 00000000000000000000652b7bf746e6cb6ee54f393671f19159d29a1c8fe2be 3,071 1.00/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: 734.22 GB
    • Received: 18.55 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.