Memory Pool Memory Pool Refreshing

351 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 279 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (658,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,898 249,898 00000000000000090dc38cfa65f2bf76a1ffc64ac4a394d3f05350338d8fe01c 0.19 MB 414 115
249,897 249,897 0000000000000025f528ffddcffa9c2d7701092bc522b55fa07539d321c293d9 0.13 MB 357 119
249,896 249,896 000000000000001659e46a52b60ef7f08b5332e4fdae7cdda6742b51a9ef5dc4 0.11 MB 208 95
249,895 249,895 00000000000000362857cadc1a1b004699e9e80eed79060ed66ef15b766f3983 0.45 MB 1,024 49
249,894 249,894 000000000000006e14252d13e868174d3f4d9e859449c5ac8c1d16762df7904c 0.25 MB 593 159
249,893 249,893 000000000000000cecd9a686da846d9dd3fbaca58a74be8747582c282d3b1f5b 0.15 MB 414 131
249,892 249,892 000000000000001b83b1094be215b7e8d0f97bb3cb328e32e89b86ab6b276b67 0.25 MB 572 103
249,891 249,891 000000000000001797af65a97bf384505f405d5cfbb986db95278464acae2a13 0.05 MB 131 146
249,890 249,890 000000000000003dc64ffcb63bf15ee9da2fc8dbc5100195af520f33e6c5d8c4 0.21 MB 137 30
249,889 249,889 00000000000000464a73b697df674b8fa2c0645beeff0a9972fb6059d3a90f81 0.06 MB 200 119
249,888 249,888 000000000000007f6dae6380f2fcdd557700757217b3f841a12b393f1ce8f2b1 0.06 MB 122 147
249,887 249,887 000000000000002bcab9316a24d81da9f53fb573f882bacd6708f493218b30e4 0.22 MB 536 123
249,886 249,886 00000000000000625eecf73817652fb4ce4eff81a86ca78a38ba820930497ad5 0.25 MB 663 160
249,885 249,885 0000000000000028855d02ce05d0e600218f03b494042a6a85cb1b6cc89896ce 0.29 MB 944 100
249,884 249,884 00000000000000482b9472ff579d6e188a589b4d8a8f15d9c95b33030352d77d 0.01 MB 21 12
249,883 249,883 000000000000005964ad80d388371f0fe873d0b4ce27808b0a0d022f5efb7b55 0.24 MB 770 130
249,882 249,882 0000000000000018e28eab29577b39e7ceaf6b8ff5170a6fca41708d4ab1a231 0.12 MB 256 137
249,881 249,881 000000000000000c90209e584a952722c97966b4d321bc50f5fd97a2b04100c9 0.18 MB 411 202
249,880 249,880 00000000000000737ac765a841bb995bcd33803b79a2329faa48fbb00fc5a417 0.10 MB 138 98
249,879 249,879 00000000000000714f2b786bd284ba0f731f496e43b977f316d08e0b63efe4d4 0.09 MB 206 130
249,878 249,878 000000000000003dc89d92736fd9d6e71951fa6b6cffab875c27df219b5a0ce4 0.18 MB 441 176
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.