Memory Pool Memory Pool Refreshing

3,983 transactions (1.44 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (822,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,591 86,591 0000000000210f6901c77b4be27911b3ab63b5c208aab2f073447e10d83a4c04 0.00 MB 1 0
86,590 86,590 00000000000e60930d1d7af35055bf7cc1ec8a074a565cc16ddd081d88b6ebff 0.00 MB 1 0
86,589 86,589 00000000000129a854ff23a4041cb7b5462bf9ce658497dd5e97862d7c487c8c 0.00 MB 2 0
86,588 86,588 000000000012bb211e27beb9f42cd5387c54b045a9dd4083fb4b47c49b7ee1e0 0.00 MB 1 0
86,587 86,587 000000000014bb08464b5fa4b103b3a8359734cda3384342fdafb2e459398162 0.00 MB 2 0
86,586 86,586 000000000001899c8ca157a8180ead75e279afe6a71e10ea31832c7c6b307a90 0.00 MB 1 0
86,585 86,585 00000000002b0297076e64b179cbed2daf9b0bc6cf8ce5402c3dbfda0abc8ca1 0.00 MB 1 0
86,584 86,584 000000000022cf29db5f27601c6c63db013d548cd49355d728fa76c135475dd5 0.00 MB 1 0
86,583 86,583 000000000027c23bf9f33681e972a32ef0c90b2f43b2bd6fb6e02ce4acd3310f 0.00 MB 1 0
86,582 86,582 000000000020831520abddae269de72710746a8f56bfe03c42e881ee57d5449f 0.00 MB 3 0
86,581 86,581 00000000002f11d8a9e262bc4027ab6a4996f9579252444b6cb3cb7d12ee5655 0.00 MB 2 0
86,580 86,580 000000000008fa61c09c4e7473f518df2c67ba637abda7f7b2d2c2c73a3fdc60 0.00 MB 1 0
86,579 86,579 0000000000156195e4705003676af98f366abfbd19d8e2664dc9f149f071e5b0 0.00 MB 1 0
86,578 86,578 000000000011c6ca51841309e6390935195e21b708b52475df5a989bceed7a93 0.00 MB 2 0
86,577 86,577 00000000002c03412012f0d901a0e582308ae5a65ca1c662f8787b972fdd58e7 0.00 MB 1 0
86,576 86,576 000000000018620e688e96bbd5409c49f6f408293253af56f1a73d2ffe9c5e96 0.00 MB 1 0
86,575 86,575 000000000012246dcf0d682bdee2ebadf076c8f9fd4512f3922dca1a207d909e 0.00 MB 2 0
86,574 86,574 000000000000a45a787d77ba48e719df3666d53980001b6d885f31563b43800a 0.00 MB 2 0
86,573 86,573 000000000019e62a3098dd7d1205b527e3294c5f873704d821a37879c6aa3c49 0.00 MB 4 0
86,572 86,572 00000000000e0b34abf12ae0381b08cf47c976aeb3e47db2ba93e1f3fc2384b9 0.00 MB 3 0
86,571 86,571 00000000002836c1cafab91b396383c0fcd1c447dffe766a4a217a2c504622ba 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,868.55 GB sent, 105.37 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.