Memory Pool Memory Pool Refreshing

8,689 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (584,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,526 323,526 000000000000000010fe6636378d0d6db2197464083baa3d8de827acd73d1367 0.29 MB 437 26
323,525 323,525 000000000000000013532c51cca3be9e936f70bd239dc804ee77cfb4509b9f1a 0.63 MB 1,063 29
323,524 323,524 000000000000000011d2b2d6a2184bc37defd2ad311bb4a58fd3d6d479a2eb67 0.56 MB 1,104 30
323,523 323,523 000000000000000001abf364257d0b7eb187e92cf3f7ac286f278d8189864079 0.29 MB 482 24
323,522 323,522 00000000000000000aa155da580ba3aae84530e795863eff4b1fb7da4c245fcb 0.47 MB 777 26
323,521 323,521 00000000000000001580903b74810df15fd6d0799de8e68349c17790a5c9fbfb 0.19 MB 243 24
323,520 323,520 00000000000000000697a04b4f9707dfcba07bbe3d63203f1e9310f05a9cb6cb 0.31 MB 507 31
323,519 323,519 0000000000000000073845c8b0efb1efd7db84c2d56cd50412a38e6532beab13 0.41 MB 605 22
323,518 323,518 00000000000000000a4d58b54cd59e53e1cff569595a91be96093e5cc05772e4 0.14 MB 217 16
323,517 323,517 000000000000000008893e6e695a7a83893def346885c8d2b2199b97cf8899b6 0.61 MB 881 32
323,516 323,516 000000000000000001419a552b1e6fb5fdcf149ca971e22e51699a39397c0886 0.63 MB 1,006 26
323,515 323,515 00000000000000000b4ca51a9113c634dd7a109862f05e214f85e2e52f8b4d66 0.07 MB 72 3
323,514 323,514 00000000000000001a5936a7b26c9ba371dc228dfe66032fe560a9055798cb27 0.55 MB 983 36
323,513 323,513 0000000000000000040ca7a1c2b78415a1232099d4babb6db8a9d3974037bd3b 0.04 MB 50 6
323,512 323,512 0000000000000000193e6428b82195fbde1fbb8ddd203fcee03625738969f0c8 0.48 MB 843 26
323,511 323,511 00000000000000000b8968f83327672b3eb023b59079d6a01b6dd07fead8345b 0.00 MB 1 0
323,510 323,510 000000000000000009e5760f42e996c883e8a963df6ce25f4e24d289347eebc6 0.30 MB 415 20
323,509 323,509 00000000000000001e431f812fba1603ea269e31c0fd3ed987b870035e2aab31 0.62 MB 1,057 25
323,508 323,508 000000000000000018b9fe902bcd25f2e3e6a8f7017d267df57af5d66f8e5b0f 0.47 MB 744 23
323,507 323,507 000000000000000013ba531579d9ee1278c3d6eb25090f49f834ca7c2cdd17cd 0.08 MB 256 42
323,506 323,506 00000000000000000dc671f3b96411a3a7d8022bf7249db0535d26601c732251 0.01 MB 46 33
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.