Memory Pool Memory Pool Refreshing

1,628 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (808,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,267 100,267 0000000000032e4b4c906c3c1b2e660d77037b2e3ebdbf8e719e1aac5b00d5bc 0.00 MB 1 0
100,266 100,266 0000000000035af877e7dd0ae710e96355442987650dd6cad663a8d029e76ca7 0.00 MB 3 0
100,265 100,265 000000000004152c81cd29723982c9c0e16b308ce6349287cad73ad120358930 0.00 MB 4 0
100,264 100,264 000000000001365ac22c7bdf79fceb334b69b6d26963b6d39789583183faed39 0.00 MB 1 0
100,263 100,263 00000000000450e7ef10fc476b7b6c134167ff3cef56e4f8b27e869ca6af664d 0.00 MB 1 0
100,262 100,262 000000000001260e9edf5c2d6c55b69e7b11b20946475fd4745f5599ee78c152 0.00 MB 3 0
100,261 100,261 0000000000013340baebf5c9713f6de2eebe9b29c13828be335fdca8df379e89 0.00 MB 7 0
100,260 100,260 000000000001687835c260a9f5ede840b85d276775e61d7110f5c22f7c2022b1 0.00 MB 13 0
100,259 100,259 0000000000017332c5cd0e32ca809c8ee469b09cff53fe8d57b65d1092864011 0.00 MB 11 0
100,258 100,258 000000000002f4168b0c5ce4850973b7490840295240aaa1b5b23e74569be4f2 0.00 MB 1 0
100,257 100,257 000000000001f064cfdb4acd27e08323fd11fdfc012386e5c2482e337937336a 0.00 MB 3 0
100,256 100,256 000000000001c2fc8ba5c1a87489094dbfa3d7f638ba46868f0f081bab8cd571 0.00 MB 4 0
100,255 100,255 000000000003f5e0357857703c7b14ffe069714fe76ff74c02eb94875e3f26ba 0.00 MB 7 0
100,254 100,254 000000000000b6b54d358acffd3090f2ea2e99f1b0cbd59410d38a1550ce7170 0.00 MB 6 0
100,253 100,253 0000000000031c7b5675a198140ee17695dbc6d95b51ab026c896f1f16c50f7c 0.00 MB 3 0
100,252 100,252 000000000000996cab6a4b0a0a48d278ca361b03a25bcdc71496ee6bacbd757e 0.00 MB 2 0
100,251 100,251 000000000000176f6c8bd4422ce7446f451bac2a4033e7a9ace1488141979a19 0.00 MB 1 0
100,250 100,250 000000000001695765ef398b18814a446185e5085bf0f6a273c07a3f2cb85d1e 0.00 MB 3 0
100,249 100,249 0000000000013be3fb367f32ceefe418bad05a80c4f20c8a2628340032fdb8f5 0.00 MB 3 0
100,248 100,248 0000000000009d4285d0b7e594d4956d7c7fc79bd8118a55e0605e8789f65ce4 0.00 MB 12 0
100,247 100,247 000000000001f9a353d3d98fa92c0a5fb3bd0b6790a46c27948525ac20d4873c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.