Memory Pool Memory Pool Refreshing

5,976 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (274,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,567 633,567 00000000000000000008a2170b24ecbd2f35a5c56ff4ac6256e63fa6290f4c7e 1.27 MB 2,665 44
633,566 633,566 0000000000000000000210e2a9e1c1d2165fb9d3c30a7ab9d0fbfb31ca806f0b 1.12 MB 1,523 19
633,565 633,565 0000000000000000000a61b5db293465c8e501e5abc3a7031261cd82ae40d151 1.10 MB 1,756 52
633,564 633,564 00000000000000000003e462516897acf741e1f37a0df14b25cca2431b59e4db 1.37 MB 2,893 31
633,563 633,563 000000000000000000088fde630de0daee398617966835c291cc6682fc61acd7 1.34 MB 2,913 34
633,562 633,562 000000000000000000073f22acbc50e79178e0745c46ef2c3d7c1704d9e94b88 1.26 MB 2,776 47
633,561 633,561 000000000000000000031a3c1568c389865bb437913d916b3811197f41d1bb3a 1.24 MB 2,643 59
633,560 633,560 00000000000000000000fb49736e9ddd7af40292c4f3a8f87100af9a62b5fbe5 0.05 MB 127 32
633,559 633,559 0000000000000000000d430d6ff13ef329c4455786961f7db59478cdd8367e07 0.09 MB 227 20
633,558 633,558 0000000000000000000a06e22d986613ca62fcf23370c009ece8467e9657ca23 0.58 MB 1,019 18
633,557 633,557 000000000000000000024362e86faee374613fd6fcf01889e7e9e63357ffda8b 0.42 MB 530 13
633,556 633,556 00000000000000000000168d326af954e9f8de199f7966c7e58671bd48560f5a 0.39 MB 757 19
633,555 633,555 0000000000000000000e4f0a29ef1d061aeaf0dd01c5b6607201e9d2836f1050 0.43 MB 950 20
633,554 633,554 0000000000000000000295c83da22bbf11de297dac4f9e66f114a2c5e1db23e0 0.39 MB 866 23
633,553 633,553 0000000000000000000086a8b79b0c0e15ca1d7782b9d98fe5812d01f2af8efa 0.28 MB 746 4
633,552 633,552 0000000000000000001191ee6e7bf3349683906846d0745181561f83659f0637 1.30 MB 2,936 27
633,551 633,551 000000000000000000077a69526ca55387a328c527ad4eb57804f4bb5e44e392 1.27 MB 2,332 27
633,550 633,550 00000000000000000009bcdc930fdfabf04180932fac8132d13ef3a5d0e5459b 0.90 MB 1,834 23
633,549 633,549 0000000000000000000a1d1c2a426c999fbd386524d6e1bfe5ef73626ddd0474 0.51 MB 1,082 24
633,548 633,548 00000000000000000010f2b0ba6a1033303b76827ef44557de0883d9bfc176bf 1.01 MB 2,025 20
633,547 633,547 000000000000000000140cd4f92b5515b371534e28ea4f0c9841103e80597ebe 1.19 MB 1,985 34
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.