Memory Pool Memory Pool Refreshing

6,688 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (617,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,375 290,375 0000000000000000531ab0614b6dedb2bd867cdd280339e35d3b56c7bdb3aa05 0.35 MB 1,066 46
290,374 290,374 00000000000000000c835d50c132aea299decceea469b8826bc74bbfc6298e62 0.38 MB 439 23
290,373 290,373 0000000000000000c640227e916968f2b5b8326113e02887defe3427260c0d58 0.35 MB 686 33
290,372 290,372 000000000000000050f3a99ff0c7ff720554f13f2d55e72d530c6587f41ec85f 0.32 MB 524 26
290,371 290,371 00000000000000000a13d26db677774e7783e551971449e097701e7f085ccc96 0.47 MB 898 36
290,370 290,370 000000000000000083fdbb29266958fbb605641fed65d69a98cae7345eaced99 0.21 MB 404 38
290,369 290,369 00000000000000003f02083024167dba88b9bcd74635ee8900f2883fb455d4b0 0.00 MB 1 0
290,368 290,368 000000000000000067b539bb98557938285cadc8ef76b7a510e70258a8352d80 0.17 MB 346 22
290,367 290,367 00000000000000006a0dbf2b7c54089ae730eda7d5da42a94627cf626aea4d70 0.30 MB 446 31
290,366 290,366 00000000000000003938a95aa64134393ce26f1178cc3991152194a2dd6919f6 0.34 MB 302 30
290,365 290,365 00000000000000001f0f04c2501060ed1fa65c5d404b82c48f3b906f5e476834 0.35 MB 623 28
290,364 290,364 0000000000000000877f57d130fbdb9c05d76581a0207e70349856fa88eb5ca0 0.07 MB 256 47
290,363 290,363 0000000000000000bebbde74b4eb047d7675082b2344ba4435d31d5a9887f784 0.03 MB 56 32
290,362 290,362 000000000000000056fed76971b3318d1bf38436a66eead5d4b06d07ac96f1bb 0.28 MB 437 23
290,361 290,361 0000000000000000e6f490daf8b83c04ce7e52a909dbb5597c82b64237e28b2d 0.33 MB 469 22
290,360 290,360 0000000000000000ab654f7c604b16de9855f7f2ea57897caf90deb45b5e134b 0.35 MB 597 26
290,359 290,359 000000000000000096856464842d318d4bda3328299eefb4839bfd162510e757 0.20 MB 276 30
290,358 290,358 0000000000000000e36e3bf59d260c327a60c769471c592eec601dad32d65033 0.12 MB 274 25
290,357 290,357 000000000000000009c20825a0150337ae866ffaa9633a95416206af8224dab6 0.37 MB 201 14
290,356 290,356 0000000000000000c5b35a36cbceca6f0ff4f43fdf7ea79a6bc67f1410f4912f 0.35 MB 701 41
290,355 290,355 0000000000000000b5efb1bf0654c29337e89673bbc10d77f2536bd88955b4e0 0.35 MB 487 18
Previous 10 blocks ↓
Total Size: 769.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,634.39 GB sent, 93.99 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.