Memory Pool Memory Pool Refreshing

1,537 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,505 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (78,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,123 829,123 00000000000000000000935c04e25de531a5572cd0c529d434c6efaf6a15db29 1.17 MB 918 30
829,122 829,122 000000000000000000034846ee17798aaad8ad9f43e51500eb6add4184efb1f4 1.25 MB 1,413 37
829,121 829,121 0000000000000000000299e6674981c399ceb43d9bc8ec17fe83ddee87b23c32 1.51 MB 2,399 43
829,120 829,120 0000000000000000000338a7cb27cf86537b6d28c4cea8db502af98096d2f6ca 1.28 MB 1,325 34
829,119 829,119 0000000000000000000008d82b8b4d4f3ea2507055e6a12459d04f1bc19ab361 1.54 MB 2,173 44
829,118 829,118 000000000000000000010e46e1eeee519b11a0eccb0630afe63c7624cc92bd1f 1.57 MB 2,394 42
829,117 829,117 00000000000000000003360d7795eebfaff8dbce44467adabc57c91f1baa35c9 1.22 MB 802 31
829,116 829,116 00000000000000000003aeff0d3f9bd495c19e4a413540d6ad1deb7e620afa54 1.03 MB 283 23
829,115 829,115 00000000000000000001c160356db8e5504d0bff866722d49dbe51bd1ac5cc5e 1.50 MB 2,225 44
829,114 829,114 000000000000000000014ad579b049512b991cb1e5ab8d1ed403f4ff408e4401 1.21 MB 956 33
829,113 829,113 000000000000000000010eb6bf4e324dfee3ffdd2c670edb27d272098c08e575 1.50 MB 1,431 31
829,112 829,112 00000000000000000002f77718afe645d15d581b5f52646a22b5cd0d9428daa6 1.68 MB 2,562 55
829,111 829,111 00000000000000000003861e13674b42a77d14b8ed171a3b0883ec321833eb6b 1.57 MB 2,037 48
829,110 829,110 00000000000000000002ff951e5915e04f64f8235bbcd6757b76cea5fdc0e58c 1.16 MB 736 26
829,109 829,109 00000000000000000002f850f38558247d646901cafe0cb755ef9af50079eb37 1.15 MB 747 32
829,108 829,108 00000000000000000003aecfc308b7389d2ea977ea01de13c32bde0c431fdc1a 1.34 MB 1,126 33
829,107 829,107 00000000000000000001dc33a077aabba939b4658c699d4b3d250683c94d9630 1.13 MB 704 27
829,106 829,106 0000000000000000000200c7f4113e0da7c299e1bc24669d87cfbb266741e7b5 1.62 MB 2,317 36
829,105 829,105 00000000000000000000ba2a12704b59271150528836c76e11bb5d4e7dc4c2bf 1.57 MB 3,038 39
829,104 829,104 00000000000000000002c8a62f1b9f485ddb29892a9a0ace66dceef68a68f328 1.58 MB 2,680 104
829,103 829,103 00000000000000000002704c17229558651bd3fd8f598d55e59b9b924b5e53b0 1.25 MB 1,099 33
Previous 10 blocks ↓
Total Size: 769.10 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.11 GB sent, 93.41 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.