Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (617,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,704 290,704 000000000000000059dbc509bb54abb9838f44a7b7efc33ad41f6beb9760cedd 0.50 MB 830 30
290,703 290,703 0000000000000000aefd514c94b4448e172393eeb703ea87d5e60e140e96c945 0.14 MB 289 67
290,702 290,702 0000000000000000930c0b84c8d94966d56d1cb8ea7df380533b57b9558d69b5 0.35 MB 539 39
290,701 290,701 00000000000000007432c280f97ae31847eaf23601de29b54abf85ae46fe90bc 0.01 MB 24 34
290,700 290,700 0000000000000000d96391b4059abc27a68fc8a41bbd4f92c5eb8e3b3390f83e 0.35 MB 440 18
290,699 290,699 000000000000000020fd76324483b7dc14856f6bc108c0fdb898b799da3ee8e6 0.04 MB 104 41
290,698 290,698 0000000000000000e444a7b6e3c069b879268e745621b5810748f0ea31676654 0.09 MB 212 29
290,697 290,697 000000000000000090aa23d86521312897686912946b38e93a71a98a8c287d4a 0.05 MB 115 30
290,696 290,696 00000000000000003b647d749c6cbfa25c4b43d4f43fcbb08337a00b005a2eec 0.60 MB 864 23
290,695 290,695 000000000000000040c56fea8c3dee4ba0eaf7015d9f91221ca0603f57298d57 0.35 MB 1,135 70
290,694 290,694 000000000000000078a24e150e576decee2ad30ca2a6a4a2c74edbbd63645b67 0.34 MB 687 39
290,693 290,693 00000000000000008e4b1d6d75f13183faf5d1d972067acf3da9c3e2aa460bd7 0.10 MB 164 27
290,692 290,692 0000000000000000364c93d7ee62ea26f8b4cbae6f629ca4363404e30c05f5da 0.44 MB 836 37
290,691 290,691 000000000000000097649e8d66395b3cb4527263409adf628c76cc56af0434fe 0.01 MB 26 36
290,690 290,690 00000000000000004d954abcfaa0b6bba37fda6e4a02fd04cc5669ecf5dc6f52 0.03 MB 75 32
290,689 290,689 00000000000000002c48e7a940ec081bb1b7b93e33ee7dc31c24a383756871d3 0.17 MB 356 40
290,688 290,688 0000000000000000acd41d336dd1a3133a877a1c6f9bb46cfa20016823b1ee64 0.18 MB 313 29
290,687 290,687 0000000000000000ec33ab1c8a596bdf8369b2c35248d47b2bedbd28d4a49ed0 0.12 MB 256 33
290,686 290,686 000000000000000034d80dc9892cc9edfc4b21769d9bfc7c5507c5c1bf4e3951 0.03 MB 69 39
290,685 290,685 00000000000000000de84513f5853bf8bc912e2a2f36f4a45216cfb1717cb318 0.08 MB 162 34
290,684 290,684 00000000000000009dd702d133665615b2048c44d6720c1c66452f0e2c782615 0.13 MB 285 40
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.