Loading Tool

Explorer IconExplorer

Memory Pool

76,640 transactions
28.97 vMB
0.07695544 BTC
Random Selection Loading Transactions
Max Size: 177.01/200 MB

Candidate Block

Mining Attempt fea955354f91aa93efb1e8f283c24d5a55c3b9365caeac090b8ab603b21d4ab4
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 025e2395bbd63eba8bd6805b7c26a9b04c16b1decaf90bc6d9a101b7bb04fbcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.01377361 BTC
Feerates: 77.76 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (167,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,778 747,778 00000000000000000003ff23b07db4417d60ba5c16bd97f4f9b258556985afed 798 0.54/1.00 vMB 6
747,777 747,777 00000000000000000006b9b62c9f55ed2de3aeda022649b4cd5d099e830a18d4 2,280 1.00/1.00 vMB 7
747,776 747,776 000000000000000000008d90d2e28d0582fa61a8260888d9f3ef95490233290d 2,975 1.00/1.00 vMB 9
747,775 747,775 00000000000000000006de1473db76c3550f2a0431b2ed9dc62b48adfb2e820b 1,152 1.00/1.00 vMB 11
747,774 747,774 00000000000000000008a7283a35665d11ca73ad1dba23b210856c1426a03a2a 2,516 1.00/1.00 vMB 18
747,773 747,773 00000000000000000009c3e9401e594f3dfdffa5be4a70d6b84416c5b6e2c9f6 725 0.23/1.00 vMB 13
747,772 747,772 0000000000000000000688a554ea9ff1fa189a3d55d30a746c4cda3677c696b6 1,638 0.56/1.00 vMB 11
747,771 747,771 0000000000000000000198d42b7b3cbfa0511184a2ebcddef07b996bfcaae263 1,195 0.44/1.00 vMB 10
747,770 747,770 0000000000000000000020470d3983541d4e2e0f8a12e6bebd1398ef2455a9eb 2,004 0.72/1.00 vMB 11
747,769 747,769 00000000000000000000bce5b87baf0509124c108d44337c3544f79c6a574931 2,420 0.91/1.00 vMB 11
747,768 747,768 000000000000000000055f746e37296eb83f6d4dff248ac6e741731a46a30d62 200 0.18/1.00 vMB 6
747,767 747,767 00000000000000000008e335e0cd3bbfc97e58eb26581bc9c1c2ce95861db438 953 0.59/1.00 vMB 5
747,766 747,766 0000000000000000000171c3948420295584b1da5fb10d8419c7d2b8b5eb1f0b 2,810 1.00/1.00 vMB 23
747,765 747,765 00000000000000000003831b838e1d782d0dd23261523cdf29175e7892a567c4 268 0.07/1.00 vMB 11
747,764 747,764 00000000000000000001b7908972b6725c5d960897b70eb114008888033f64db 1,295 0.54/1.00 vMB 9
747,763 747,763 00000000000000000004ce0f9b712517d5709a2548b61756e8e251b16c1f485e 700 0.91/1.00 vMB 2
747,762 747,762 00000000000000000005503e876cf90f1c193fa46cdf0385d7a759f64fb9dae5 2,858 1.00/1.00 vMB 11
747,761 747,761 00000000000000000009f26a066dc4478fda3cc69b926a8d20f66a43482e061f 1,890 1.00/1.00 vMB 13
747,760 747,760 00000000000000000006b1ff8a221dfd4b6f5841e92c379c3ec47bdf4c857d70 1,129 0.41/1.00 vMB 13
747,759 747,759 00000000000000000009beca09c932e3bedfc4a89799398deae571cfb309a7ad 280 0.15/1.00 vMB 9
747,758 747,758 000000000000000000034214d7c7a9db5948e1e9c81281e803cfbf38a7e80b57 880 0.28/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.82 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: 710.77 GB
    • Received: 17.08 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.