Loading Tool

Explorer IconExplorer

Memory Pool

82,524 transactions
31.04 vMB
0.08334118 BTC
Random Selection Loading Transactions
Max Size: 190.38/200 MB

Candidate Block

Mining Attempt 4c2c08035d5a9dfdc69c5326fe2f7d1c447652b620e0dbd90e4a1856bf4a5a79
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 9a03a777bd97212c9927f9eaee2917eeff0e1162d15f04337b4bc79d4d32cb54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.01350000 BTC
Feerates: 68.76 > 1.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (257,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,628 657,628 0000000000000000000b59c419fe6fbaf097eda178c18cd44de776365f9778a0 2,616 1.00/1.00 vMB 119
657,627 657,627 0000000000000000000473e86192770de2f48c8b1ba440c1ba8bf195949b4a00 2,074 1.00/1.00 vMB 55
657,626 657,626 000000000000000000026444014f794d99e53ca1a1a0f5ce4f9fd1d0793deaec 1,490 1.00/1.00 vMB 18
657,625 657,625 00000000000000000002c09b65d1f1be484b0a1effc4bb3267db6cd58533a8d5 2,635 1.00/1.00 vMB 72
657,624 657,624 000000000000000000082394243879feb6f651890644437327f644f8c648851d 2,173 1.00/1.00 vMB 75
657,623 657,623 0000000000000000000ad0cffa253c99252d3ab0238f19b1b42d7056e75ba78a 2,181 1.00/1.00 vMB 75
657,622 657,622 00000000000000000008372002444cc67a4334d720a9b3c487b8c5147ee47cd1 2,475 1.00/1.00 vMB 95
657,621 657,621 00000000000000000007a800f0d36ed38278419a97b40704792dc7f150e23864 2,685 1.00/1.00 vMB 108
657,620 657,620 0000000000000000000fc4e2264698596171ee76e2d26d52b7ad852a9f98ce49 2,313 1.00/1.00 vMB 40
657,619 657,619 00000000000000000009f35baf729ec7e8ad554e7a95d750cede6cb71a0d04e7 2,319 1.00/1.00 vMB 96
657,618 657,618 000000000000000000094c5f56f001a19841d8b21b81c38abd94f2d61a69b145 1,960 1.00/1.00 vMB 18
657,617 657,617 000000000000000000065e127b7729f0cdd047183508cbcdb17fe5c933b520e2 1,752 1.00/1.00 vMB 10
657,616 657,616 0000000000000000000ab3c2ab83af8e080f8dcd39d0663231ef120ca152c288 2,273 1.00/1.00 vMB 28
657,615 657,615 0000000000000000000b494c60aa31bae2c59a0ce879a45a125da5a99a53e24d 2,058 1.00/1.00 vMB 40
657,614 657,614 0000000000000000000a5ce9cef9c8798275ad506e18982633a822c7f76894be 2,213 1.00/1.00 vMB 66
657,613 657,613 000000000000000000086e71aac9eb02bad6f8139c1faa0a4060ff97014f7ea8 2,381 1.00/1.00 vMB 93
657,612 657,612 00000000000000000004ea940ce5ee00b5896509409742f7bf5944dda824ac25 1,982 1.00/1.00 vMB 45
657,611 657,611 00000000000000000002e3497944c65b534cb82ddafa48ab97595e3da7bef64d 1,527 1.00/1.00 vMB 28
657,610 657,610 00000000000000000008b06b46b1898c6115bda71b53d3f6cac4b95bd66338c3 1,771 1.00/1.00 vMB 40
657,609 657,609 00000000000000000001673de2f15c1bd1daaf8c57f048315e8c28e0350f397e 2,207 1.00/1.00 vMB 86
657,608 657,608 0000000000000000000d4b133ad77cede915e36664a302a406327c265ae433a5 2,012 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.