Memory Pool Memory Pool Refreshing

1,148 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (741,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,212 166,212 00000000000004f709b08c9c5bfb875bd704bd7e47b5eb7efe0d48473384898c 0.03 MB 72 119
166,211 166,211 00000000000006596f69673437c6d84860db4804c2ddcd03cba56c48c1cc4718 0.03 MB 57 179
166,210 166,210 0000000000000268516827d43e810ebe101939a3df513e78a2274b6a645984ca 0.02 MB 40 85
166,209 166,209 00000000000000d8c4ce5cc12135553c03f78b6fa85295dde6333e59a213f7da 0.00 MB 9 17
166,208 166,208 0000000000000488585b7bcb08ca35bf7757820fc1fa0ac3d2873b73a05ba351 0.02 MB 54 76
166,207 166,207 0000000000000858f29d555c92f7a12f6fadcee72b7caaa08e902806fa3e1e6d 0.03 MB 62 88
166,206 166,206 0000000000000a25e6d5df2c5a6f7c6f9525ec06ffa67ac92ae88347f8c16020 0.05 MB 119 64
166,205 166,205 0000000000000200dca726a15f55c271ed24632a9cd2ec8ccdaa04a2924d92e7 0.00 MB 9 17
166,204 166,204 0000000000000539e4ee41d0c0b83cd0371f1e9e5c86425288652fff33c65e45 0.01 MB 30 184
166,203 166,203 00000000000000e04018f9ba34e7585a6dd0145d43e4f281d42ced4616881135 0.05 MB 94 87
166,202 166,202 00000000000008e50e5b10519dbaa0549cbe388b6108926e333036f86c69d510 0.03 MB 66 102
166,201 166,201 0000000000000c05d7f08411dc1f01243ff3f854761a4b7b9b9cf8b483b17450 0.01 MB 25 183
166,200 166,200 0000000000000a5e45d61b47c7daac65964a35f966b96a0eb2efcfd44b8cb62e 0.05 MB 114 89
166,199 166,199 00000000000001aa3931ae125e47077189b4785e908c7280e6eb6be1f715850e 0.06 MB 92 73
166,198 166,198 00000000000003d619d3b89f33464bbeeb742dda9c6257aa3f07fda5524e4496 0.03 MB 76 81
166,197 166,197 0000000000000a18f8283163bed4d50067baff8b4336ede454d364745ce97713 0.02 MB 62 59
166,196 166,196 0000000000000c0d095a85e177b039442239b5d5118d19819f4b350ddc155fe6 0.01 MB 18 15
166,195 166,195 000000000000037114882a68c286ff4ea472e081f21492d65f6f572cf1c3481f 0.06 MB 100 79
166,194 166,194 00000000000009c241f55c5dfcb0a075d853fe0ebd03707cb9a64f1f86637d9a 0.04 MB 118 88
166,193 166,193 000000000000002fa2eb767b857cefa06de4f449a8903824a6724ccc366c99d1 0.01 MB 14 60
166,192 166,192 000000000000069689e402455ae0df5c71362d3453d5483d3c8be990153ac703 0.03 MB 51 140
Previous 10 blocks ↓
Total Size: 769.38 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,644.13 GB sent, 94.85 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.