Loading Tool

Explorer IconExplorer

Memory Pool

45,592 transactions
27.50 vMB
0.11043359 BTC
Random Selection Loading Transactions
Max Size: 143.92/200 MB

Candidate Block

Mining Attempt 6819e61f1989b8a6f477771be1eaa7e2362bdad881259d4cc8a7f3a236a179f1
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root f6b290adce77c3b6da67f0e40fbdbafbf0fabd864e75b8e1c676bddcf38de559
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.05026169 BTC
Feerates: 151.01 > 5.04 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (76,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,040 838,040 000000000000000000011cdeb0b2afb5e4daf4dda832351cf17270b283208c9a 2,726 1.00/1.00 vMB 14
838,039 838,039 000000000000000000027b5037e77a3ab1f56294f25de7ecfdcb3ff0abd36517 2,614 1.00/1.00 vMB 12
838,038 838,038 000000000000000000018042289f414abfd005c270adb77f2ac93d39c2761f4e 3,782 1.00/1.00 vMB 9
838,037 838,037 000000000000000000002d8993a00fc4fedefd41582e0d6df11b1fa7574ac8e6 3,021 1.00/1.00 vMB 13
838,036 838,036 0000000000000000000338d2c5e866dcbeab30de7674c946058b419b3a51e8fd 3,613 1.00/1.00 vMB 5
838,035 838,035 00000000000000000000c15bbb1cff1b29a932886c4cfda80b2ad91c6f86e9f7 4,850 1.00/1.00 vMB 8
838,034 838,034 000000000000000000035b3b6db2de4c5af78f51ab13f27810477f2870893f1d 2,508 1.00/1.00 vMB 13
838,033 838,033 0000000000000000000341a3c14bd99a9d2cfbe880b3233be965daae91c3a296 4,165 1.00/1.00 vMB 6
838,032 838,032 00000000000000000003447c50cae81fd56517e2c0441900e1017be32344d347 2,686 1.00/1.00 vMB 17
838,031 838,031 0000000000000000000267ee6cbe9a0c1d0dbce2feaec730a6037b5c506f0a64 3,058 1.00/1.00 vMB 11
838,030 838,030 000000000000000000026d0532ad2b2ddb702dab438c71a7802fe21ae6bbcaf1 2,060 1.00/1.00 vMB 9
838,029 838,029 000000000000000000014a0b8c6ebf0919af9de2fae398d596c5515cfff8cf83 2,938 1.00/1.00 vMB 13
838,028 838,028 000000000000000000035cdd6ce7f5b59ab413fb2e2adce6be79fc82f92da320 3,175 1.00/1.00 vMB 21
838,027 838,027 00000000000000000001f3f2392d4614b0f38fac0088c95587b1992456e8d371 5,283 1.00/1.00 vMB 5
838,026 838,026 0000000000000000000002e1e9b73ffabbada463c245bd9e22c5fdf5936be50b 2,787 1.00/1.00 vMB 9
838,025 838,025 00000000000000000001c7149f4dd804a76c72de468bcc529fe03b8b67ce3472 3,425 1.00/1.00 vMB 13
838,024 838,024 000000000000000000029e6703598e5778efba8b5d27d75f1d02f43733cc4465 4,720 1.00/1.00 vMB 5
838,023 838,023 000000000000000000026fd6781fb7452d1922c131f95a0deb0fa9f55092317d 4,984 1.00/1.00 vMB 9
838,022 838,022 000000000000000000017bf37b7ae923e142b38b28941ccad37b78ef6ea02e6c 3,517 1.00/1.00 vMB 9
838,021 838,021 00000000000000000000eb1916ac2cd6e4b148711d0b07222afa0df5622e7a4a 1,346 1.00/1.00 vMB 6
838,020 838,020 00000000000000000000b5938ac2e03b1e68e92dc199a414890e113f11e21000 4,601 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.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.