Memory Pool Memory Pool Refreshing

1,370 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (814,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,766 93,766 000000000008e99f25328ca7e29b4795566d460c4a9192a4838cbec397f6815a 0.00 MB 14 0
93,765 93,765 000000000001472d62b09bbd7972b2709559b76af75aecb0413e48f53d07dc28 0.03 MB 114 0
93,764 93,764 000000000001fabf5afb2044c19d4ca5bc02d8b74d7b29d43be89008069b2c9b 0.00 MB 3 0
93,763 93,763 00000000000494569d09555eb3e476d7a3bd5a1336d612948d02c05d0f62a440 0.01 MB 26 0
93,762 93,762 000000000004e2c9b6f6ae665a4b03c9f433ad09b91c1e2e96afb3647dbb6217 0.01 MB 57 0
93,761 93,761 00000000000276ddacccadc1f0755dec59de744ff6326f4ac242bde506c2e79c 0.02 MB 81 0
93,760 93,760 00000000000489ab02538e426d3d1f56295c7782a1bfa27cc22cd1d752158c50 0.00 MB 10 0
93,759 93,759 000000000008d0faf7f1c38fd1657db34e88f57a09b8d242e89ffd1a33e70edd 0.00 MB 23 0
93,758 93,758 000000000006f0dbb669783c9c444b11d965a289698ee8ef2eb610a74ae90516 0.00 MB 14 0
93,757 93,757 000000000004254d51c15fb53efe9e1bcf305ac1ebbd4c7b6e77e9d5c0fb91a6 0.00 MB 14 0
93,756 93,756 000000000000dd0780d44ebd110ef495c4a6917f7358bde1184822df243419ac 0.01 MB 35 0
93,755 93,755 000000000006a9a5c173676225ad00400da43c659bb302041441075986a83503 0.03 MB 116 0
93,754 93,754 000000000002694b3fbbc5212ec300a233d42df0b2d77dadb345129bdb09bdd7 0.03 MB 116 0
93,753 93,753 00000000000075e8fca16515da82941e499fbf138806dd194e2349d4d3ddf45d 0.00 MB 14 0
93,752 93,752 000000000007d7b670f76818744c8b4c0d66709d4eeed2d560844e46afbdbb80 0.00 MB 14 0
93,751 93,751 000000000002eefd41f458962e615f51d371238713bd3f05b78bafd55ddb0e52 0.02 MB 73 0
93,750 93,750 000000000002c87f7bf70511898e7a8ea2b3ecf8e44a8b7e78c67b535116bd2d 0.03 MB 118 0
93,749 93,749 000000000002f925f0b37e61888244f5df9fb95983c38a1759469ebf96ca8d9d 0.00 MB 14 0
93,748 93,748 00000000000653bb8a7b0cba38282d0503c8a6185f80db0e5e00de2f1c7a4ffe 0.03 MB 123 0
93,747 93,747 00000000000674e0b98a258a9c8d2bf748f36da8d77f5280a461471e160666c7 0.00 MB 14 0
93,746 93,746 0000000000005920f8280871741a92f8ad025984bdc96a29c509591351ad2521 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.83 GB sent, 98.58 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.