Memory Pool Memory Pool Refreshing

545 transactions
23.92 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,313 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,312 (829,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,328 78,328 00000000000441ecc9226c22cc948ecac153a5b0b576ae0695fdcf25c59af2e2 0.00 MB 2 0
78,327 78,327 000000000064777fda7df2bfd6e65539b14d4890adb23f15cbd2e8b41a9f0c10 0.00 MB 1 0
78,326 78,326 000000000054d6dcd24c3c7fb0fcbaa6e3a17bfbc8d293bd3ca9d2728897c716 0.00 MB 2 0
78,325 78,325 0000000000075535cdfd30b5ec0c270bc7ea439cda460f5b7622d3d14e78cea2 0.00 MB 2 0
78,324 78,324 0000000000420b7d072041da90168547af7580a7a8e79594cb83ef2ae829770d 0.00 MB 1 0
78,323 78,323 00000000003576139b9c20ba7d101b05065fa630769e9332039f7c93e5982056 0.00 MB 1 0
78,322 78,322 00000000003ab0164a1d25273e9559a3e68f9cabd321048903f22a5bbf3bc3cb 0.00 MB 6 0
78,321 78,321 00000000002c0cb010e89498a934de98781443d8a229e8f5457b7646cbee9d7c 0.00 MB 1 0
78,320 78,320 00000000002ebbef4f5f3fea4104a283e0613f74bbea6602524a4cc8dd04f675 0.00 MB 2 0
78,319 78,319 00000000003dabf697210467fd9ecd90bd59912ba3361ccbc2401ca1c0b3751a 0.00 MB 2 0
78,318 78,318 000000000054ccdfc228501f5ab1092c1a62f1a4cfc4a6b29c0e40e11bf1c8b3 0.00 MB 7 0
78,317 78,317 00000000004ef03f7e4e8e02abeddda0323e671a6ec4d994e5d99130f87f1532 0.00 MB 4 0
78,316 78,316 0000000000120a5e55919c9fac411b83110ff68a764155dfef13d178feccc0bf 0.00 MB 1 0
78,315 78,315 000000000043e96222ab6a8fd2e15e83e1ca6d85840ba14629d62e9313acd68d 0.00 MB 1 0
78,314 78,314 000000000002ded4c7c2acd7e205d76bb328f12bb1997a206b008b0751a628c3 0.00 MB 1 0
78,313 78,313 0000000000039fbb1febb1c8af00cb5cea19b20e525282efc388befaed0e1cda 0.00 MB 2 0
78,312 78,312 00000000003069f21f00664e759b85f005f96459d48105ed480540263ed474dd 0.00 MB 1 0
78,311 78,311 00000000003637e6eda887b94ad7a08c556aa06b084c0f00e47ff9a7167385d5 0.00 MB 1 0
78,310 78,310 0000000000397a0f406a8f82dac929d91c2dba228403ec435b5edef5fc0b5566 0.00 MB 2 0
78,309 78,309 0000000000068608ade2c2fe338b81ec7ed642e7cf0424f6d112e85f2122a186 0.00 MB 1 0
78,308 78,308 0000000000392d70d39676d6456840c28ab544529408aa57e9e240574b30e6f5 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.64 GB sent, 98.59 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.