Memory Pool Memory Pool Refreshing

9,027 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (715,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,636 192,636 0000000000000096d1fe307ce30e9d6d18f29ffc3a565ac05d8e41737bd53424 0.03 MB 70 101
192,635 192,635 0000000000000689abf9de52895ee51820697ecee26d31303b60c72cf665005f 0.26 MB 730 208
192,634 192,634 000000000000021aa057d9cfb4ade6625b9db0ba0d386ba1bca64a04d2bcc730 0.06 MB 150 90
192,633 192,633 0000000000000392ddd5f0297eb1ef387be12082e84112a48a33ca229e186c41 0.05 MB 144 43
192,632 192,632 00000000000005e2cd704d4c0a2a0be4da8d05e8d3633a0a8153697fdcc46eb0 0.00 MB 9 2,255
192,631 192,631 000000000000075509f1d397c952150dbac59e7867944ad890b4b50ae358e38a 0.00 MB 17 21
192,630 192,630 0000000000000625351bcd333f056be240b2d6f19728b9b72761cdc9cb22102f 0.01 MB 32 140
192,629 192,629 00000000000005dcc45ccb6b5f5f285a5159185911c467e4b4abec788fe9c56a 0.02 MB 41 128
192,628 192,628 00000000000005f24656c606905f883a09d9d9c31e0896c62a085e423d2bd961 0.07 MB 195 147
192,627 192,627 00000000000002f83dfff46ad602d31641fbfd6c6035a0fcf077035b18e7dd4c 0.49 MB 1,589 49
192,626 192,626 00000000000003682b49f8556a2565bc732cc597ebb2c489c2d8500a77b24805 0.24 MB 267 108
192,625 192,625 0000000000000763c6444a23f32e649d63b3c7bf90c68966e42195240c857471 0.05 MB 129 248
192,624 192,624 00000000000004e2228b9ebe2de640d1340f74e9484ebba635543118a908b866 0.18 MB 418 181
192,623 192,623 0000000000000837da172831290b4accdcdf0c819fc89dd14f524932c49221e2 0.08 MB 204 157
192,622 192,622 00000000000000a1483f1cea16cc0bfdf1e2e5d184aed3bc86bb3203f6bd5097 0.18 MB 507 160
192,621 192,621 0000000000000466965937ff6b40556a38902b42fb4c6dd50db294a34dca6f80 0.25 MB 628 381
192,620 192,620 0000000000000262ed0ace80bcea523ef8100803af27ecd8dfcde6eb693bee90 0.07 MB 225 35
192,619 192,619 00000000000003ff88b6a0e0c1d7de0f9f736f2876135ba6f430cbb5b26ce9b4 0.25 MB 373 94
192,618 192,618 00000000000000f335ac23b86f5e834d4778a5c7eafa042a98942e0cdd5954be 0.05 MB 119 0
192,617 192,617 00000000000002e8e51d926cded0c4589865b28698c484492030bbacf57f514e 0.20 MB 834 262
192,616 192,616 0000000000000448352f472ef3591d66ce97aff221edff4a5fc961d96b4e1853 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.04 GB sent, 94.13 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.