Loading Tool

Explorer IconExplorer

Memory Pool

41,266 transactions
27.84 vMB
0.07740934 BTC
Random Selection Loading Transactions
Max Size: 143.07/200 MB

Candidate Block

Mining Attempt ceb3358e36a795340a77a25351eff5f82c58ba3df026051997a295f638b804b1
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root eaf81f763ceb01fc4ceadc58876b3ec01be40047941c5009e9b731fc075b5b8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.02386855 BTC
Feerates: 193.01 > 2.39 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (72,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,513 842,513 00000000000000000001a0f704b84f70b7f40c775ae70e9a98b16a8e595547c8 2,923 1.00/1.00 vMB 28
842,512 842,512 0000000000000000000027a15cb8b22b1fd267bd1ea3689d499b5fe19d591499 2,627 1.00/1.00 vMB 50
842,511 842,511 00000000000000000001c6fa19e010f72e18d2923ee51eadd6aef58441f00dc6 3,253 1.00/1.00 vMB 36
842,510 842,510 000000000000000000015a0962b2a962f6f37fe6832782d4ffba8e57d2bffe7c 3,058 1.00/1.00 vMB 25
842,509 842,509 000000000000000000017fe1355064885bdb5971693fffa969602f9e5137ca3a 4,531 1.00/1.00 vMB 14
842,508 842,508 000000000000000000025695a7f1a3e77c8c70214c27d63565e79877d370989e 3,090 1.00/1.00 vMB 20
842,507 842,507 00000000000000000002758b62e8bbf387992536ffade5a766f259f79267e241 2,482 1.00/1.00 vMB 21
842,506 842,506 0000000000000000000154e9ffa5e8b4baa315ec8795d1c38fe8a5fc258d5439 2,259 1.00/1.00 vMB 23
842,505 842,505 0000000000000000000067de0772343a629d1e23eb0625f0944458518658c03c 1,839 1.00/1.00 vMB 23
842,504 842,504 00000000000000000001d5f8e044a172c69e0d4a5c336bc6e39e3b4fc8f3b73c 2,516 1.00/1.00 vMB 36
842,503 842,503 000000000000000000014871fbb7901615e708b28fa427867b1fe46db76a9683 3,113 1.00/1.00 vMB 34
842,502 842,502 000000000000000000010f61ae2ddbac9085e975a12e77d900e1640bbcc70bbb 2,794 1.00/1.00 vMB 22
842,501 842,501 0000000000000000000243eb195d63ca7282c30e58a66caefff7f6db0eff6bc2 2,968 1.00/1.00 vMB 15
842,500 842,500 00000000000000000002af9971cc8dbe439e211cb1a4ccb8feeb14c1f8c33ca2 1,814 1.00/1.00 vMB 20
842,499 842,499 000000000000000000027bc6ea15a75beaa648ad6107f5bc6eb30b91c1af4542 2,538 1.00/1.00 vMB 22
842,498 842,498 000000000000000000023edfeecf2c206a750e0eba4b7eda2cb22186216ad739 2,827 1.00/1.00 vMB 22
842,497 842,497 00000000000000000002ac58211652461ed0e490e5119a22e7acda1f8ced2c21 2,930 1.00/1.00 vMB 27
842,496 842,496 00000000000000000002afd44a67a0b85596c56d38b8d4c5c0f0386c09fb5c81 3,223 1.00/1.00 vMB 40
842,495 842,495 00000000000000000001a6c7110b453f369db51cbcb2d108f6909de4460fa6c8 3,330 1.00/1.00 vMB 32
842,494 842,494 0000000000000000000182474c2064fa544eabaa4dc9be723f8dfe8b8435adc4 3,192 1.00/1.00 vMB 45
842,493 842,493 00000000000000000001242a35b4ef7a10d533fffeae30f3593c68a4136adcb4 3,064 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.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: 632.86 GB
    • Received: 12.16 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.