Memory Pool Memory Pool Refreshing

12,764 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (250,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,734 656,734 0000000000000000000f63ee52f49732b03c54b42ef496eb132f3a52ea80eedb 1.15 MB 2,387 18
656,733 656,733 0000000000000000000148e218eaf112fa9ae46cf308fc0bb94f7b028901631e 1.39 MB 2,487 73
656,732 656,732 0000000000000000000fedad815e2b3db1f75a4dedecb4048090d6c375454cb7 1.09 MB 2,512 15
656,731 656,731 000000000000000000076500a9ccbb4106783067053152a2c52574c890a928a5 1.33 MB 1,953 68
656,730 656,730 00000000000000000003e504023ff66994648da7a7348ce9bc85969e0fe7a252 1.38 MB 2,445 75
656,729 656,729 00000000000000000005c831528cbee1a0bf706a2df56497c8fa3afb08cb37f7 1.34 MB 2,123 10
656,728 656,728 000000000000000000095e796dae3fa92efb6f0522c09c4fdd5c85e7fda97277 1.22 MB 1,810 105
656,727 656,727 000000000000000000107c50b7a69f44455407051e5643a660854ad37eac6d92 1.28 MB 2,301 97
656,726 656,726 000000000000000000083d41bc57461e3f80283a5021465c41ffce76aaf61248 1.32 MB 2,251 69
656,725 656,725 0000000000000000000a6077fbf4c0f9c69457e2a43a5565e09d579d4d273078 1.19 MB 2,287 22
656,724 656,724 00000000000000000003939f84e13b6f48ae1a5e1bf968e5cdf339f506cffe57 1.48 MB 1,756 52
656,723 656,723 00000000000000000001a54c5f0d7483260feb74f1b7e88dd43b731b79fe48cd 1.58 MB 1,658 36
656,722 656,722 0000000000000000000f68cd8df5c90cc2c5a90587402134dc4b6a7ffab74674 1.65 MB 1,969 54
656,721 656,721 00000000000000000009cc92ad78fd52d3fd640177fa9ffc4800078f8ab90ad5 1.32 MB 2,746 139
656,720 656,720 00000000000000000004ebccd0c316350a062e5656c50b95c05f715ac09f7e5c 0.69 MB 957 75
656,719 656,719 0000000000000000000623f8721b022f8af072a350bd6a06559a578e13330508 0.99 MB 1,815 53
656,718 656,718 00000000000000000001a84420eb4cb8001357fd1cf334a11db0bf1c51e18092 1.23 MB 2,477 47
656,717 656,717 0000000000000000000dd60b8e61ad1d65414bfe2ca11a3cae8f21f91fce4ebb 0.81 MB 1,530 30
656,716 656,716 000000000000000000063898417dbd041f47b01a7d8f08dbd73031e46e8be18a 1.35 MB 1,963 35
656,715 656,715 0000000000000000000a0cf073ab29ec46ac5a4f93a97c11f3ddbb1050d3baec 1.21 MB 2,149 30
656,714 656,714 0000000000000000000055da30c293c81651c72e9012e8f4840d3141b818296d 1.09 MB 1,760 16
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.