Memory Pool Memory Pool Refreshing

2,218 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,209 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (844,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,790 63,790 0000000007fc2dda562333cd2208ea527dd0d68998667b843ed0fa0f17d50162 0.00 MB 1 0
63,789 63,789 000000000662c07e1eec572602715ed0c82a10c2f658620308163a31864af065 0.00 MB 3 0
63,788 63,788 0000000007c2cc94ef27c0b27b7ca6ec33f5a706532bf737c6e857d2f8d31eaa 0.00 MB 1 0
63,787 63,787 0000000000a07856f60d849ac3f2567ec8aa38e58de7a0a0dc211ce088a33fc0 0.00 MB 1 0
63,786 63,786 0000000007394250f22c0b9246b93a7632ff97eac8b6f148b6200ed19efacb7c 0.00 MB 1 0
63,785 63,785 0000000006ee3ab02cf5a30ad481452d9fb5056d58ee172c797a235f5bd1a871 0.00 MB 1 0
63,784 63,784 000000000537b9715208ad243962f549104b680fc1c4cb6904350587a4e8e7bc 0.00 MB 3 0
63,783 63,783 000000000c79461a4720e1ffc9a871753245ec1ab4512d2e0b7f34b603f572df 0.00 MB 1 0
63,782 63,782 000000000971b24a040d5891ef041d54104c41398d3e4a70fb8bb8c53769205f 0.00 MB 2 0
63,781 63,781 00000000056075458f90ae9654d76d060764cd1251cb7c5ce521266561ab0e8e 0.00 MB 1 0
63,780 63,780 0000000004f54a790973457f5fcb4f90e7ab7dde6e046f50c8ee91722b2054de 0.00 MB 1 0
63,779 63,779 0000000003506af3a0a8d393c2740568033abc0f000a984041ef680cd4dde2de 0.00 MB 1 0
63,778 63,778 0000000008b083ac6dfd2618efdee69d46f5364825ed0a843444d576cbc91d38 0.00 MB 2 0
63,777 63,777 000000000695af314a6fc8e2b5f93f73735250a9d131276bd1221e3e4bffaff8 0.00 MB 1 0
63,776 63,776 000000000af181803b8cd283d9d17ab19c1152879ea9d87ac7e87889f8ed8ace 0.00 MB 1 0
63,775 63,775 0000000001bc89193f2ade1e484e5d0e9abdf51d75c41185ffbfd767aecaa928 0.00 MB 1 0
63,774 63,774 000000000c12c9024b0145706c455b673889c8dc00ed17f3c359a5f4653d3823 0.00 MB 2 0
63,773 63,773 000000000568447f90db5a0793dc56c8a107288c7d15c211beeb5ed37af9f765 0.00 MB 1 0
63,772 63,772 000000000c14b8bd43ef855345ed6c9c99a9719a7cb082974be700dbd09bd7a3 0.00 MB 4 0
63,771 63,771 000000000aa0eaec554f71b9b91ede7b9fbbcb3fa78f3c233754d900cb28626d 0.00 MB 3 0
63,770 63,770 0000000002fcf45f70dfd8ae5686edef5ecd55a91cf1b24ce804ddd6b13395b0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.70 GB sent, 100.68 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.