Memory Pool Memory Pool Refreshing

5,598 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (333,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
574,239 574,239 00000000000000000027c7d6d6d15595774b2c96476a93b78f2ffa9d6040cc43 1.23 MB 2,839 41
574,238 574,238 0000000000000000000cda6b06e9acc5e7a5b46b8c14ded30d4b8ddff2aad0ec 1.19 MB 2,472 24
574,237 574,237 00000000000000000005a968e4e488f8a64a6e0d2eb4b764dc4f32f91ce2c8bf 1.23 MB 2,759 32
574,236 574,236 0000000000000000001fe83840cb301b35cf30e5b9f6ee812b78246dcc31b187 1.23 MB 2,304 31
574,235 574,235 0000000000000000001b5180497c500bb3f7065f8ab948b4188a31b212547059 1.21 MB 2,894 61
574,234 574,234 00000000000000000025813dc4bc95de536c3c9b285af4e29e0d34f0915b22a4 1.22 MB 3,235 64
574,233 574,233 000000000000000000288d572603ed55ee58d72b561a5b2ba64258da9c3bcb0d 1.21 MB 2,277 77
574,232 574,232 0000000000000000000577661108d20003c7329a6929f2827f9c7400eef777c3 1.20 MB 2,652 45
574,231 574,231 00000000000000000017a0cc8cd8c3a117005b2e5b68a8b7a75f21ff2bb52c9b 1.40 MB 2,344 44
574,230 574,230 00000000000000000007236162ced9d044e4e033306cae0cc3ccf7aaad47bdc1 1.30 MB 2,789 66
574,229 574,229 0000000000000000000c82a10261cb55bd250813c8d25605430e215f93d96243 1.11 MB 2,843 26
574,228 574,228 0000000000000000002aba60e5ff63815966274bfc2aa74a2f43008d2e9f44d5 1.18 MB 2,733 41
574,227 574,227 0000000000000000001295007e98fbd1d929f70aa600233cdc8d313d71a63765 1.10 MB 3,277 21
574,226 574,226 0000000000000000000a3eda4487e69b91ed60471df234bd02bd55e020aabe5d 0.48 MB 1,201 27
574,225 574,225 00000000000000000018566d48d7312297c6cd1c179266bbefbb4933bab6fdff 0.04 MB 123 10
574,224 574,224 00000000000000000005ba510b1e30053f150ce5f7dbd819d15f2864b090f32f 0.55 MB 1,587 21
574,223 574,223 00000000000000000024647307ecd762d13153ce07dee4f4ac5ba97f6d373c68 0.06 MB 202 19
574,222 574,222 0000000000000000001698ab4cd61f291c9d1e3db70ebd3d9b3af9e839dab10d 0.39 MB 888 6
574,221 574,221 00000000000000000000c42fa56dd29b525e1403dda1f8f6a6dac7fbcb5ed947 1.17 MB 2,754 36
574,220 574,220 0000000000000000000bdb5e52a1086d66011c25ec05f51707a080e08ace955f 0.48 MB 1,355 35
574,219 574,219 00000000000000000026c860d3b41f86d9a306cd61effa9dfc1ac139071cc77f 0.73 MB 2,007 8
Previous 10 blocks ↓
Total Size: 769.20 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,633.90 GB sent, 93.93 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.