Memory Pool Memory Pool Refreshing

2,342 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
903,321 0000000000000000000268160000000000000000000000000000000000000000 0.63 vMB 2,328 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,320 (481,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
421,577 421,577 000000000000000001c05aecc4a62740fdcc1f7df88c173a0fbcc4b11bf0fc58 1.00 MB 3,074 59
421,576 421,576 000000000000000004b84dd3e8e24fea3c004daa7b923eb6cdb14f7787ac535f 1.00 MB 1,869 82
421,575 421,575 00000000000000000183096e91ea72ba058abd48e5e228aa2d790da1937c890b 1.00 MB 2,366 102
421,574 421,574 0000000000000000048ea8a6f741f7a3ca883712931d9d484211b826eb4f3526 1.00 MB 2,755 83
421,573 421,573 00000000000000000110e9dcaadc44f3a5774bc22e294b1fac33e847b5956845 0.00 MB 14 157
421,572 421,572 000000000000000002113ca1c7b8dcbac1a472bdf2e17714f0f271a27f84f659 1.00 MB 2,570 61
421,571 421,571 0000000000000000007a0f87c050b2a516fdadc39775c47c87a39eed2f6457eb 1.00 MB 1,549 39
421,570 421,570 000000000000000003b603d0e1e1499f0b70049d6ccac68cf45a4ffd5951459c 1.00 MB 2,775 71
421,569 421,569 000000000000000004ce4d1d54363c52a41771997fca9c9ed842b20990da6fe5 0.98 MB 1,081 26
421,568 421,568 0000000000000000039ea75720cb29cb91f220fa7521537980691bbb793518b7 0.99 MB 1,607 36
421,567 421,567 00000000000000000141b2c5e83594473cdf91494aca5d5ab71539123e4627fa 1.00 MB 1,490 33
421,566 421,566 000000000000000000eccc74f1fd315637acf3576ae0a51108abbc401b476416 1.00 MB 2,541 62
421,565 421,565 000000000000000001effb88525c57caaf052cbdc67aebb969015f8805bbf706 1.00 MB 2,782 77
421,564 421,564 0000000000000000038138449743f7b5b97b8f9eb33c4784a90484fdf3290fb6 1.00 MB 1,557 23
421,563 421,563 00000000000000000274f034072b00d16857346605b4a3f9a0cc66cee1c66211 1.00 MB 1,956 48
421,562 421,562 00000000000000000449922d9d9e9f03fd2171349c413bb7970c870dcd338a77 1.00 MB 2,240 54
421,561 421,561 00000000000000000258460cea27722ae0590bd4975f3051f3e32d4cc31ac7fa 1.00 MB 2,727 90
421,560 421,560 000000000000000000f91db83f66371eb8b5a1b8c1af8ad2f713988db49d4dee 0.23 MB 565 70
421,559 421,559 00000000000000000366c161d37131b7a4f085f5283729963df878c86b0ab200 1.00 MB 1,277 24
421,558 421,558 00000000000000000345e4eb2103f768137455d20124a00b7ca88845ca24906e 1.00 MB 2,147 47
421,557 421,557 0000000000000000015a3280ad54d2092c9a6921b318b07a66369adac92abea4 1.00 MB 2,292 64
Previous 10 blocks ↓
Total Size: 761.46 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: 932.20 GB sent, 53.30 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.