Memory Pool Memory Pool Refreshing

5,491 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,501 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (270,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
636,878 636,878 0000000000000000000f93b6fb7a7b80e15ac78f2ea8cfe3858ad5a0296ad081 1.48 MB 2,338 35
636,877 636,877 00000000000000000008c04a60297011678ee17c0a9a358071825709844e824f 1.73 MB 1,609 32
636,876 636,876 00000000000000000010f230d900eda85b79c15159bca5c885f35e98f766764f 1.28 MB 1,981 20
636,875 636,875 00000000000000000007321c32040f86279e1db8ad63adb5385e338e03d2780b 1.72 MB 1,823 33
636,874 636,874 0000000000000000000a5b0efe9418bd6d8d676abb730aecfc5caecd76ef1964 1.15 MB 2,047 27
636,873 636,873 00000000000000000006d65367c440512f15368963c0bc904561652e47b28d26 1.39 MB 2,030 36
636,872 636,872 0000000000000000000e4b40d27496c5e91d382465da39e30ebf650bb4b5b9bf 1.28 MB 2,949 26
636,871 636,871 0000000000000000000e50bf9be513a5d951244e95146076c48b3962fe544757 1.33 MB 2,452 49
636,870 636,870 000000000000000000110bd6df98db06fc0646ce3da18a39591874fce1a0eb36 1.14 MB 1,429 54
636,869 636,869 000000000000000000065bd0072cf3ca5b04af8b428a6091cae3e8ea28123633 1.32 MB 2,771 30
636,868 636,868 0000000000000000000ace938b3c7460d02162ec7e46434782301d88fd0df99e 1.24 MB 2,796 22
636,867 636,867 00000000000000000010af373bb8616dd9850288b319d7f94be95669490cfff9 1.25 MB 2,485 38
636,866 636,866 00000000000000000001df353171ab3b2cb32f8861e5cce1090a492062809414 1.32 MB 2,674 28
636,865 636,865 0000000000000000000acabfef338d7b7de2bf3f39336b23467c28413a293941 1.31 MB 2,385 28
636,864 636,864 0000000000000000001163e7b8547c60c3a357a611260c3737f1afdd08cc17e7 1.25 MB 2,510 20
636,863 636,863 0000000000000000000eb7486abe2cb555db21733a5ec8f8d4558c4d5f69a103 1.26 MB 2,503 30
636,862 636,862 0000000000000000000d0b2ca9344bead238cf66ba0f354b3ff08e95578ddd55 1.31 MB 2,974 21
636,861 636,861 00000000000000000000399926174d540af6fd0d6f54619ebadb35f1fabdebae 2.20 MB 386 21
636,860 636,860 0000000000000000000023c48e546ee429591dfb3667448de35846cfaf0b5c01 1.86 MB 1,164 28
636,859 636,859 0000000000000000000951809d43c622f767dc0e92ecdc419d0dd0d903824bfa 1.42 MB 2,636 37
636,858 636,858 000000000000000000036223268ecc658d832be29650f41247e2747f83c1fd88 1.66 MB 1,756 34
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.29 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.