Memory Pool Memory Pool Refreshing

8,108 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,943 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (327,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,473 580,473 0000000000000000001c396db291ccae155921b293a1c1e4165a31ea4747e5b0 1.16 MB 2,382 64
580,472 580,472 000000000000000000043b60d43e0f99bb987f22ac60e75711d3a457922b201f 1.30 MB 1,895 83
580,471 580,471 000000000000000000032e3b0eb4377440bf24c069396bd2d2eb11252ea6821d 1.47 MB 2,315 104
580,470 580,470 00000000000000000012b1a856e68987d16e98976eba543546b45ea1182c2692 1.31 MB 1,711 123
580,469 580,469 000000000000000000018127552c852b5801831f1735cec0fe79e125be5416f4 1.42 MB 2,626 98
580,468 580,468 0000000000000000000cc0605c52b64a236134db2dd399bdcc80bc49d633e8ac 1.44 MB 1,243 96
580,467 580,467 0000000000000000001663b4f415ab3b8379935df5aae7f4e9e71671dbc13e79 1.33 MB 1,540 126
580,466 580,466 0000000000000000000684b77b90386afb62a19e661c8beb40ea0c855742a9ba 1.30 MB 1,863 89
580,465 580,465 0000000000000000002541bad41e3900df6c94b45f1da6738cba9ec19cd47ed6 1.15 MB 2,304 17
580,464 580,464 0000000000000000001894bb343123f29029e5d97e520303c95c368258645ff7 1.16 MB 1,807 37
580,463 580,463 00000000000000000001e7a383018a50558addb3b5979ab22de8db210d9cad0d 1.22 MB 2,318 70
580,462 580,462 0000000000000000000923625585db0f23b5044b244a0400378dc5a2f0a66618 1.07 MB 2,752 24
580,461 580,461 0000000000000000001bafb7b0ef5e9de071795698394cf2cecc9edcffef9e66 1.17 MB 2,328 48
580,460 580,460 00000000000000000014b575b36dbe97da368f2e5c31afb8ca91a9ab96bc5a21 1.09 MB 2,940 13
580,459 580,459 0000000000000000000f265f2fc3e2a5b97f11a0cd49fadefc791fcb4f1be597 1.11 MB 2,812 57
580,458 580,458 0000000000000000000c50a1b5f1909ce0710a6122ef486a40b2c53098c71b77 1.23 MB 2,182 104
580,457 580,457 00000000000000000015fc856bea814818b867c76de4ea0591d008bf5bf0ad73 1.20 MB 2,009 86
580,456 580,456 0000000000000000000865a4a6317158b78f1243b308ce7602effef705704e81 1.34 MB 2,800 107
580,455 580,455 0000000000000000001082d00003651b1dff30edaf12d82eff951106e4e95948 1.09 MB 3,155 36
580,454 580,454 0000000000000000001287f2273a4379809bf45bfb87c1806cbb215062314afd 1.30 MB 2,528 82
580,453 580,453 0000000000000000000e62563222bfa699cd9a2ef02716cb315a6a4399ec8ea8 1.38 MB 2,806 106
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.