Memory Pool Memory Pool Refreshing

3,783 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (9,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,592 898,592 0000000000000000000082e6ac284304248c3c61e00c8f0e2e94032fa5e6e39d 1.55 MB 2,490 3
898,591 898,591 0000000000000000000218b74dbc794faaa9d5d87acfe6b1b6ebf3c37c93a79e 1.46 MB 3,480 2
898,590 898,590 000000000000000000015337cdfbb6da0912b6a193621dc8d14363b807414102 1.42 MB 5,769 6
898,589 898,589 00000000000000000000e4406c68f6082ecc04f2fd029f68d7394723538c029e 1.39 MB 6,173 9
898,588 898,588 0000000000000000000091a8a2e2da96d2a81d1759e51840f99351678fca44fe 0.17 MB 433 1
898,587 898,587 000000000000000000015add73e7bf39b12160bcbc8a43d349317b9fcd1b3dc7 1.45 MB 3,519 2
898,586 898,586 00000000000000000001a4242bde684f71e107ae34964a25f8a241b90e16c637 0.25 MB 238 2
898,585 898,585 00000000000000000000c3c39a778825b788e05722de2debeb91286d46cea4aa 1.23 MB 1,917 2
898,584 898,584 00000000000000000001c09c680e2487bd2136da46793384230b9393d13b262a 0.52 MB 798 1
898,583 898,583 0000000000000000000224dbc4f991c0bb1ab0778f36b6cc9072c5dec2c3daec 0.00 MB 11 3
898,582 898,582 00000000000000000000ca9f479afe4d8f28083f36f1763af1d3a6fe77b04b4b 0.18 MB 468 1
898,581 898,581 00000000000000000000ac75e5249c857171a1c35a10e7eda4a7080ef4d6cad2 0.48 MB 641 2
898,580 898,580 000000000000000000021690fc03c383a4398e67693a3431aa1d5801ae55f952 0.47 MB 860 3
898,579 898,579 000000000000000000007c2fdd7de5e58c29a7d8e0bb2c6e7381f372231976ef 0.73 MB 1,091 1
898,578 898,578 000000000000000000005223a5bbbdb48e39e178b42832e2ebccfa073f7820f7 1.64 MB 1,909 2
898,577 898,577 000000000000000000002e0210f32b5e2c4fee002b29a8fe2ad4a586072346dd 0.47 MB 1,198 2
898,576 898,576 000000000000000000002e856a0e776fa10c2c2dd061947d72d50b1b30d833f3 1.94 MB 1,724 1
898,575 898,575 000000000000000000003b589f87fad7bf0766e3858db1399da203e9d5af259b 2.57 MB 2,461 1
898,574 898,574 00000000000000000000f77cb56d266cffb8ca597592c4828738f005cdcedc50 2.23 MB 1,486 1
898,573 898,573 0000000000000000000168ea27660c52c5c52a9aad423f8249d38eaae0b8ce41 1.43 MB 1,966 2
898,572 898,572 0000000000000000000135942c4d274e9a7819df54724565a83984043e3b1fdd 1.58 MB 2,926 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.