Loading Tool

Explorer IconExplorer

Memory Pool

79,329 transactions
30.07 vMB
0.10339592 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt e60c88165b33a5c930d709c6b96ead68fcae2fb37dbd322eb5e68814cde4cd29
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 5cb04b0a939d6ae2c9b4e5b5243626b3ef22f6ef35921f97d67fbccd8eb0c74b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,553
Size: 1.00 vMB
Total Fees: 0.03334634 BTC
Feerates: 151.00 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (307,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,442 607,442 000000000000000000056422afd0978ea386de7cdb66ce635c3293a553bba252 2,210 1.00/1.00 vMB 19
607,441 607,441 0000000000000000000e9ff197be27957e74fb2085f071adfab73555afa6c146 2,668 1.00/1.00 vMB 19
607,440 607,440 00000000000000000008133cac9f9a59b93846e5086c8813db60e0051bb74d2d 2,845 1.00/1.00 vMB 29
607,439 607,439 0000000000000000001043160038086a8849f23c4bea4a1bba3adcafe5413f9b 1,931 1.00/1.00 vMB 17
607,438 607,438 000000000000000000004c311d57a0d4266a9400ba68962d904097d8fd4e590a 1,626 1.00/1.00 vMB 18
607,437 607,437 00000000000000000006fc1ff25bdefa30bf14f06f768d4f88f3323152f69de6 2,929 1.00/1.00 vMB 8
607,436 607,436 000000000000000000097cdc9007eab8355aacbf69d7732885cc6dc4b76b7cf5 2,463 1.00/1.00 vMB 6
607,435 607,435 0000000000000000000c682c313357f1ad31dbb8b04bbfd5e8a2bcc442175f74 2,688 1.00/1.00 vMB 18
607,434 607,434 00000000000000000003a7f38055e982b2586947a236a99c02eca17a607c941d 2,059 1.00/1.00 vMB 10
607,433 607,433 000000000000000000071c35024fb82471986e9d1fecd8edf2a90a300c6644b7 2,472 1.00/1.00 vMB 15
607,432 607,432 00000000000000000001cb5edb78bf66a088a979dde442ddecd3eee7b2440101 3,388 1.00/1.00 vMB 16
607,431 607,431 000000000000000000024c29e47793b045f38e5981e09a977edabbc9f42994e7 2,979 1.00/1.00 vMB 13
607,430 607,430 00000000000000000013ac40244bf1ce6c3e6dd9e94f9739d20bbe242ad64482 3,268 1.00/1.00 vMB 18
607,429 607,429 000000000000000000089f7f24578267f48cfa01146828f1600c1305dc4ffad2 1,697 1.00/1.00 vMB 16
607,428 607,428 00000000000000000007151a15e2bcfccfdbc8c5039aaada4babcc68a3e47267 2,771 1.00/1.00 vMB 32
607,427 607,427 00000000000000000012c622973af02d089d921b73d84b4d1b08a430e4aa0d03 2,501 1.00/1.00 vMB 16
607,426 607,426 000000000000000000157a0c216604795adaff27e30d42b97fec0f464cc39cc2 2,414 1.00/1.00 vMB 15
607,425 607,425 000000000000000000087f14bebd73b0b0748451fc9d4295ffdaff55c0d4c2ae 2,374 1.00/1.00 vMB 26
607,424 607,424 0000000000000000001363dc65eea29f68b4b09fe6a8a86e25dfe378a6bdd796 3,062 1.00/1.00 vMB 30
607,423 607,423 00000000000000000006f603ff3071bedbe320c5f501e8507e3b450a2b5b0c42 2,667 1.00/1.00 vMB 24
607,422 607,422 0000000000000000000d072ca420075725c9f95a4f24ec66ce6c50f6f21a3003 1,857 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.