Memory Pool Memory Pool Refreshing

7,260 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,051 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (347,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
560,025 560,025 00000000000000000018dbc7bea6bcea0e3441b0f0e048dd913fd532444bbb6c 1.26 MB 2,956 39
560,024 560,024 0000000000000000000d83afeb5a3cbe259b3607c584ba2ccf727196ab879931 0.99 MB 2,056 8
560,023 560,023 00000000000000000020da230946a85b561e1f5e9f04e4de2561e8ae53617b4a 1.15 MB 2,369 12
560,022 560,022 0000000000000000001dfdb76805898d368d3fbb3a099b8f447423c1880d2baa 1.20 MB 2,877 18
560,021 560,021 00000000000000000001fdfb3d465d4fecc96c2d0880c54a85f36e8e6db09f86 1.14 MB 2,930 17
560,020 560,020 00000000000000000022518ee30d70ca6d6956fdec1ee6c6eb5a338902a7723b 1.21 MB 2,997 14
560,019 560,019 00000000000000000015be549b1572212b19b31526cc8063e6bb178a6aef42ec 1.23 MB 3,026 33
560,018 560,018 0000000000000000002c80dbf4b948b537ffba28e76086145d487e8003e5dd3f 1.26 MB 2,939 24
560,017 560,017 0000000000000000001b82a50c54dd6a38d6184afd710cbde95bf6d8b6735a37 0.36 MB 726 2
560,016 560,016 00000000000000000010b4273b4e4dbcb09ba06977d6243e70847694c7689f29 1.17 MB 2,933 28
560,015 560,015 0000000000000000002cef360991fef60f3ff63fb57b912bc6a28567ff11cef0 0.69 MB 1,443 2
560,014 560,014 0000000000000000000bbf7009ae95e503b2da886bec815fb53f43eb3db28364 1.12 MB 2,913 8
560,013 560,013 00000000000000000011edbaf5b9a5938f13d118c15a4ce609f8c448fd6cb353 1.22 MB 2,584 23
560,012 560,012 00000000000000000012417a471016ac78528db9bdc40ddd8cdb28404cd822a4 1.22 MB 2,429 25
560,011 560,011 000000000000000000215433f785712219fafec623ff47e51d727a9c7105474d 0.28 MB 262 9
560,010 560,010 00000000000000000013c0e71833d36470b534426b14d9a8515f6b239589f274 0.38 MB 536 4
560,009 560,009 0000000000000000000151c058f378dbeb404128f1a6ff42ff48a26983338c0a 1.24 MB 2,635 23
560,008 560,008 00000000000000000004973beea07dd971edcb2359f138ce8123e3c612cad4f5 0.53 MB 1,313 18
560,007 560,007 00000000000000000014df224cf1ea6fc9928c74ab61ac19c558dcca4a830c22 1.03 MB 2,535 2
560,006 560,006 00000000000000000001da3712dace36b31a84939d7b37f47f8b09d61447b09d 1.29 MB 3,024 24
560,005 560,005 0000000000000000001e2f35327174c2ca98c962bf633363b68d0f6adfa57fcd 1.23 MB 3,247 22
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.