Memory Pool Memory Pool Refreshing

3,263 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,895 (241,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,674 666,674 00000000000000000004509072155d39cd218ebe93fcaff8faec3b81364069af 1.42 MB 1,616 37
666,673 666,673 0000000000000000000782fe9db6f595b81e9ddadb613c93783321272157798a 1.27 MB 1,759 91
666,672 666,672 00000000000000000001d3ea9875b560c44f1a80abb83a8514b1b801dd9236ee 1.24 MB 1,987 27
666,671 666,671 0000000000000000000083bae1e5bac4f4252f120835138a28cbf700ed3caf92 1.31 MB 2,379 29
666,670 666,670 0000000000000000000ba0a18bef9f90caffc3f71195ef00cb80b9e50d4b6ef6 1.30 MB 2,153 33
666,669 666,669 0000000000000000000abfad55a8d9078056902bdae2ab8485b605c865e1f72f 1.23 MB 2,215 48
666,668 666,668 0000000000000000000d7f284feb0b9e75c190f74c272c3d1676ccfe44444d92 1.31 MB 2,769 71
666,667 666,667 00000000000000000006ab70890dee2655cffb5b722c4d65ae3b41a6560dc861 1.43 MB 1,895 46
666,666 666,666 0000000000000000000b7b8574bc6fd285825ec2dbcbeca149121fc05b0c828c 1.25 MB 2,728 54
666,665 666,665 0000000000000000000d3ac711558b41b477e4d2c178aa816f267ee9e82c71a3 1.33 MB 2,906 99
666,664 666,664 0000000000000000000592fe40c16cd030ed0ba294655bf809b9edb17f4d61b6 1.28 MB 2,443 64
666,663 666,663 00000000000000000009c40d76c76831a9110055e117a24478bd8462f43da480 1.28 MB 2,931 66
666,662 666,662 00000000000000000002bff1935fd0c2002628df0800c7d7d5e41626c6ab18cd 1.26 MB 3,084 79
666,661 666,661 000000000000000000047e8d8b037dcc82ecdbc5d479de4dd11bee38c3ae63de 1.16 MB 3,147 66
666,660 666,660 00000000000000000004284eb205f4a2421feabeafca4ba2294b5590d333fd33 1.26 MB 3,265 70
666,659 666,659 00000000000000000003d110cc37630c353a99fda51725c9e8e81984e015ca39 1.36 MB 3,096 104
666,658 666,658 00000000000000000000148614e8342c6d01d8b056685c4cf8a7caabd9153569 1.24 MB 1,728 89
666,657 666,657 0000000000000000000807826fa4f3fbf889032270454d6c4cea48533e140f1b 1.38 MB 3,159 82
666,656 666,656 000000000000000000013d104f310ea5f4d231fb3b1205f8ffb04c2b61066d7e 1.32 MB 2,861 105
666,655 666,655 00000000000000000007c5d3134fb591090eef0e123a26ca6148ba0c59b0a428 1.36 MB 2,899 101
666,654 666,654 00000000000000000005be0eb1a7f2af073249b9f43fecb83474bed3d4134df0 1.16 MB 3,173 75
Previous 10 blocks ↓
Total Size: 769.35 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,643.47 GB sent, 94.69 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.