Memory Pool Memory Pool Refreshing

83,812 transactions
32.96 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,879 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,766 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,878 (47,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,008 823,008 00000000000000000000699bda080fe2860ec719fef502a366a20d7796cfeea9 1.61 MB 3,431 159
823,007 823,007 00000000000000000000b87b823f28ea1638880f84ba6ad56aacd7af7a81b70d 1.53 MB 3,389 191
823,006 823,006 00000000000000000002617bb7f8c7c995d007078ef3aac168ece37f75af1b0e 1.65 MB 3,556 177
823,005 823,005 00000000000000000000f6a07266d7cebd7de731ec5de3ae1a9c73d71e297b43 1.93 MB 4,619 103
823,004 823,004 0000000000000000000000aafe45a63d97c580f2b1f0de258b3260661bd337de 1.71 MB 4,189 110
823,003 823,003 0000000000000000000302d3dd0a9c317d910e46bbe360fede532b343801fbfb 1.83 MB 4,418 94
823,002 823,002 000000000000000000000ed403ea841cfb47886f2e385e706710de66a25f3e5c 1.72 MB 4,313 125
823,001 823,001 00000000000000000001ecaed8ffb05451df875f419a11a1ec39bec1e12c47d5 1.94 MB 4,640 89
823,000 823,000 00000000000000000001eb182913efa47c4c63165dfd8cc7bc2ac2ef7f9eb493 1.78 MB 4,509 104
822,999 822,999 000000000000000000026258a1ae1a4341aefb4deec20a0e41d6ebd084eb1259 1.79 MB 4,656 110
822,998 822,998 00000000000000000003c2906364a8af3d49829e43ff0e4c98f36a4fc439f766 1.72 MB 3,869 132
822,997 822,997 00000000000000000000e60f017f420261d5d2dde52a8b2d2ab6b13894d52b96 1.87 MB 4,173 100
822,996 822,996 00000000000000000003cda9df3986c909c364668164f591126275de6bf8c29a 1.80 MB 4,895 122
822,995 822,995 00000000000000000002d5526c3eacef5c9744f6b4eb7b7820bce73d4e8cb9fb 1.81 MB 4,579 132
822,994 822,994 000000000000000000012912d4ce205d650d2845074cc9f79d54bc87b3fc595d 1.83 MB 4,482 91
822,993 822,993 00000000000000000002792b2df931103c0556371d94eb7baeb0cac61ea34a20 1.68 MB 4,110 118
822,992 822,992 0000000000000000000241bf31541a19c77ca4d27939ed0cedebaf82f8147a3d 1.78 MB 4,425 107
822,991 822,991 00000000000000000003640e043ca54c8ed42e4e4cb4ec7cd57fdb8ed9879f99 1.72 MB 3,661 138
822,990 822,990 000000000000000000017e01acdc62ed110d1341096f9cf9e08cb9f9cdcb2fda 1.94 MB 4,762 94
822,989 822,989 00000000000000000001c7ffc77dfbe1d4751bae816f1d28f6764b71e7c0e14a 1.90 MB 4,089 95
822,988 822,988 00000000000000000002c9ac12fe8f10725ef9c15916e1b9c4ace3a4f1d779fe 1.90 MB 4,510 106
Previous 10 blocks ↓
Total Size: 701.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,400.46 GB sent, 218.06 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.