Memory Pool Memory Pool Refreshing

4,946 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,465 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (383,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,303 524,303 00000000000000000007fc3a013ebebe8c1f1bc6c5cc875c9a915f1dcc0bf103 1.14 MB 1,928 11
524,302 524,302 000000000000000000226f41fda56b45b23191c09a47415b7d4f4cfd97c699ba 1.14 MB 2,125 62
524,301 524,301 0000000000000000000b082d30658ee2712ccf185b88d10bc44a24b7c92c96fb 0.30 MB 530 26
524,300 524,300 000000000000000000055b122654e4360c84eaa8fedd92907fcf940250335c9a 0.04 MB 35 6
524,299 524,299 000000000000000000090a94d85507f4c19404d8f062c265cdaeccc8e98a6467 0.65 MB 934 49
524,298 524,298 00000000000000000021b437738f9fb934af45d9342680545719abcdd7638f9f 0.24 MB 503 22
524,297 524,297 00000000000000000011dad1b40cd69de9da08041693b26919a73638e54b1c2b 0.20 MB 468 22
524,296 524,296 000000000000000000040c115efdac28a033b94e74262384bc9f8c0fb0fc6b24 0.29 MB 519 81
524,295 524,295 0000000000000000001c1141295e5d4ce5b93eb54d9a5e501875d6c04c950485 0.32 MB 725 21
524,294 524,294 0000000000000000001a475c269fb494ee5945f4f9d0239feb68888f51d8ac6b 0.03 MB 65 52
524,293 524,293 000000000000000000210e6ee485f5f27ca2a8cd2bf414ec3e1d662285e98619 0.32 MB 758 26
524,292 524,292 0000000000000000002c1041ddebd3c7ba511be337a642310ac651c57a71dd42 0.97 MB 1,885 29
524,291 524,291 0000000000000000003e8923790ceda5063113d80fefbc2af8f1a5baa8e6c4bb 0.09 MB 234 75
524,290 524,290 0000000000000000003209dc0c82fd2c9022e0b2cd4adec9aed1d113056ad657 0.13 MB 253 27
524,289 524,289 0000000000000000002294cbab2f794a4ea89d075c3795115186e6a0d94053fd 1.08 MB 1,968 28
524,288 524,288 00000000000000000012206336bbb49aca889479cae2877399756ad5798d4ffb 0.65 MB 1,349 33
524,287 524,287 0000000000000000001df8d743b136624418d5ff75e01a735eba3f73da3b59bd 0.93 MB 1,921 46
524,286 524,286 0000000000000000001c704cc6b336639dbf472b32c84cce5b7ffd5c63cc03de 0.51 MB 934 32
524,285 524,285 0000000000000000001bcfe52fa2855fa7196e883889995ea283ce064cd5c9cf 1.15 MB 2,491 33
524,284 524,284 0000000000000000002d579297d3c57b3d3e142f941788db56fe3f822855b5b9 0.22 MB 364 6
524,283 524,283 00000000000000000026dec141b4baff43b70d0c2a8e9fa272f6244249387b7c 0.51 MB 862 48
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.