Memory Pool Memory Pool Refreshing

12,613 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (669,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,149 238,149 000000000000014d23d69079713ba456f92a83ba5754c32157fa2864bd852599 0.25 MB 656 199
238,148 238,148 0000000000000004a5c4c5e79d6333baeec4f0a6b758065fb249fd3b08667fdf 0.06 MB 133 192
238,147 238,147 000000000000010d703a318a2a5904989d3ede546f144e2211ec59bd21f219dc 0.25 MB 591 177
238,146 238,146 0000000000000078dfad01060e34ed060eb913113955d66a582ef4725f89c50f 0.04 MB 57 71
238,145 238,145 00000000000000b6ff86e71bd27a150fcdec08a9514320f52d8f2d7e6c8387f3 0.25 MB 721 212
238,144 238,144 000000000000005e0acc1ae15bdb1dec91b5c00f050fcbcf943eb33b93782a78 0.06 MB 165 91
238,143 238,143 00000000000000a3e48593599d8ff2e5bfe0d4be0693865e21372208703227a0 0.25 MB 650 214
238,142 238,142 000000000000015555d4b9d53e2c2ba8e522d81c8ed0e6e4712c36e22767e679 0.00 MB 1 0
238,141 238,141 00000000000000ad557afa8ea0c2a5ff29fc7737623c50f002226439f8c36ed0 0.01 MB 29 152
238,140 238,140 00000000000000856b810d0dd331dc391370345291127d82dfbca340b88de2e0 0.10 MB 194 157
238,139 238,139 00000000000000c47d54f1dd299a150ad77342b767e939518fb1786396f241ae 0.03 MB 40 57
238,138 238,138 00000000000000277a47f75c0b7121a3c19159da02d527df72231959daea10b0 0.20 MB 472 178
238,137 238,137 0000000000000125b771b0a68d93466f30734c0af293b7bddd47bd0ec92b53c7 0.15 MB 290 172
238,136 238,136 00000000000000b341b86494747d7f070bcaf2f4b8b718469ad0941746f8fe78 0.13 MB 178 107
238,135 238,135 00000000000001443593470d6ac96c6fc3b2bb839e5c207f0de1e58a517cf964 0.25 MB 732 268
238,134 238,134 000000000000006a9a377fd56c9323edb1df2080aca1276ec3ef69b83e5ee826 0.22 MB 474 244
238,133 238,133 0000000000000104713e5fe5dc5ea6c628263dfc841f5f45afbc4edb3fdd8c79 0.00 MB 1 0
238,132 238,132 0000000000000039f7a188ddf9b23306471a65f07740b2de4e7d7965eb41255b 0.04 MB 58 83
238,131 238,131 00000000000000eff2a1bbd1de6e881e44d6c01bf4747107d528f8c051856ccc 0.13 MB 180 124
238,130 238,130 000000000000006e0b40b708cf6be09c6e4e9f00ec65be1a06f14985609cf9c9 0.25 MB 701 213
238,129 238,129 0000000000000153ac2c9efee538effff8e72d33f7b935339a665b68e328f09f 0.25 MB 283 93
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.