Memory Pool Memory Pool Refreshing

6,778 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (63,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,731 843,731 000000000000000000031959c143577aab988b2923957c0e88408c6a2474dc35 1.60 MB 4,161 15
843,730 843,730 000000000000000000014611375d8a25a78f0612ebf12f601bb2d5e48097a0b9 1.55 MB 3,449 21
843,729 843,729 0000000000000000000249ef2f3e694a909eea999a7cc150e90d426731ed6e06 1.67 MB 3,112 20
843,728 843,728 0000000000000000000011f8e6e2c016f101d2a898014aa408ab7ded3224421f 0.00 MB 1 0
843,727 843,727 0000000000000000000030326db03598e7711a2a41b34d539a92f22a6bbe6ee1 1.41 MB 2,223 16
843,726 843,726 00000000000000000001639d1a6ee7c437abd5f910714a9d3d2049d00d4dde1a 1.81 MB 833 12
843,725 843,725 000000000000000000031436fea1adc39c80964df9088eaf355dda7c698977ad 1.64 MB 2,863 16
843,724 843,724 0000000000000000000105dc64327d487870dcd2e94fd11fb840c8b2d7d5a232 1.74 MB 3,015 13
843,723 843,723 0000000000000000000023bc90adee9e6a87853529f2052e91aa33b5ee21e3e8 1.58 MB 2,876 29
843,722 843,722 0000000000000000000264cfaec24cb22a28fe19453b185785da631103b42ee5 1.80 MB 2,118 11
843,721 843,721 00000000000000000000372311d7b2a91f6078f39356bae0f835405ae60111fe 1.66 MB 3,282 16
843,720 843,720 0000000000000000000168c489fedd1a05af060e7d0c8877d6c5b9f976a0b55f 2.14 MB 667 52
843,719 843,719 00000000000000000000ad3ca81a209706415d2273d5dbcdbd28526f7ebaa885 1.88 MB 2,030 12
843,718 843,718 00000000000000000002987c3ebcca1921d399c363d265179c7b5b0c6cb837c5 1.59 MB 3,365 19
843,717 843,717 0000000000000000000072e91378fabd268a46f25c9e6630e38a84db9299ae00 1.82 MB 1,899 16
843,716 843,716 00000000000000000001ad22db80c93c0934d184ae5ec0d2a217555dfe36faba 1.88 MB 3,767 10
843,715 843,715 0000000000000000000260024e80c21392bf5147a7e439cb2482de1db0b5aa8a 1.72 MB 1,597 12
843,714 843,714 00000000000000000002446bd1748ee658d0d63b0ed7d76e240a9f2a809179bd 1.44 MB 3,033 19
843,713 843,713 00000000000000000000d5b4dc8fdac35cc36b32e6be3025aa7e5cb97ac98021 1.69 MB 3,313 12
843,712 843,712 000000000000000000029cced5bfd0e0f2ca3491ed7917bf1d4c6c6f76ae56d6 1.88 MB 2,710 13
843,711 843,711 00000000000000000000223f7ab8033433b2a873eaf4e43e4ef61bf160dd7c5e 1.58 MB 3,125 24
Previous 10 blocks ↓
Total Size: 768.93 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,604.57 GB sent, 92.46 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.