Memory Pool Memory Pool Refreshing

3,577 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (795,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,173 112,173 00000000000017c99be8d0973451ad98495f66d295a875128b1ab20c5dead96c 0.00 MB 3 1,934
112,172 112,172 000000000000af8ddeacc85f3f471bb0415829085bcc23c2c1c85a36637d3a85 0.00 MB 2 3,875
112,171 112,171 0000000000011ac547fcb97e2e3cec2e7271cf95e18f40606c4fb34d8c767ae8 0.01 MB 4 187
112,170 112,170 000000000000607149cc32a3282a4b49c8059eb831fb392d92d9278e77737d45 0.00 MB 2 0
112,169 112,169 0000000000007cf36009bfc2100a520181b2318cf400a1d67e462975454d6b98 0.00 MB 1 0
112,168 112,168 000000000000dfece11597afd85e58d98dba226ef00b1d195e4bb19bb6d8958e 0.00 MB 2 0
112,167 112,167 000000000000e9b5e0852a0c9e2fffd5668bedf3b055fa88be67801e17756605 0.00 MB 2 0
112,166 112,166 00000000000109783e4d7650f6c710a6794161a3522918cf8fe05d745eaf4783 0.00 MB 1 0
112,165 112,165 000000000000afebb5f5ef367c7a21899453e1c58a986a4dd46889b6e39d237e 0.00 MB 5 0
112,164 112,164 0000000000012515564e22a184dcff9606e536e133ce4b0873f1b262a251d5e9 0.00 MB 12 335
112,163 112,163 000000000000e67c3d6528160f98e384c56c2cddec21e11797b50b47aace21f1 0.01 MB 24 336
112,162 112,162 000000000000dccfdda97f2a87914082014066fcaef5c365e485031fcb0f11fb 0.00 MB 2 3,861
112,161 112,161 000000000000b08ccb0f46eb2d5747100ba9111f7cf0bd45a8afbc0a3aa685aa 0.00 MB 4 1,086
112,160 112,160 000000000000115e91dff20cb887745b4b421083ac93ed41b70526c417ee85a6 0.00 MB 4 1,418
112,159 112,159 0000000000006ef0be2134b95f3e6440d38017a6e2f3496a4d25a3fd31f044e0 0.00 MB 16 1,874
112,158 112,158 00000000000101eb7e414e3838db4e93584dc54638e2fd5ca9860364b4ae2421 0.00 MB 2 0
112,157 112,157 0000000000008c694dbe61374afd559fbe6b12deb299fb34c9aae5bd9f6cee2f 0.00 MB 1 0
112,156 112,156 00000000000117df93932ba9a8b4e583362d7d18b7e625422778796bec6f83a0 0.00 MB 6 0
112,155 112,155 00000000000054895dfdcc3f3b966b32370c91d2692b328e63273bc9f0e98dce 0.00 MB 6 347
112,154 112,154 00000000000095d5c04545d49ca0956f2975eef9596d7b3e650342b9f33c6e5c 0.00 MB 5 1,038
112,153 112,153 0000000000008c2c7d03b65dfc156e05e5b4bbf11d928305fb33d8607bd531d5 0.01 MB 2 0
Previous 10 blocks ↓
Total Size: 769.59 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,651.17 GB sent, 95.87 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.