Loading Tool

Explorer IconExplorer

Memory Pool

78,097 transactions
29.14 vMB
0.10110835 BTC
Random Selection Loading Transactions
Max Size: 175.33/200 MB

Candidate Block

Mining Attempt 435c839a1b9e1fd25bd82282c4afe5bf8d61985bd8b0e51b1a5ba455b6c71902
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root 95d98e4f116cb831eced143037be6a5a800a7a24fbb62eaeecd5656a9bb6b1b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.02701072 BTC
Feerates: 144.91 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (327,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,425 587,425 000000000000000000199a7ab96d438853ef61c4f35fbc826dac67e5189a4fb1 686 0.23/1.00 vMB 19
587,424 587,424 0000000000000000000fd25537f1374204f4a609182b24507e0b3767b37dc7e9 317 0.11/1.00 vMB 25
587,423 587,423 0000000000000000001132a703e117f8546936a1fb6c419ae38d201d88641b0a 824 0.27/1.00 vMB 25
587,422 587,422 00000000000000000007bacd8ef94d476084f9dd67f921f7ef1b67d2b40e5487 1,753 0.57/1.00 vMB 20
587,421 587,421 0000000000000000000d415e6fc3e04301a81496ae7cee86d6c0998fe2499b77 176 0.12/1.00 vMB 33
587,420 587,420 00000000000000000011abd300bf59488eb8a9d5e62520097a9698068772218d 680 0.24/1.00 vMB 25
587,419 587,419 000000000000000000069759b931a9367467bb8b3ba0a3e4248d94494d49ca00 1,553 0.49/1.00 vMB 20
587,418 587,418 0000000000000000001c8049372d8105af462d636af080b7c9aa1337b12b16e9 1,340 0.47/1.00 vMB 23
587,417 587,417 0000000000000000001ee0d4a7a8903534dde26be91f2cc77aff8b8e9ea9c9fb 25 0.01/1.00 vMB 24
587,416 587,416 0000000000000000001672b476b00b608b1c9e4bc9838f731843eb6cf7df4bad 2,529 0.82/1.00 vMB 22
587,415 587,415 00000000000000000002bbf8de605a5fe7d5fcdda985de591a39485af16f17b2 1,347 0.46/1.00 vMB 24
587,414 587,414 00000000000000000013c1e58ca371ea1a21ab198761c3a037d13b630b831cbd 178 0.06/1.00 vMB 39
587,413 587,413 00000000000000000001e89e9674b0f3fa7001861451e56b3f1d08e45499d9dd 2,060 0.81/1.00 vMB 11
587,412 587,412 0000000000000000000faf40eaecf98793b78fcc7de230ce309beea8b9a166d5 2,723 1.00/1.00 vMB 39
587,411 587,411 000000000000000000147f22982faabcfccab0840c847748a39bffea118be57b 1,841 0.85/1.00 vMB 3
587,410 587,410 0000000000000000000b9b242b2bd7f63b313d8607016bcee572acf30d695ab8 2,891 1.00/1.00 vMB 44
587,409 587,409 0000000000000000000001f57b098911a90b164b9812304f4f7615cf9f91f66a 1,116 0.35/1.00 vMB 4
587,408 587,408 0000000000000000000b96d352d76322e41abb40a52cb7dcae2c100301a5a134 2,970 1.00/1.00 vMB 37
587,407 587,407 00000000000000000015f36b66083b1d918dab03766f87eebb7b66e0c7ab3b9e 1,413 0.65/1.00 vMB 28
587,406 587,406 0000000000000000001be7317de5fde7dbb7eb32858b39bc706df304cca8e2a5 727 0.25/1.00 vMB 11
587,405 587,405 00000000000000000001e9542ba47dbd4cf34fc2163d84c2d065fb87344802e6 3,020 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.22 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.