Memory Pool Memory Pool Refreshing

9,269 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (853,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,888 53,888 00000000156834cba63dcd5714b916ee461e6e6001c3de609ff1eeb704f649b4 0.00 MB 1 0
53,887 53,887 00000000094481ec10c03e5f464085b6d25bbb5165bc798200700521e58a0b8f 0.00 MB 1 0
53,886 53,886 000000000faa2d4267697fbb3202e3da843a3bad3b9ac289a7b4778d0afec4d7 0.00 MB 1 0
53,885 53,885 0000000006d91176905b639526ebea30c3beb8c33c0562486a8a3d2f8a4305c6 0.00 MB 1 0
53,884 53,884 000000000f0122fba73f43aecb59defcd180cc6efac8cd02079fbaf7b38ed422 0.00 MB 1 0
53,883 53,883 00000000138cd019304453bc11ff4a545a638ea2552bb76c646ebce51a4d3a29 0.00 MB 2 0
53,882 53,882 0000000015a7b04647950161c0035e012313159c7ce85654dd855e0b47d30451 0.00 MB 2 0
53,881 53,881 000000000fd6a2fd234fdc86c1dc69d1e41c2a6df393a15a1e40dc8b14e2a36c 0.00 MB 1 0
53,880 53,880 0000000014888498017d9b78ba43d2374d04dcc88f98c171dd7bfff86506e7d2 0.00 MB 1 0
53,879 53,879 0000000001ab81fd5d1006386e63d5a7a12e03f69e610d9f8fc25f96e2c944d0 0.00 MB 1 0
53,878 53,878 000000000433e3f6259ff4aa7725f11e424b5fad09d81523dafa63db53581112 0.00 MB 1 0
53,877 53,877 0000000008856b35cced303fb017f9cf425d21c525cb5ce369b523c9a8aa5d75 0.00 MB 1 0
53,876 53,876 000000000301015a593a6b0c55dd23968e5d9b8b1357d05749798de083a18d4a 0.00 MB 1 0
53,875 53,875 000000001376a9e6657d612d9306f8a5b7f60ed06b0da596f0b498a79ca3eba9 0.00 MB 1 0
53,874 53,874 0000000007552806eb8727af3ec2054724c4bfc7f56c4cefd6c03aec65ddbe97 0.00 MB 1 0
53,873 53,873 000000000cfd4427b3dcaa9902b4b2e8b3d876c971769a4743b19ca72ec4cfe0 0.00 MB 1 0
53,872 53,872 00000000046f459af90c0a55b9199b5a02b230f0587d50a842b8b95c80178715 0.00 MB 1 0
53,871 53,871 0000000013504400845d8f8df954c4e7a52d66ce0feac5b41b5a264a72a65263 0.00 MB 1 0
53,870 53,870 00000000046fb7345a0ae1a4f599fa31600c81c152aef3cba3fa72520f4267b1 0.00 MB 1 0
53,869 53,869 0000000000b8a7f9366164f7dc5451b5c5dd98a4ebc6384e85e7e6bc765c9528 0.00 MB 3 0
53,868 53,868 000000000562678b6ef48794a3a77598626440b13b79e5504ee3c9cbfc51ff34 0.00 MB 2 0
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,621.08 GB sent, 92.89 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.