Memory Pool Memory Pool Refreshing

12,187 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,076 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (712,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,549 195,549 00000000000007a45c91b28119f0685138a7d1adf55cd36a135fd3af3bcebf58 0.02 MB 54 116
195,548 195,548 00000000000004332bb325718791253e15062efb1c7dac5c0f08783173ba4285 0.11 MB 203 104
195,547 195,547 000000000000071706eb5ed0cb4ffcb791e20e2c6c442786e2da7233a417703e 0.11 MB 309 123
195,546 195,546 00000000000005990c351b5b3a5abb2f0d962893e5cc3602d1ce88d682e28712 0.14 MB 512 37
195,545 195,545 000000000000024359c067771ef1da6f4ebe666887ade210560a61be44bf31aa 0.01 MB 33 85
195,544 195,544 00000000000000d774ab17d4efdc7c7ea9e1d8e6c2d9b6b6dfa1859f65754978 0.09 MB 186 163
195,543 195,543 00000000000000995cd6b67e71f287c7a7842a380bb4cd364c740b667593eb3d 0.09 MB 233 181
195,542 195,542 000000000000075c50605feb4be047367cc4ef5c544d5a188f3766c2c67a414e 0.01 MB 35 4,408
195,541 195,541 000000000000030376ac9f086dbb9a774b2d24f20fdddcc49f1fc70ecfb92ebd 0.10 MB 214 127
195,540 195,540 00000000000003daddf614f65a7e838ee047e85bd2eedc6a3237970b6bc784d9 0.19 MB 535 188
195,539 195,539 0000000000000780408e90e84b6302b3c5971870c6b05b50d4fd427616d192be 0.18 MB 575 137
195,538 195,538 00000000000001b539aaf59c9a13c67f2028b1659f11e1c9ecd634afd829784c 0.00 MB 11 312
195,537 195,537 000000000000001685af2d40fb7ff24ee0e73fdcd1b556baf5a44b50a6eefbeb 0.08 MB 153 72
195,536 195,536 0000000000000283ae4128454f7cbc3f10116d091cb140c5f69c20fad3e23be4 0.25 MB 630 89
195,535 195,535 00000000000004230a9078b61eb2b4b235e73d0313d91295713945f5435bdfcc 0.00 MB 8 30
195,534 195,534 00000000000000ede0da1cad4aef4e3abf07a928bdd02da6be367f4429b3db71 0.00 MB 5 0
195,533 195,533 00000000000005835c259cb47304e2fc0cdfc6f060dd6e7d2c3cde9efef941a9 0.07 MB 196 121
195,532 195,532 00000000000001f94b652cbc85d0300964fbc0731a7d82a040501fea12044bf1 0.03 MB 74 93
195,531 195,531 000000000000041976eb1162640a3283561bf120b631a039d78e3cad2a10405d 0.04 MB 114 61
195,530 195,530 000000000000048dfd6e0b80874156b5144afc19cb1e6893fe59b54d02e926f9 0.25 MB 726 162
195,529 195,529 00000000000001a355263a7d2c35102ac4331275c73bf0e10edc10740b5e0f9a 0.03 MB 60 124
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.