Memory Pool Memory Pool Refreshing

3,583 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (95,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,931 812,931 000000000000000000005d5d7defc9015b228ee6c6cbe6b8bc808c414bd54d3c 1.61 MB 2,157 13
812,930 812,930 00000000000000000000bb183f9ddc572b1c2be46c2c6d21fcdf5fa0e991442c 1.78 MB 2,116 11
812,929 812,929 0000000000000000000459b235399632c12ebe8928a0552331bbac430ea9fde0 2.02 MB 2,337 18
812,928 812,928 00000000000000000003899dde8aa655315c8cc088dfb42c215142d04ca7a8d9 1.55 MB 2,573 16
812,927 812,927 0000000000000000000212a60a49630b23a37189d28416f3c1d930e39a80189c 1.55 MB 1,511 6
812,926 812,926 000000000000000000036113de765f0257a81c3d221780774ccc24347147ee8f 1.60 MB 2,766 15
812,925 812,925 0000000000000000000151c329b2327bc92464b8d913d523d4345ec55b986434 1.48 MB 2,440 10
812,924 812,924 0000000000000000000034b770ddb0847397b5376863b1a4f5a8620d2ed6f5ef 1.72 MB 2,560 15
812,923 812,923 000000000000000000042e36a59601dc794f30a48e0cb4c32d46e8358997e344 1.59 MB 3,287 26
812,922 812,922 00000000000000000000d19ef45a2dd3ab85e3e92476688994a0bf591cedf2d4 1.56 MB 1,744 17
812,921 812,921 00000000000000000002d782c3b93ac2d220442d1fd49dbf873dcada7d26ce93 1.63 MB 3,846 20
812,920 812,920 000000000000000000025bf9e9b8f772d0840d9d0aabe76aa353a66c2bd737a4 1.50 MB 3,528 30
812,919 812,919 00000000000000000000aafe598ea98cff2338f9d8ec7a579a7982ab9be6f7e9 1.45 MB 3,208 30
812,918 812,918 00000000000000000002e0eb53156c4f4839f788d6e0691f9e3528deeb544459 1.31 MB 1,725 10
812,917 812,917 000000000000000000044486872bccc4e1dbba361008c9d41def70cfcd8c5124 1.29 MB 1,316 6
812,916 812,916 000000000000000000006bfa9922e793148f4e7b489e2da92a3932471a0a8cfa 1.56 MB 4,005 25
812,915 812,915 0000000000000000000148c918cdc160e41f7306cc8d5ceac8188ad24a413cbc 1.58 MB 2,975 16
812,914 812,914 00000000000000000001327f03fff15da700c3e6a1f8d3cf15d3f6d6f8d68901 1.42 MB 1,729 8
812,913 812,913 00000000000000000000663831c53eed78b84f80efc07c6e73cec4195f1f1f9a 1.27 MB 1,185 7
812,912 812,912 000000000000000000028744d1a2831f4fe3c409051d39203995562a78a17193 1.59 MB 3,156 18
812,911 812,911 00000000000000000000fb380a06716309ade6744f7c5d7acad4366b398b62a4 1.57 MB 1,784 8
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.