Memory Pool Memory Pool Refreshing

3,718 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 2,940 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (752,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,432 155,432 000000000000075263211627518d0eb66680a2211ad7427422693d51f51ad106 0.03 MB 47 85
155,431 155,431 0000000000000851c7c4eec0c59599d82bcfd7534c0b09f410bf03fddc19b78f 0.03 MB 40 50
155,430 155,430 0000000000000dcf53b8d4e75827cf7300ec44a48892a26bc3784656d774e7c3 0.05 MB 71 73
155,429 155,429 0000000000000ee118a92dd76a3d7685cc447e753b6a7a3b274efa47b91348ea 0.05 MB 56 37
155,428 155,428 00000000000000a022b96c43768c7b49edfa041fcd43057ddc5733a7fae8ea24 0.01 MB 7 0
155,427 155,427 00000000000000a34190b3b48b02dc74511c59a46466fe470297e2dc2b83152d 0.02 MB 29 81
155,426 155,426 0000000000000ee318e1d81ba6f3b172779082302ab97ce3de8a461eaca32f9c 0.01 MB 38 197
155,425 155,425 000000000000022a23db0f299694f1292db3c11a3350fd8eb4c660f6a557b91f 0.05 MB 124 12
155,424 155,424 0000000000000c6a7bf66959469a030ee55dc52734f1a92db475ffe7feeeeda6 0.00 MB 1 0
155,423 155,423 0000000000000ed1de38ba31bf4501f16ac68e876e72945f13e2f26bf077c0ab 0.09 MB 121 59
155,422 155,422 0000000000000ce60f5fe591464e6efdf0dfb144d67ffd6c78abf7c638fd01ad 0.05 MB 62 87
155,421 155,421 00000000000006d20115e598076e937900a7ab592f748e08c3321e6a6d1a186c 0.00 MB 12 193
155,420 155,420 0000000000000b8759779c98ab2c7d0ed64ae17232b11217344c6381f22426fd 0.03 MB 53 374
155,419 155,419 000000000000054bd8c87d0547a9419ba4bfe8ebedb60d9083b71644e9e8650b 0.01 MB 24 46
155,418 155,418 000000000000067b6ff0ff03f9d547884312b85a2dce2ae006123b279a744cde 0.00 MB 1 0
155,417 155,417 00000000000004f1bebc632e3f06103f807878c5f0725c1de828b64a49428a85 0.00 MB 14 342
155,416 155,416 0000000000000da2bb895565beea8c23a95fc84a94ee04e1dc495600ac7871c2 0.00 MB 10 0
155,415 155,415 0000000000000e64a952cc85387802d21ef8b37b58031ee64eb70d9a539d643e 0.01 MB 27 186
155,414 155,414 000000000000008ca8ca01bc2a14ff6a1b214923443a874c117fe7dc84ee92c0 0.12 MB 41 52
155,413 155,413 00000000000001d25912570d595a2df8219b7696e0495e02962e16fc18e9a1b2 0.03 MB 47 55
155,412 155,412 00000000000004fc67b441576aa95755daa06ddf728ce742db1696c0bbf1789e 0.09 MB 32 49
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.59 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.