Memory Pool Memory Pool Refreshing

1,140 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,140 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (606,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,976 301,976 000000000000000021351598a77cb244ce4c7ee1802bd0ceaca26c26815e42e9 0.25 MB 612 47
301,975 301,975 00000000000000004ecd90c0fe0443e81f1afebc52eabf90aa9861636b7261f3 0.04 MB 41 9
301,974 301,974 000000000000000046d25d8c270572dc5e992c13a896051a0cf8987fe4e73f45 0.09 MB 177 26
301,973 301,973 0000000000000000281f46bc75879305b85f1061bbe26fa768aebbc056a4808d 0.37 MB 513 27
301,972 301,972 0000000000000000160707eef969b61d9a2f0aaa7bffcc1380ed629fe860e3fe 0.50 MB 896 30
301,971 301,971 00000000000000002463179521fa774f9e89c11cf6ab2ab822bf7c77f5e2af31 0.50 MB 1,096 36
301,970 301,970 00000000000000000758a3d88c5ba13de875e0fcfc3b8669d3625d2284af6295 0.20 MB 267 20
301,969 301,969 00000000000000000462debacdcd6b832a3aa8ca7ff21ac1d84ab53ef589de4c 0.35 MB 634 32
301,968 301,968 00000000000000005cb86f0cd2a46c798e49fa5ca107a0aad16ccbb7eac9fa3a 0.34 MB 530 27
301,967 301,967 00000000000000001f8943a4f316b32517356ae3ea425beeab91c838e7bb6a02 0.07 MB 149 30
301,966 301,966 0000000000000000343596782ab0b824b23d1fb6a69828ebb4e8c3a76720a98f 0.21 MB 385 31
301,965 301,965 000000000000000075149cb02b3b87112a6585b633f068f211afa9cbd54b6d87 0.27 MB 586 33
301,964 301,964 00000000000000006820a49e68d4052ac447d31ff31b5bbceecdf17cdd6c2c15 0.04 MB 68 19
301,963 301,963 00000000000000001d79ce801f7a68c5237b4cc426b125ecf947d8ed3515e2c5 0.35 MB 626 29
301,962 301,962 00000000000000004f6cb97590aaca392485b95c760fe604728ed7c4c422c7a2 0.61 MB 793 23
301,961 301,961 0000000000000000477d8b284153c1b6368c2e3270b7ba5d421720b4012e6d67 0.35 MB 829 63
301,960 301,960 00000000000000001b8a62b6be6f83cfcbf8a9c0aec576e4e8f03ac0c0464283 0.10 MB 183 29
301,959 301,959 000000000000000018f02eac8917f7248cb4616a4e855daa6e97ad0abb5a5519 0.30 MB 565 30
301,958 301,958 0000000000000000644db1ee6829d57bce3ac0f348bb6bf3eb437bc4f2e82037 0.28 MB 354 88
301,957 301,957 0000000000000000599c78f1555febfe7d194413471930905005c02b8b1126ea 0.33 MB 658 65
301,956 301,956 00000000000000000acf1be3636034df1fc93017127b2a061a4f6651a45daddf 0.14 MB 255 32
Previous 10 blocks ↓
Total Size: 769.56 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,649.15 GB sent, 95.73 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.