Memory Pool Memory Pool Refreshing

12,224 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (665,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,277 242,277 0000000000000007c7e8b8e68fbb46c99bbb998e062bd5ef41c08e7a4f789dbf 0.25 MB 640 197
242,276 242,276 0000000000000088a37747c508bfe34cdf66c978bd884853db85c03a24ab6f56 0.05 MB 128 114
242,275 242,275 000000000000008d0705f08b336d535117006bdf23b8938a93d38749854c9fce 0.18 MB 128 19
242,274 242,274 00000000000000b35f53be148c0f81e469d563a0f1cbd19ba690d78fe564acb7 0.22 MB 418 114
242,273 242,273 0000000000000015a55a9f15f84f9b83f332be99a4efa6b4335bb6d103a2d56b 0.25 MB 448 145
242,272 242,272 00000000000000cacb927adc5900ad1ccaff13bf72cf3993a4df32cd4dc2532b 0.25 MB 639 203
242,271 242,271 000000000000005461fdfc09a416b7da07bed020f3678ba9669ed0844b92be48 0.25 MB 638 421
242,270 242,270 00000000000000550d19719448dfad1108c8439a121e90c194135a5c00359016 0.10 MB 354 37
242,269 242,269 00000000000000a60c12e03ee9331b3509a4b8c8d922bff8240b6404121a21b3 0.14 MB 290 128
242,268 242,268 000000000000004b8811970b4d003c76bdb293ef764f83b538b04bbdf24b6bf9 0.19 MB 264 98
242,267 242,267 00000000000000a0c8b3812bcd2ae36515bd923c252a1811bd8426245f326afb 0.30 MB 820 206
242,266 242,266 000000000000003b3453889dca9c81596234cc7113da3c63a51185057bbd23a4 0.01 MB 18 21
242,265 242,265 000000000000004b6cc68dbacd0e67ca80af705d36ee4a2a6a07468fb6d76fff 0.10 MB 107 52
242,264 242,264 00000000000000ae779163cde3844613cc1f65a8b09e540a7b86f3a050b1f999 0.21 MB 329 93
242,263 242,263 000000000000004b9f24aab3c13016dc6df8f341737f8b4f129bf63cf3256575 0.12 MB 283 163
242,262 242,262 0000000000000065e9535dce11a6a052bf1571f63a364f7266ebb3f10ad7669d 0.25 MB 701 198
242,261 242,261 00000000000000016537589495371e30ddc8a3699573147e1d1e2fffef7aa573 0.23 MB 524 159
242,260 242,260 0000000000000010611447a40c7ebfccfd63c317a6831661f75ec22072bbaca6 0.25 MB 399 98
242,259 242,259 00000000000000da761109bea4784a97e0ff0623532fc361a994220d131e8029 0.25 MB 794 242
242,258 242,258 00000000000000abf13a483c9ba2650b684fc695f6409e1dd1fc61fccbe18280 0.11 MB 88 43
242,257 242,257 000000000000008a5cac7ead28398af82beb70379ad53ba7e4a635b6a1778f87 0.12 MB 263 141
Previous 10 blocks ↓
Total Size: 769.01 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,622.14 GB sent, 92.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.