Memory Pool Memory Pool Refreshing

4,825 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (854,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,514 54,514 0000000006e30203aa249ce893c8c4c0379990415db3a421e32ba4809c152028 0.00 MB 1 0
54,513 54,513 000000000398abf5c28c3a9e769b39474d5dd3ed3198c152cdb81f06ad03b42d 0.00 MB 1 0
54,512 54,512 000000000ba90821124d526d02bb39bfebf877e1411452c03840cfdb9c2194ba 0.00 MB 1 0
54,511 54,511 0000000006200277f06893cad5a12e13dab5ab8db2428b0a85508987aed0b7ab 0.00 MB 1 0
54,510 54,510 000000000d387b1f1967deb239ca6074a44e37e10acd675c81ce9c84d90ef4eb 0.00 MB 1 0
54,509 54,509 0000000008d01fd5ad334240898ccede3271d6b46cbc5468d9a80f45d701b3de 0.00 MB 1 0
54,508 54,508 0000000009ca5e2a8467fa1f1d23e4f27678d4d6a01b073f6b4fe3d7af9d7ce2 0.00 MB 1 0
54,507 54,507 0000000010ee99efc8ea51137f183917523d5054c6a9782b0ce660f38ce11b97 0.00 MB 1 0
54,506 54,506 000000000c3d1afdaef78f6133db38a62b7894412a3f66d6d8f58c08f93eb6b1 0.00 MB 1 0
54,505 54,505 0000000009d2f03386c01f468e6355c8f72f8cd86c6beaa5bee865cd40a214dd 0.00 MB 1 0
54,504 54,504 000000000531465dab3cd24a763ba9fe89fc8748bec0576ae5edd856f0f67741 0.00 MB 1 0
54,503 54,503 000000000bb78ce45cb00bb30f3eb292c33cc6d509f773ff404b20fb505edc21 0.00 MB 2 0
54,502 54,502 000000000efaa5c2a6151ed40c687906bf51529c29612c338205f8ecfea92ed1 0.00 MB 3 0
54,501 54,501 000000000c74e257b8fb4508fb69faafe8aedc39678ac4b350c4c34b349cb719 0.00 MB 1 0
54,500 54,500 000000000f559d93aaa9fe1706ff7a2fefbedfa144e852e44bea67a109eb3eb4 0.00 MB 1 0
54,499 54,499 00000000121bc51bc9c8372730afe796d313c7fb812664eac9742b2679984a0c 0.00 MB 1 0
54,498 54,498 00000000098c5ab0f4c848da7df3c69acd37fd2db8cccc30d8acbdcd756df1ed 0.00 MB 1 0
54,497 54,497 000000000d58a9322d5ba4ae2c2dc3d9f18dffd8ff715fd73a5c3b79bcfcf80a 0.00 MB 1 0
54,496 54,496 000000000c84b351f67b6ed6ede4dbab68a08eef8233fa56c895b900c287cf43 0.00 MB 1 0
54,495 54,495 0000000008ec8e5a11677471ceab16677cfb9afa7b14d7aaa5f60c1c304a6cab 0.00 MB 1 0
54,494 54,494 00000000133836c6a5df52fe70d62c9fe030406e175505b4a50c60cfa9b53b4e 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.32 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.