Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (781,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,825 125,825 0000000000000e68eb651587b102a82f1df9a9a8fb30f6bebe1a9ea07c515d32 0.00 MB 7 631
125,824 125,824 0000000000002190ea06bedb53e2c166ef983485e8162e83034b297911e3a3ba 0.00 MB 5 0
125,823 125,823 00000000000005c03786c5f3ccd20e3f9b790d81d96cf1450b94abcddd05357c 0.01 MB 16 1,117
125,822 125,822 00000000000015b0b2c92f538aa778bf7158df9582274eefbb54c206a335fedf 0.00 MB 7 0
125,821 125,821 00000000000012e0e2a1fd58571c8e2de4662f396d7604cd52da148a1ced0f03 0.00 MB 9 0
125,820 125,820 00000000000006dce738f5f5abab307e43de3c6b14668c2b594385aacc2a0607 0.01 MB 17 1,084
125,819 125,819 0000000000002e8b769089e9405dd29b31a1bd3f4072ff0c2601186ad6e29dcd 0.01 MB 28 969
125,818 125,818 000000000000085303bdac939149e701da96a910872f526cfd1bb48c05c19854 0.00 MB 5 489
125,817 125,817 00000000000039e15ca00b1bd695ba4ae4843fda696dadb9e8fbf5a95f7d83c4 0.01 MB 14 688
125,816 125,816 0000000000003efca89b9a1eaa7d285d8caa0ce67a7cacec08e1e5d78583af0c 0.02 MB 62 2,393
125,815 125,815 0000000000000a59101e59f401c2f54aa5827daa04208aef67885e539ec25c47 0.01 MB 24 715
125,814 125,814 000000000000284c68448de198a53c58469255812e9eaf66b8db2c01bac3bcb7 0.00 MB 15 1,306
125,813 125,813 000000000000236d0530ed294db7841eb16e5ae6b581a5cbcff589ce504f9282 0.01 MB 27 241
125,812 125,812 00000000000031dda0ff0c584288ed460ef63b9e8ce849de5d87d60b31ce99a8 0.04 MB 130 348
125,811 125,811 00000000000008eac7bd14f462c076c63302c92838e9c39085d0d92da62ea8f3 0.03 MB 69 828
125,810 125,810 00000000000009755b65f42534a48d45bc2f43c7f98357d27aac1be9f7527c36 0.03 MB 29 1,163
125,809 125,809 0000000000000e92a85631cc42eb15fd61b460e1ba96e5922d784339adec2802 0.00 MB 9 724
125,808 125,808 000000000000234434c1f46378829e63db72531aa6cdfff68f1d8259884a0862 0.00 MB 12 748
125,807 125,807 00000000000028dbacdccfcd9eb32a99393f32e67583f2f2865cfc0f66d6e697 0.01 MB 23 434
125,806 125,806 0000000000000de369b2fcde11b38fba736f8ec7be8b8400e30d2597fba0fea7 0.00 MB 10 2,398
125,805 125,805 000000000000013b1b77aa9f45c29e8078fa032d12ca79c7aece3cd917e5dc11 0.00 MB 8 396
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.