Memory Pool Memory Pool Refreshing

4,205 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (62,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,090 845,090 000000000000000000029842d9589ecd75da456c9142c37157c401f1ac8d08ed 1.52 MB 6,247 11
845,089 845,089 0000000000000000000062b4d4ab350e5cd8d65efc6f1aa3b090fbae72bfcf6a 1.56 MB 5,526 10
845,088 845,088 00000000000000000000267ec9c348ccafd220d55b0affc306b08e5a172e2f7b 1.48 MB 7,259 8
845,087 845,087 00000000000000000000f1f1748d9f93b922a41fe30841011fb1928e66eaa086 1.58 MB 7,718 8
845,086 845,086 00000000000000000002a312b0c3c467723c9246b0baf04463b0b6b8af74b863 1.55 MB 6,277 11
845,085 845,085 000000000000000000015e4927748d4dfd5fc291b8adfbc02e2145d074b0fc96 1.59 MB 7,799 8
845,084 845,084 0000000000000000000318dbe26d17fd0a5abeb415cb751e4957a69bc2bd0bb0 1.56 MB 6,041 12
845,083 845,083 00000000000000000002e984e02aea470cd01e76cf8c6ac912cb629ba5df0db2 1.57 MB 6,875 9
845,082 845,082 00000000000000000002eed5fb175a81126de283f9f9cd0c86384bd121a6561d 1.62 MB 5,410 11
845,081 845,081 00000000000000000000e4c8f4d0075edaae480d6f93daf5f8908b8855336203 1.69 MB 4,257 12
845,080 845,080 0000000000000000000111b16fb612d3a24025e821f145280ab1b24acd009275 1.79 MB 4,283 10
845,079 845,079 00000000000000000001105cc7dd63d1d2dbfa036cf6f0a1536216b1a2b58cb7 1.62 MB 2,915 14
845,078 845,078 000000000000000000026fe07bd344156135db4810551f519a4036fdcf54b48f 1.52 MB 5,247 10
845,077 845,077 000000000000000000006d7485e89a79df83e11ce03362c2462ff114a00f3060 1.58 MB 4,638 11
845,076 845,076 0000000000000000000240c0df18aa909db801e872a7687010d6569d11beeb1d 1.57 MB 6,477 10
845,075 845,075 00000000000000000002cb8ba9787eade2cbdf9d4c44ccc745cc56d369db0468 1.60 MB 3,225 12
845,074 845,074 00000000000000000000574d54efd32827a478b91461b3fb66ec3779df9f415c 1.62 MB 6,989 9
845,073 845,073 00000000000000000001f8d0dddc0bc49a546949d2fb0dbd6d6d70bebabfdbe5 1.50 MB 7,122 8
845,072 845,072 00000000000000000002c0ebd8d1b0c425502962707984474bb5359bc4c20d02 1.65 MB 6,313 10
845,071 845,071 000000000000000000028c945939cb17c618935f1e9ea38356d87cc993f5f891 1.58 MB 6,592 9
845,070 845,070 00000000000000000000c327f6099d03016237da4eb7bf4a5e19055d5157bb7c 1.61 MB 4,780 14
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.