Memory Pool Memory Pool Refreshing

7,836 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,458 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (758,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,264 149,264 00000000000005b4bdd5e9135200cc82449690786438ce50ce009001bf3ce374 0.00 MB 7 51
149,263 149,263 000000000000065e715c36b3cf143f435b4cbe4d6bb59690060364a8c8f2f0a0 0.00 MB 9 466
149,262 149,262 000000000000084a41aaf4f6edad96c3d91811c01a9563b5f3ce7ebd61d42382 0.01 MB 10 71
149,261 149,261 00000000000003afcdec13331e85a33435997c154a01450371b1918a309b7084 0.02 MB 50 162
149,260 149,260 000000000000042030ec66bfbf3c0b4c63c439fc65ae5c52a1955da291c4b47e 0.03 MB 86 110
149,259 149,259 0000000000000b27251cdc421e1d0bd1f28c951bda2f0c3705379ac40fad437e 0.01 MB 15 73
149,258 149,258 000000000000017290a800bcf56a8dd3b107e216c64cd343e88b098ea5c52d87 0.02 MB 37 153
149,257 149,257 00000000000009f924e904fd27c332775f3c5fff72f859f88a438608e37bc804 0.01 MB 21 8
149,256 149,256 000000000000067e894d4bd36c3ca1fb003907e0068f7d1ccb5c3c3d26299815 0.01 MB 17 171
149,255 149,255 0000000000000102092a84d29653d42d2492db228cc3e6730af29b5b13b73dd0 0.01 MB 23 127
149,254 149,254 000000000000043eed0844f3dd7a6798317c6bf80eb197573aa6716baf2639b4 0.01 MB 15 102
149,253 149,253 0000000000000904460dccf1ab5459e61e04484ff83a6e97087b3b9832149bed 0.02 MB 51 137
149,252 149,252 000000000000053b140c1d7387cf08a33c8cb1896f05b36811eb26943abbba42 0.00 MB 4 627
149,251 149,251 00000000000008f1d5b0d11139e588ea675c3cc40c843107fc982fe5ff8491cb 0.00 MB 4 31
149,250 149,250 000000000000055109e8b0982a4870cbc9c234a52fca42b9c2835d08af3b0636 0.02 MB 15 22
149,249 149,249 00000000000009a8952787c0f523d9774050e8386ccf08ee9a08395673101493 0.00 MB 10 73
149,248 149,248 00000000000003c7f03a8040d89f1e0ab96bb06a381d5e10adea6c493985f64f 0.02 MB 63 223
149,247 149,247 00000000000004bc5348a299a180c49c09c4f0a65f84b6e05e27b82db3de9f54 0.02 MB 57 121
149,246 149,246 00000000000004dd50644445edc59bf0e181943593f2a37e03683db0af3265da 0.03 MB 73 238
149,245 149,245 0000000000000ab0ecb6ba910748f6137af8b114923b3c0693808ce6f26ecc24 0.01 MB 35 119
149,244 149,244 000000000000043cb1d86812fd32269cc03c85c264af875f12cb5043fdaee833 0.05 MB 107 68
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.39 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.