Memory Pool Memory Pool Refreshing

4,518 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,429 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (443,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,234 464,234 000000000000000000795e099d71e8c4d5b5b3044314cb5c0e445ca1aaf7d2ea 1.00 MB 1,681 113
464,233 464,233 0000000000000000015a645b287ebf9e550c5b07d5adcb539ca0536e9a2c5c5d 0.99 MB 1,950 145
464,232 464,232 0000000000000000014f2b36d6c6812d87738ca0596d28b1ade646ccc2fd323a 1.00 MB 3,136 128
464,231 464,231 000000000000000000d4a856e4fd634aacef12c961f258da4a32aa83e82d80f0 1.00 MB 2,198 133
464,230 464,230 0000000000000000014f5a5990fe201118a8f79d893784f72909f77fa001c8f9 1.00 MB 2,370 157
464,229 464,229 000000000000000001192c5125d47fe538a2e1ff3f326233713fe2431d56b71c 1.00 MB 3,420 285
464,228 464,228 00000000000000000004ffa46e1056a7474635c7120aaf065995e269efaa4cbf 1.00 MB 1,751 170
464,227 464,227 00000000000000000057a19b01efd2e45056e6dc1c0644e4fe25f0be9547a951 1.00 MB 2,501 167
464,226 464,226 000000000000000000876e87374e918c5fb950750e8bcd0496f50b357030bf88 1.00 MB 2,172 159
464,225 464,225 0000000000000000008cfdca60430e2a75503abd33819c218c1e7b6ca77613ed 1.00 MB 2,633 158
464,224 464,224 000000000000000001892b4f55b7722cd808cfaf15012c8136ebc95400ec3cdc 1.00 MB 2,091 141
464,223 464,223 000000000000000000719c172d7f22217241e69a8bf6b93c50d19c1bae5075b3 1.00 MB 2,181 236
464,222 464,222 0000000000000000005df764268bbc13d3feb6b88f8ce328407456ebd5b7a85b 1.00 MB 2,449 162
464,221 464,221 0000000000000000013edcf30ac1ad2d264643cead493a428878fa543f6f50b6 1.00 MB 2,078 173
464,220 464,220 000000000000000001b0c6f22fe47db72a524efd31de7a1342c50e6277e7ef94 1.00 MB 3,006 219
464,219 464,219 000000000000000001897693a5a13888cf4326e4688c6443ac9efc07d5ec1f90 1.00 MB 1,490 160
464,218 464,218 00000000000000000079dd99dd320d2fb0ae697652a7fca52fc74a988a71f384 0.36 MB 875 178
464,217 464,217 0000000000000000019cf5532a5ae9a649f8611df56fc693d54d0e6f30397f2b 1.00 MB 2,767 155
464,216 464,216 0000000000000000009acaf1188836882e8b2dba7b38be691bfedceefed06217 1.00 MB 1,743 166
464,215 464,215 0000000000000000008cb6d6acd2f1a4eb7200dfc7c4f046cb7d758615306514 1.00 MB 2,979 198
464,214 464,214 00000000000000000064ab621828acf5866bb8b04209aa50d2399191622f881d 1.00 MB 3,603 252
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.