Memory Pool Memory Pool Refreshing

17,618 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (729,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,681 178,681 00000000000002f241fe2989db3e02221548f3756ec9a5b65a52be3f4eb6f3ca 0.01 MB 10 57
178,680 178,680 000000000000059f0a6491eaec6dec5f5841ce0b8350bf8c6cd26b240e0637f2 0.03 MB 66 386
178,679 178,679 000000000000087b57996ee7c0d2afb5d49e43413f307f281c8dbbe7783e0225 0.02 MB 37 109
178,678 178,678 00000000000004fc455a9796b946d356bafc4b0a057006d8e5e06cfa60de3c80 0.02 MB 58 162
178,677 178,677 0000000000000477865e50e33483cdfe68eaeb8aea80fcbc923af02a2374d2d4 0.03 MB 82 114
178,676 178,676 000000000000060d89f64f6a7ffaf4b197a36e4b1d63506051320e72127e1e19 0.00 MB 11 52
178,675 178,675 0000000000000169e2c82dbadaf823db93172ce8390bda6671aaa72fe3aef0e8 0.01 MB 16 308
178,674 178,674 00000000000009c1b094a02caa1c30c8d6aad76b479dbe924eed1a0595d12c29 0.04 MB 112 133
178,673 178,673 00000000000009feca71b550efc28e99ec0db6046a9557734033e6a7aee2a094 0.02 MB 31 99
178,672 178,672 00000000000004ea65798d875951fb6c001b0aa25dd9b9bf460b6013935e6a7a 0.04 MB 103 231
178,671 178,671 00000000000000d05702e756fa4c6e608d3ede817dbc8cbcac513dab603eff03 0.07 MB 109 84
178,670 178,670 0000000000000536059a9c23ffc61eacbe9a32c51f44f25b4fecba485922db34 0.03 MB 70 73
178,669 178,669 0000000000000b1916abce83d9961efc1c343d8e42fe313fb5d488c2d77e7fff 0.01 MB 41 4
178,668 178,668 000000000000066352d79a4c6882309f639096c48434471d320d0f5a59c5ae5e 0.01 MB 20 78
178,667 178,667 000000000000023e08562d811bb2d60d2f23a407bf1053bf746a6d37e6ad9af1 0.06 MB 141 249
178,666 178,666 00000000000004df0e930385f89bf7fa5d1f4d0baa32f8a35699dc24ee3b8c0f 0.03 MB 91 166
178,665 178,665 00000000000001ab482797e91f5e2cf12f93aca58669c19b7af8bbd515e89494 0.03 MB 84 118
178,664 178,664 0000000000000b0998e3abd8f1dd30db4e8ce718ec9a80fc6a12c8a1db7ce0c1 0.07 MB 135 99
178,663 178,663 00000000000005b6f6c3b56b7bfdde92ca5c85b0b13e8de035f1c280dc632c94 0.02 MB 40 61
178,662 178,662 00000000000005ad239044e60d983f1f8fa424d7a5921c96005e90708c045490 0.07 MB 177 92
178,661 178,661 0000000000000937900b77ae3ccaaa95a963f6a8afee2923ba677eb917340beb 0.03 MB 73 109
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.