Memory Pool Memory Pool Refreshing

10,123 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (618,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,863 289,863 0000000000000000753445769d0fc21932ebd0b2c938d02746835673754f9247 0.12 MB 201 459
289,862 289,862 0000000000000000df03af08e30ebe82cf1866c4adc72dda9273709e8b07f67c 0.06 MB 88 13
289,861 289,861 00000000000000006425bad7947d38e7934de126e7de546cbf82a3d47bc01b30 0.16 MB 290 41
289,860 289,860 0000000000000000542153782a1080ac8fc2574f2fac3366324ee754d442a56c 0.37 MB 718 34
289,859 289,859 00000000000000003f6cb0737ca5e5fb6a90c6a5d675be1534dcc80330f42d65 0.18 MB 293 42
289,858 289,858 0000000000000000975074812f38738ee723762c6af6a2615d8a4901867741ef 0.20 MB 459 64
289,857 289,857 00000000000000006193c103b77d627a1d1466404e87169f7380e5da27b076d4 0.22 MB 446 33
289,856 289,856 0000000000000000f3c7e1acb6bafe46aa578f296adb8773c16c408285c0a211 0.52 MB 788 28
289,855 289,855 00000000000000003c5833038d19db83b309b20af99023081963d671ac92f711 0.36 MB 762 34
289,854 289,854 000000000000000105323ed213f841bdbef6a3eea247e5a0fc14a2320aca4a05 0.05 MB 68 27
289,853 289,853 0000000000000000a03fb2fbf343256b53ba8495ae540280f7a829811344812f 0.11 MB 127 18
289,852 289,852 0000000000000000ff08e4c6d12990b382fbac2948512770745842ae0098f41b 0.38 MB 412 17
289,851 289,851 0000000000000000037bfb662ac7b72471938885a6de0360fe04e8cf55e7f1f4 0.18 MB 512 73
289,850 289,850 000000000000000036d2c299dee5b154dcbce3c31dbf5316a88bfed06012b85d 0.33 MB 655 32
289,849 289,849 000000000000000053144be641475a55f30b0730965292385a9d43ca30c01c3d 0.14 MB 214 24
289,848 289,848 0000000000000000b7eddfaa2ddf559bb79656f8fe82aab207c3ea9fc16a8f6d 0.06 MB 145 37
289,847 289,847 0000000000000000d2c5fc3bc4b44d3475cf041f0a44d2e6518c8d53cba35860 0.32 MB 129 13
289,846 289,846 00000000000000001cf20579c4b23b91467c80ce9e501be2ce7df176ccae0732 0.06 MB 111 49
289,845 289,845 0000000000000000b277a4fe6f909850d008035ebcece1ca59339964339cf8da 0.10 MB 167 28
289,844 289,844 0000000000000000b9c722f057f6069fac517400c6e0386fb0762107275b2f6b 0.25 MB 282 21
289,843 289,843 0000000000000000c08e7dacbd3ff0911fed06219a23ed90971d8753c7a3054e 0.02 MB 32 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.