Memory Pool Memory Pool Refreshing

3,373 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (301,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
605,840 605,840 00000000000000000001d2f2e4a1846962f710fe95c1c009d0595cf78204f0e5 0.78 MB 1,687 4
605,839 605,839 0000000000000000000047998385ae6a1097c356663edb03ca9201028dd66d2d 1.16 MB 2,034 23
605,838 605,838 0000000000000000000b3f9dac524661e9c9b6a9c0c9b9738e56405892ef4566 1.23 MB 2,762 12
605,837 605,837 000000000000000000104727a72ca23aa47aed51f7e15c6bee94d41ec3a48779 1.17 MB 2,090 29
605,836 605,836 00000000000000000013f12158b283ff72a74295cc38e5874c8700e3e9c967bb 1.24 MB 2,860 40
605,835 605,835 0000000000000000000ca579623c56ee08c61b676607a635e2f9a28092a49ca4 1.30 MB 2,759 16
605,834 605,834 0000000000000000000495170e66e6943171a83c694bfa64fafddb7f300b2cc5 1.28 MB 2,509 39
605,833 605,833 0000000000000000000ba31bd053d0dababb5b0f9378544c479836ce55a2e1bf 1.30 MB 3,364 35
605,832 605,832 00000000000000000014b4f5a7660ef1572e0f0eb0a9358020ff394cb47e4f01 0.84 MB 2,269 22
605,831 605,831 000000000000000000015d798fe8125b6bd43cbcbf3ab97dc186ff99efaa98b6 0.19 MB 488 20
605,830 605,830 000000000000000000028223da270628b39c07c03f5dfc7b6ae46930176a856f 1.00 MB 2,605 20
605,829 605,829 0000000000000000001452d601cd29809527491e0146ddc15c8d5016c2ff637f 1.24 MB 3,334 11
605,828 605,828 00000000000000000006d71125f9dd9d406d80794b244cee75022df0188e5946 1.28 MB 2,685 22
605,827 605,827 00000000000000000004ee6591455c105127659213990e6aaa1436a022d5d0de 1.31 MB 2,905 18
605,826 605,826 00000000000000000000f383c11667be88942faced981f45e42b4a366b5c31a3 1.34 MB 3,159 31
605,825 605,825 000000000000000000133aee357761a4946cf905f4048f728ff6047b6d173d41 1.32 MB 2,987 24
605,824 605,824 0000000000000000000d23906fc621958334e823ec522e2e662c6492fc2e0cff 0.00 MB 19 16
605,823 605,823 00000000000000000004d3b794cc1abbefac8613b9c5f5ba94f576cea4f5feb0 1.10 MB 2,641 20
605,822 605,822 0000000000000000000e59ae8da8dfd39ca3d692179d967b0e4fbbfe2bd2b110 0.09 MB 225 19
605,821 605,821 00000000000000000000b30126d99944ffb97180ecc4d506637b76462ce4a9dd 0.90 MB 2,269 17
605,820 605,820 00000000000000000013287f712f4c8891a5b66f7c9d6c890f3c4ef2a316218f 0.62 MB 1,574 20
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.58 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.