Memory Pool Memory Pool Refreshing

422 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (434,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,670 473,670 00000000000000000147272913d598df578d6a5012675d962430b81974fb1b56 1.00 MB 2,267 359
473,669 473,669 0000000000000000008889f2d35ebdbbaaf3c9018a491d0929f94aa23eafd321 1.00 MB 697 68
473,668 473,668 00000000000000000001f8524eb051c93178a1de618beba59ce6a49f3685d8f2 1.00 MB 1,572 165
473,667 473,667 00000000000000000041ff4fc43220d154ebc3a507ad562cac28312d1d7f5828 1.00 MB 2,060 232
473,666 473,666 0000000000000000012c006fbfa88a6de4adb41833941fb77b16c3edb208295b 1.00 MB 1,952 234
473,665 473,665 00000000000000000179c6c3ad0be27c2c44e0a983305eeb6bda9f63400db618 1.00 MB 1,444 176
473,664 473,664 0000000000000000009c632e35b1843f8adbcf6349c018386adef3f9bcd904c2 1.00 MB 1,767 108
473,663 473,663 00000000000000000110287f5e855b7d4d07bd9da1ba94fa09bff9edd7d64452 1.00 MB 997 225
473,662 473,662 000000000000000001445883bbe8d9aab81457278bdb5169fd7f3bd5e6bc7284 1.00 MB 1,784 270
473,661 473,661 000000000000000000534c98871406ea5f2138cfbf2255df6cac245d9dc654de 1.00 MB 1,510 155
473,660 473,660 000000000000000000e41e9bbddbf3907089ce3c9ddf4323cb65bdc6ebe0a342 1.00 MB 904 98
473,659 473,659 000000000000000001146ac07aee5644286f6732f21e06ae7e4c01f23300f741 1.00 MB 513 48
473,658 473,658 00000000000000000042a2fbc16faf491107fcb8c6405091869d4e61f11f382b 0.18 MB 146 78
473,657 473,657 0000000000000000018a53c7028e1ecb3f258e8e7eee05a1b9930ccf90519fc0 1.00 MB 383 51
473,656 473,656 00000000000000000110007e46bf1c0d123fa22e12e2c8173f74d3771e8bc0e6 0.98 MB 1,287 189
473,655 473,655 000000000000000001778e5a54704d535922d8535926f5ad094b65d18de17206 0.20 MB 129 65
473,654 473,654 0000000000000000008c05de721be6f2d4fde3f09be0fe6bf42b1022aee797ae 1.00 MB 254 22
473,653 473,653 0000000000000000013602fbbd4791c0f4b7e612d11ccd4d825cc0fc34318f39 1.00 MB 682 75
473,652 473,652 00000000000000000150f13842b785b52deeba57be6afc260113303d4f94082f 1.00 MB 408 8
473,651 473,651 00000000000000000042ea428d43b4a0879acf1e651c4bed84d70a57372f7429 1.00 MB 2,037 273
473,650 473,650 000000000000000000733650134eb9b0a13f8a37117be44f1c99a1a32627dcf4 1.00 MB 967 120
Previous 10 blocks ↓
Total Size: 769.11 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.32 GB sent, 93.42 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.