Memory Pool Memory Pool Refreshing

2,136 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,128 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (2,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,578 905,578 000000000000000000011dc4a9f2c94f2d478e95d04964bde4c8e877d7ef9fa1 1.43 MB 2,474 3
905,577 905,577 000000000000000000012ab4bdb5229065bfbbb96084e8aaf8f0c24cb2395431 1.68 MB 3,613 2
905,576 905,576 0000000000000000000009235713193840ae42039aed2d57a1a08431a136ae2f 1.27 MB 2,746 2
905,575 905,575 00000000000000000000832adbf27a87c21b1f64a4f9562a2fe3d1b2afb26bfe 1.37 MB 2,925 2
905,574 905,574 00000000000000000001d32e2b6d5cb01b7a22c174dc02e6a8d42c14d83d49bd 1.44 MB 3,308 2
905,573 905,573 00000000000000000001cf02831e81242c481a9d225ef656464d272aab4bd827 0.29 MB 784 2
905,572 905,572 00000000000000000002072ce6deb68ae1d068d10c54026d2dfcba2b4e5b7558 1.57 MB 2,991 2
905,571 905,571 000000000000000000004e885aea83a63146af43027c9a5a42f3efeb47312f6d 1.45 MB 3,081 2
905,570 905,570 00000000000000000001508641a459786a2ad6c8c0189a2e0d73b066aff2d55f 1.23 MB 2,357 2
905,569 905,569 0000000000000000000082cd4edc33101591a04bdb7b6d5cab2c516ca8b6e66a 1.52 MB 3,318 2
905,568 905,568 0000000000000000000029fde6faaa66c9fe66769a2e6bc64e73f3dfe2061823 1.54 MB 2,871 4
905,567 905,567 0000000000000000000060196d6fa07ad185cfb80b8ffcaa2b9b5f9d0d7c6404 1.34 MB 1,799 2
905,566 905,566 000000000000000000015abc1047dbc9ff5bc639d677544f28b7d472e34b0b43 1.50 MB 1,343 1
905,565 905,565 00000000000000000001a73fb9799d1a61e5412488052961cdbea50950f28dd2 1.64 MB 2,440 2
905,564 905,564 0000000000000000000099f7acdd48dd158eb1fbfd3f2669be7043000cb3d610 1.68 MB 1,666 2
905,563 905,563 00000000000000000001595f299a09cec191a7e232c94b3564633b38d70f2a5d 1.63 MB 3,277 4
905,562 905,562 000000000000000000009e80d78ab134464e97e386e4585069128db076c8db64 1.55 MB 4,057 5
905,561 905,561 000000000000000000007f2d24a611eb670587b1060ec7f2625df488cd404afd 1.68 MB 3,042 4
905,560 905,560 00000000000000000001c95188c655f79a281d351db7ffad034d39ba3c6be4ce 1.55 MB 3,821 6
905,559 905,559 00000000000000000001195ce1d999655a7ab38f2af86fcd3e036088a3e28443 1.39 MB 2,942 3
905,558 905,558 00000000000000000000f4ef180e5aa9344b716c3133e82f530608970a7db50a 1.60 MB 3,929 7
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.