Loading Tool

Explorer IconExplorer

Memory Pool

44,746 transactions
27.30 vMB
0.07968538 BTC
Random Selection Loading Transactions
Max Size: 144.18/200 MB

Candidate Block

Mining Attempt e9e05c6e4355439224e34725e5b658b8d3ec2aac39ed759fc08e8f08d3b09272
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root b19a9c76db0bcefc1a8a5f478beb04da3ea1e43edcd575278e77c9328e36d1de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.02874738 BTC
Feerates: 200.83 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (324,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,604 590,604 0000000000000000000839d43d4421a62de065de158506a6041e8f338cdaae5e 2,075 0.85/1.00 vMB 2
590,603 590,603 000000000000000000062cecd13ba3327c14eb21b9d5a79bf4e2b327a5cf5669 2,496 1.00/1.00 vMB 28
590,602 590,602 000000000000000000169b9501fea1cd5df5068606cec3d425d68b7b82de514a 3,133 1.00/1.00 vMB 57
590,601 590,601 0000000000000000001067aa0675543cc2f14ca31cc5b1acd980fe2d9dccb8c4 2,998 1.00/1.00 vMB 22
590,600 590,600 00000000000000000013a24672d84cce5a63361bf52540dd07a114339f18eeea 3,419 1.00/1.00 vMB 37
590,599 590,599 0000000000000000000f22742dbdc31e8aced97b03ab8fbcf3d063b41bfcb280 645 0.19/1.00 vMB 34
590,598 590,598 000000000000000000000f02dc1c612bfdf568acd210d0f573c1681695af2351 1,387 0.41/1.00 vMB 26
590,597 590,597 0000000000000000000256da289217df6de4bf74d5d1ea781b0a096b93adc7b3 593 0.19/1.00 vMB 26
590,596 590,596 0000000000000000001972d0a10f9547e1558585fd3e4fcb1efe6ae49634e108 1,047 0.32/1.00 vMB 28
590,595 590,595 00000000000000000015aab42951efa5f2b3d6118278aa9dfa882e529e5e1132 1,196 0.38/1.00 vMB 28
590,594 590,594 0000000000000000001197dfcb42d60644bc2ceb49e03704c3e3c0623e6eca6d 2,336 0.74/1.00 vMB 31
590,593 590,593 0000000000000000001349213388d7fd76c43c4f161a4536713c6f53dbfcdb58 2,692 0.89/1.00 vMB 30
590,592 590,592 0000000000000000000626bd76d22e6ccca4d794f9990a0f25f536eb751b9417 577 0.18/1.00 vMB 20
590,591 590,591 0000000000000000000850b5cb9234b0e71bf61aa7e317f69ba616bf976ebfdd 1,423 0.49/1.00 vMB 23
590,590 590,590 0000000000000000000e4388d9f192d8b0e2c109f58e81018253be952b17d34b 2,474 0.82/1.00 vMB 10
590,589 590,589 0000000000000000000e5d481308945dba9b106820ba62527851fd5e146d23e5 2,042 1.00/1.00 vMB 45
590,588 590,588 0000000000000000001b2957122bca691193676b80adef3a2c747e25e78d484c 3,396 1.00/1.00 vMB 38
590,587 590,587 00000000000000000002f3b5fff9d02166193f8e237a7fa8d33b8d0ae5b508d2 3,097 1.00/1.00 vMB 27
590,586 590,586 000000000000000000151c18e09918d9e759466254370cc0c487e1111dc61e8d 516 0.38/1.00 vMB 15
590,585 590,585 000000000000000000142cc7b1e538a410c5e8cb613aa30ada5b3afed346b2be 3,490 1.00/1.00 vMB 23
590,584 590,584 000000000000000000009f3838fd98f98ba1f4d17dc352079081bec4bad8611e 2,267 0.77/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.