Loading Tool

Explorer IconExplorer

Memory Pool

26,185 transactions
11.68 vMB
0.02777572 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.69/200 MB

Candidate Block

Mining Attempt fd100fd8ec6bcdd2715d6ca7f874ad3b3b21d4f34e419805c70d470ccf1d55cd
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 1db365498c9bc5e145759c94f8000db12428760b47bcf548b086288437aeef78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,278
Size: 0.99787425 1.00 vMB
Total Fees: 0.00858223 BTC
Feerates: 61.00 > 0.86 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (717,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,514 196,514 00000000000001113c8a5cf71378e7e385db576f11cd7fedb8a891c9c787fa17 421 0.16/1.00 vMB 168
196,513 196,513 0000000000000119599ec174f49282c62c54c05fbfc75b2d9c044e0fdde2197b 1 0.00/1.00 vMB 0
196,512 196,512 00000000000001afa29e32cf01d277fcce46d7f00b07a8e083afdd3f7a2678ef 273 0.11/1.00 vMB 268
196,511 196,511 000000000000024bfe4cd9be61cf423c1b907bab83cf361e4715ac54f2e46238 57 0.03/1.00 vMB 70
196,510 196,510 00000000000000c1637f5f281189e2f3fd7bb518b828f28033ab7ba091737584 446 0.16/1.00 vMB 178
196,509 196,509 000000000000019b3d4054d112ece4a1c6aaa9943f25359ccf724b67e1f6635c 511 0.23/1.00 vMB 171
196,508 196,508 00000000000004cb23cd0087e5f970cdb168a62e7d3fb705bc060132b5c4440c 267 0.14/1.00 vMB 94
196,507 196,507 0000000000000139248d8c6ec16be337f3b985606c132375c0a55c5950683006 845 0.25/1.00 vMB 199
196,506 196,506 00000000000004e49e7eaae5590799265ccb2e734d563648adda5ef7ff9b7e6d 1 0.00/1.00 vMB 0
196,505 196,505 00000000000003050b2c213b326da9bcf6a86ecd9f1c5c1eedc0da0ebf343934 673 0.25/1.00 vMB 155
196,504 196,504 0000000000000563e1c033b6c789f1b770b1c869789a73400de861849cad0205 595 0.17/1.00 vMB 184
196,503 196,503 00000000000001e5af48182773ecb57cd24aad2b40c46f165dc140eddbd4c71a 50 0.02/1.00 vMB 90
196,502 196,502 00000000000004fecf708256162f8da64e835a65ec821f6a869f0060f15e95fb 129 0.05/1.00 vMB 112
196,501 196,501 00000000000005b11f0677bd5d944217d46cdf227afa065bc810fde5a6f161e8 31 0.01/1.00 vMB 89
196,500 196,500 00000000000006bdd8cefe72fd2830b193d1df2eede2452e0ebf7d2c5345db15 487 0.25/1.00 vMB 136
196,499 196,499 00000000000004635400e7ae845e90418d71edf68833f7332fb8d71fe7f79e04 53 0.23/1.00 vMB 50
196,498 196,498 00000000000006974687d7c98eb349d358fbbc0463b81c295b49285d6d071b89 609 0.25/1.00 vMB 190
196,497 196,497 000000000000011d5fa295809b53579bd662fe46d540ac0fbf536df302ec08c2 59 0.19/1.00 vMB 57
196,496 196,496 00000000000002599e6c54e681945906d99e1ef48eff6d10b5d7b53a6f10d452 84 0.02/1.00 vMB 12
196,495 196,495 000000000000005bfe465dbc83d9e7f7912e3337cbf75f7f67bfbcb6215718eb 297 0.33/1.00 vMB 101
196,494 196,494 00000000000003a884cb247241f9831bb1b265a8c7d7e800e06ba1a642488895 3 0.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 489.99 GB
    • Received: 3.35 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.