Loading Tool

Explorer IconExplorer

Memory Pool

40,786 transactions
28.38 vMB
0.07316159 BTC
Random Selection Loading Transactions
Max Size: 144.73/200 MB

Candidate Block

Mining Attempt 1db4b7265d993c93ee96bc5566c452ebb9ceb980e98f27bc30aa32ed49ccc82e
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2ea800f7806ce82fbd8cc805a4ecdd23461c9c27c9d500d25fbed7cd315c029f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,429
Size: 1.00 vMB
Total Fees: 0.01840443 BTC
Feerates: 88.27 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (315,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,599 599,599 000000000000000000033ff3ad57017bb2034b13c216b06a723e6c015a6cd8b0 2,950 1.00/1.00 vMB 5
599,598 599,598 00000000000000000014ab21e27a195e33b10669d24c7bd454dbb1b79a93d77d 2,346 1.00/1.00 vMB 24
599,597 599,597 00000000000000000009dda1eb2902d5507e537bd3ffa2652ed7bf8f79364e9c 3,113 1.00/1.00 vMB 36
599,596 599,596 000000000000000000132ac324a6121eebc6544ee1700673c1b41dd7ed6384dd 2,903 1.00/1.00 vMB 27
599,595 599,595 0000000000000000000498e9a895cbf7f2189905f93a0bd5792841297997636c 2,882 1.00/1.00 vMB 26
599,594 599,594 000000000000000000045190fd3c8827f4ef511bcad59e413dec076088fc7d44 2,970 1.00/1.00 vMB 40
599,593 599,593 0000000000000000000fc42b3354f67c705ff8d7450ba57eaed47ec902cd8e9b 2,124 1.00/1.00 vMB 9
599,592 599,592 00000000000000000015a1e1cfa14250207efa4fa9fe035dbabc6e94fad00205 2,743 1.00/1.00 vMB 17
599,591 599,591 0000000000000000001085fd952bb3e044aa1968eec14ff577489ec8701823dc 2,585 1.00/1.00 vMB 5
599,590 599,590 0000000000000000000ce9c678fe8e3c524c901ea1d894842a1a8a85c69cc671 2,889 1.00/1.00 vMB 33
599,589 599,589 00000000000000000009c4a144a3e86c82c5f188b9f4d69fe6e8b42f58467d90 2,828 1.00/1.00 vMB 20
599,588 599,588 0000000000000000000952f16c9dc4d8218ec835d9bcf7174b960b0bd0e70a18 2,923 1.00/1.00 vMB 10
599,587 599,587 00000000000000000008fc27ad8c46149aa12bb12866fde846c93365591314f7 2,520 1.00/1.00 vMB 38
599,586 599,586 000000000000000000139457aa9e7aa2b15fe21874540d7929d23cbe2a9b0e02 2,780 1.00/1.00 vMB 27
599,585 599,585 00000000000000000005c781c974e1a56870c045c91aec343ec620875c3b5c2b 2,288 1.00/1.00 vMB 17
599,584 599,584 00000000000000000005a1ee0ad4d9a9a7c234805f8b135009155b2ca7c53187 2,580 1.00/1.00 vMB 31
599,583 599,583 00000000000000000011fc42de5b474990b92067013d69b7170557194b60eb49 3,133 1.00/1.00 vMB 27
599,582 599,582 0000000000000000000fcf5c557580169bb939f6d01d3e67937bde655cb83290 2,565 1.00/1.00 vMB 18
599,581 599,581 0000000000000000000a92ad4f4acad07300dc389ff3a3b0715b4476051d34ca 3,376 1.00/1.00 vMB 39
599,580 599,580 000000000000000000126327462fc4ca39d25b38c6c0ff54ad448c7af16a695c 2,754 1.00/1.00 vMB 17
599,579 599,579 0000000000000000000db485189914e4acfa2f7763383d9e797a2547a23061d9 3,090 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.