Memory Pool Memory Pool Refreshing

2,681 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,134 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (622,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,051 285,051 000000000000000117bce79ccd6df6976fe046259e046acb742f2c7c32748d89 0.24 MB 535 43
285,050 285,050 00000000000000003e2c6c90dcdf25e6735c34c08e607017418dec67b02c405c 0.01 MB 10 20
285,049 285,049 0000000000000001879e44d932bd98599255b0fcf01169960c3d3172143747a1 0.12 MB 259 34
285,048 285,048 0000000000000000b2d33c9adfa10b04f7811f5f72034dd58e69f5cc27a66c2e 0.10 MB 169 16
285,047 285,047 00000000000000009365ff3ee90eff70b7c31c07dfa1efe07c00b6e48438d226 0.12 MB 266 60
285,046 285,046 000000000000000140fbdad66344ad98bb6db231a0dd5ebc506473646ef4fe00 0.50 MB 810 30
285,045 285,045 0000000000000001661889cfb79b7ddf2bd35f9bb8d273638aabaa0ca8ef73c8 0.35 MB 685 39
285,044 285,044 00000000000000017a51a97d2aae85865f7045181dbfadd41ea212a4aa156c7c 0.08 MB 66 12
285,043 285,043 00000000000000019e29df04392a335af9621c44651880f750f590d4f4e9f199 0.35 MB 928 43
285,042 285,042 0000000000000001569c37d0645a04650542d3d96ea7cb4b5b9d461a9930882b 0.12 MB 44 10
285,041 285,041 0000000000000000e10281792fad3837897e15d5b973e1d4400533ef8a32f365 0.28 MB 478 34
285,040 285,040 000000000000000173888d59032294d0e588f507bed83dcde27d1ded4f6ab9ab 0.10 MB 256 59
285,039 285,039 0000000000000001085c9ea4a5dbc8d0be2ab14c055e6336f3fe23ee0c9e4a26 0.42 MB 620 39
285,038 285,038 00000000000000006f10b561f8cf25e09927fc57f78e88b435efe0eac7c8c474 0.24 MB 526 40
285,037 285,037 00000000000000005ece9778afc77a44fe3f740ad73e9651811c4ba3f3697f5f 0.07 MB 158 24
285,036 285,036 000000000000000130f57000fccef56235749d6c81be6e79ceae6a5647ab961f 0.10 MB 136 24
285,035 285,035 0000000000000001887255d6176887c15259c7bc7f7bf03b2d1eccf62df7b601 0.02 MB 63 45
285,034 285,034 000000000000000109e94e7b585a2bb868bc198c9e0a4f7b80d0d6a63cc9785e 0.54 MB 943 18
285,033 285,033 0000000000000001022d8674c16c78e2aec6db8ed6e413f289d10fbef9e1daf2 0.25 MB 777 60
285,032 285,032 0000000000000001815c3df0c6a0bb5ca0d0a67645af81001461168f5e97c4f8 0.28 MB 527 32
285,031 285,031 000000000000000069097789ae01682e2bcef99c67d3fb027266fdb2f2c5f7c5 0.05 MB 169 104
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.