Memory Pool Memory Pool Refreshing

3,304 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (5,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,990 901,990 000000000000000000013e084473b8364530db97866e305378b51e1b140e1461 0.47 MB 148 0
901,989 901,989 000000000000000000010e26e09816f2e63a91ee6805cf47086536081dbdc22a 0.70 MB 1,244 2
901,988 901,988 00000000000000000002218d824f22b797becba3d58ae641ae84882c18d86176 0.24 MB 496 3
901,987 901,987 0000000000000000000113aecbd26ef2e0f03291b2ec1e85dbdd6cfd11b6bf76 1.48 MB 2,934 2
901,986 901,986 00000000000000000000588c066774370176f4a34994d2ddcd0429b8d6288c0e 1.45 MB 2,320 3
901,985 901,985 00000000000000000000b9e7fc92c896596bab1cd3283ea7debbc635f9f7be38 0.34 MB 556 3
901,984 901,984 00000000000000000001b068de872279ac7f6f529414511eaf3f745b1a882a1d 1.53 MB 1,941 3
901,983 901,983 00000000000000000000a5b6f8d466341fef5e49d5a8a93fd98c76485ce28543 1.51 MB 1,921 5
901,982 901,982 000000000000000000007412ebfdbc4a6c08da11fae5560a9717e92911cfe127 0.16 MB 197 4
901,981 901,981 000000000000000000016042445cbebf35d9d0a5e39bd8ef0f1a8137eee1a3dc 1.11 MB 1,611 3
901,980 901,980 0000000000000000000162c85e77a85ef4b8ebee5c1d763c99c95a6725e6e1ae 0.32 MB 718 3
901,979 901,979 000000000000000000011c3274725b4199d7d8ebb12d365a228b1dc7e5c9551d 0.83 MB 1,632 3
901,978 901,978 000000000000000000003c3720b7cb3e82de74e4c0233a2f52ef3375528ebdfa 0.91 MB 1,828 2
901,977 901,977 000000000000000000021b42b27e79056ed7456fa6a81a165ee568aea5d8932c 0.25 MB 399 4
901,976 901,976 000000000000000000013aac4beb51e6fa11792719a3686f58c88459eec06f02 1.65 MB 1,061 1
901,975 901,975 00000000000000000001bb98434c32d2decdf8a3b3accede0f4c8531a366c70d 1.81 MB 3,146 2
901,974 901,974 00000000000000000000341882de2c3909c38606a6e0e20f7901ad05f7ec69fa 1.79 MB 2,179 1
901,973 901,973 00000000000000000001dce9d587caf650cc2c10a22c11050f7b021f2ca41b31 1.29 MB 1,166 2
901,972 901,972 00000000000000000000a4f41f343df7e71e18e9aa382743276915eb34b7b44a 1.48 MB 2,867 5
901,971 901,971 0000000000000000000123250911a68d0cb8ba342c0299bdf4620437169ce57c 1.83 MB 2,433 2
901,970 901,970 000000000000000000016c6a0d9d01e291cc5b014a1e5130c1a838d53efae9b0 1.54 MB 2,583 3
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.