Loading Tool

Explorer IconExplorer

Memory Pool

41,838 transactions
26.09 vMB
0.05134045 BTC
Random Selection Loading Transactions
Max Size: 136.82/200 MB

Candidate Block

Mining Attempt b3650607ef79e7e49a55c61195983968e69e3c4a3058d36ba5f5aefd94942ec2
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 532a10f6d5f7158ad994dadcb74eea14a3fd543589cab864d4426fb2de1f11ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.00386310 BTC
Feerates: 18.26 > 0.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (833,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,106 81,106 00000000001b56c378e7e77c69d6789df1ead0e95240bdb7784070815da298eb 2 0.00/1.00 vMB 0
81,105 81,105 00000000000f1b02f3100636ab0eca1ec4ffaa441afdfca0d551d33b651b3720 3 0.00/1.00 vMB 0
81,104 81,104 000000000029c29434908f4f1d5eb2ed7572b2dbef7030e3299dfc895339bddf 1 0.00/1.00 vMB 0
81,103 81,103 0000000000393e78343421548021d683f445cfa0718294ed54b0a6f458050ba7 1 0.00/1.00 vMB 0
81,102 81,102 000000000029fb44f3a63bbc9e3e88db6d1307890c7d503ad9efa37b32766ffe 1 0.00/1.00 vMB 0
81,101 81,101 000000000004e7695e829590833d807182dcb631a02504f47dac544ea496505e 2 0.00/1.00 vMB 0
81,100 81,100 0000000000391396d2f4c227eb7293204a494727943fc3e43a1187c3867ad5fd 2 0.00/1.00 vMB 0
81,099 81,099 000000000017f82b09c4362144560691777fd8b1c83c96e0b04153819003f8a4 1 0.00/1.00 vMB 0
81,098 81,098 000000000045e0d4ec4fc85404ae29f3a13bc5144bb7b51573e6dcc132b0e31a 4 0.00/1.00 vMB 0
81,097 81,097 00000000000a009bf97a450fee77a8543d77597b938272beeb88ee2cfea52c50 1 0.00/1.00 vMB 0
81,096 81,096 00000000002bc3709e56aeaf52f2e45a6cd102719f85ff3f66ccd941cb464c48 1 0.00/1.00 vMB 0
81,095 81,095 00000000003b5e14498ed10f63f02654057317bbdff329909c89977b82da6a1d 1 0.00/1.00 vMB 0
81,094 81,094 00000000001b57f05541e21537571b3824c7363851e325b26c814ab1018e7b7c 1 0.00/1.00 vMB 0
81,093 81,093 0000000000155f2c9fcbe8b40cb57f21224363f60f64fc27cfbd30ee19dbb1e5 3 0.00/1.00 vMB 0
81,092 81,092 000000000000b3bccb9cb4a1cdc0b01ab48cdf0061d8e0941cc206ccb5ef1fcf 1 0.00/1.00 vMB 0
81,091 81,091 00000000001896a63a204732d3a35b619057f19f56c19c649fc8e2a933fe2dc6 1 0.00/1.00 vMB 0
81,090 81,090 0000000000214f04a67ea33566dca028c4a47c44aafa0eb61f2e572bed765d14 3 0.00/1.00 vMB 0
81,089 81,089 000000000017aacefb468c58c592c2b08bf758ffc03f9f2bd5686770bcad2d89 1 0.00/1.00 vMB 0
81,088 81,088 0000000000276255827a7b3fb2c3a517eb9926a2afa5e9e3be9831432a1278e0 1 0.00/1.00 vMB 0
81,087 81,087 0000000000141ad4363707b4a08a16a325a500d47d4908b8c5acc41c4e1340db 3 0.00/1.00 vMB 0
81,086 81,086 0000000000146ad35bd3be375546b66a0b0f3b1f8b5a4d000bfbcf31640225b6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.