Memory Pool Memory Pool Refreshing

4,123 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,806 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (720,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,191 187,191 0000000000000704437fd7772767cc33c9eeb3c460744b94b7a9c7beb3086066 0.01 MB 32 399
187,190 187,190 00000000000008f446ba318eeb2b6cda1542f29d843a8e9923da2c0039ed0bfc 0.20 MB 362 106
187,189 187,189 00000000000008e2d083f204036e030c3805a5aeec34ea40187ebc04eada9f2c 0.25 MB 697 186
187,188 187,188 00000000000007b01495f600ecb2e19c0bc70f11c87de3e4a6685ceaa33f4f5d 0.00 MB 10 31
187,187 187,187 000000000000038ce7ce39bdadce450882e7ccb47778cfc1d7cde028a10c8cbd 0.04 MB 32 110
187,186 187,186 0000000000000865dd058e03fc69b90731cc8b84d99519ec6d789fa4bb0b8c0a 0.05 MB 127 126
187,185 187,185 0000000000000584bf4b482b5668814b92be62465da97f767ec6f32e3d156e48 0.03 MB 101 38
187,184 187,184 00000000000001dba0d3ecc0bfb2fceaebf26e00f7f06b76c779579155fb474f 0.07 MB 170 162
187,183 187,183 00000000000002ad3df64878b41df749283231c10951e3a866ddb10bc86cd8d8 0.00 MB 1 0
187,182 187,182 00000000000006ec6501eefd5a88d1750618a28a6689bf13f12a002624e5af1c 0.06 MB 180 111
187,181 187,181 00000000000002ec1349486f6ae82172676278809db3b5729e6f9681f17eee2a 0.00 MB 1 0
187,180 187,180 00000000000008583d941db3ca0200646dd7b6389f735e2861f4193aa8ba7c20 0.01 MB 32 150
187,179 187,179 00000000000000d682fb72536669fefe79ba0ff51fcd5f2af44de1943daca1ac 0.07 MB 193 163
187,178 187,178 000000000000077dc6907c17fea8f567411750ca9ae45b2f26815693e6c53b5c 0.06 MB 161 135
187,177 187,177 00000000000002950c9d8a04778d93e491d14b12a873a2a10d8c9ad4cccae049 0.00 MB 1 0
187,176 187,176 00000000000008813fc28bfaf9f69207481c20e2f97562bac5f251b3270b6be5 0.04 MB 68 153
187,175 187,175 00000000000007bf70e908ff212c3c6d11f75f2750d9e6043241576e352a4df8 0.02 MB 85 135
187,174 187,174 00000000000002f7cd8c60c44c470f8b6a195b92c3bdd3f3ab8c1b198b99d439 0.10 MB 232 119
187,173 187,173 000000000000064a06f51e3d269a1fdaa17756477c69993781474189d3fc6e3a 0.01 MB 32 230
187,172 187,172 0000000000000454c20d13fd0757d4159584dc00880c0392587eb83367d81c14 0.05 MB 136 179
187,171 187,171 00000000000007831f31e397213cbeaf381d2f84afdc29ea27cbdb0e4f3ce9cd 0.06 MB 135 124
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, 113 incoming
  • Data Transfer: 1,643.52 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.