Loading Tool

Explorer IconExplorer

Memory Pool

73,309 transactions
28.23 vMB
0.07299573 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 975d71a0bbea8e5242cb098fafe966a37dd4c790d36f5adea578ddf15eefaed5
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (350,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,399 564,399 0000000000000000002338ddea0b00d6a46440ed9ca0b3d5e974c96df3b7a90e 3,025 1.00/1.00 vMB 6
564,398 564,398 00000000000000000013fe67443d31f7e121044f1ba480dc95ebb48e03b1ac95 2,681 1.00/1.00 vMB 35
564,397 564,397 00000000000000000023c1df2ba799ebf5607a14eb53d4af7d5263ddb380b1a2 2,996 1.00/1.00 vMB 41
564,396 564,396 00000000000000000021a9e0f48a77e9f3780d82fbd7d1391e874b56fb435034 173 0.05/1.00 vMB 11
564,395 564,395 0000000000000000002b3b3033ed61c9181e26cfd45725338509fdbe55c96503 445 0.28/1.00 vMB 6
564,394 564,394 0000000000000000001113c41f50cd322bb627a9076a5d2be568e1cd7599de8a 1,665 1.00/1.00 vMB 3
564,393 564,393 0000000000000000000746a02e70ebb724321b8e02268e3a6acbd18dcd14982b 2,622 1.00/1.00 vMB 10
564,392 564,392 000000000000000000293970ede81a78642854bce54dfa115a69c972722765d6 3,190 1.00/1.00 vMB 17
564,391 564,391 00000000000000000001200cdf43c130d023385427564c4363f3c35c5fa5619f 3,318 1.00/1.00 vMB 45
564,390 564,390 00000000000000000016c153b244924bce2d37545a2e3b2753bfd7ff5e8c0359 3,076 1.00/1.00 vMB 4
564,389 564,389 0000000000000000000a085c4d15bb00d20a67789c4e199c2dc4dd9816e912d1 2,739 1.00/1.00 vMB 30
564,388 564,388 0000000000000000001d0f59ad48fccccc66be27529fbf6bd90bd1869e7fdabf 3,540 1.00/1.00 vMB 51
564,387 564,387 0000000000000000000910bdc48d9f4f84255386247c1e6342b7e2e9b07bd77d 1 0.00/1.00 vMB 0
564,386 564,386 0000000000000000000e51359013ddf25dedafe3a9306b32dd8f9176139bb587 2,118 1.00/1.00 vMB 3
564,385 564,385 0000000000000000002aac18bae88e585f9b8df736713b1f7573782bc563fd80 3,277 1.00/1.00 vMB 19
564,384 564,384 00000000000000000025aacf71c21df12b7695ffa0851a6ca3c976e344c0db30 2,305 1.00/1.00 vMB 11
564,383 564,383 0000000000000000000bc2a977a30b291737ce7461792eca4f67f98b67bef9ce 3,320 1.00/1.00 vMB 8
564,382 564,382 0000000000000000000a98960484b3865cc9b739ff80b173c6350bcfc342f6dd 2,784 1.00/1.00 vMB 33
564,381 564,381 00000000000000000003ac64f4fc9256bbba6798f9bdf6682840132193cc592b 3,704 1.00/1.00 vMB 50
564,380 564,380 000000000000000000299418273f1264781fc7691b6117078111a5dd48084c6b 1,504 1.00/1.00 vMB 12
564,379 564,379 00000000000000000023f7782745debb08a8887133d365d35e78cac2c0db4b30 1,704 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.