Memory Pool Memory Pool Refreshing

4,305 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,287 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (743,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,528 164,528 00000000000001ae67fa1c3a5e0775728e3f076c5192107f508a0b231e9bea55 0.02 MB 38 173
164,527 164,527 000000000000085cd6e10c1117421bdce8fb8231b7e44e7500977557a194da55 0.01 MB 19 251
164,526 164,526 0000000000000686de668e73d480bb3c80f9006fda414acb6193b8c0b81a85c9 0.01 MB 17 79
164,525 164,525 00000000000008947c831860beb761b72dfb02fa4c76c20e227b0d0c01e694f4 0.02 MB 22 69
164,524 164,524 00000000000003ce8f64a5fe88caf6d751ff625f7b168a5783ea3c7ad89af6d6 0.02 MB 55 120
164,523 164,523 000000000000051255afa9eb43e6f47473cef5aa192ea670d8767434a2e5c47a 0.01 MB 7 8
164,522 164,522 0000000000000a4fdede84b88b712c7d5baa191613aca80b58701d0d3e1b7f51 0.08 MB 8 53
164,521 164,521 000000000000078de415bd1a21aa7333ab0b525649a4b771b60663f7094dbdc1 0.03 MB 34 60
164,520 164,520 0000000000000a3897a70347ab5bed0568744fad7ed07cd0de953404044c80e1 0.00 MB 3 80
164,519 164,519 00000000000002f239c41ea8b1f7440c980f81ec7ba9b26b334282a28d012905 0.02 MB 55 31
164,518 164,518 0000000000000ccaff60f59a8e23fd30617f697a774cad04f5667b50520cd38e 0.00 MB 8 26
164,517 164,517 0000000000000b2b7ad7a8d07f11d4252da56166043bd1814820ef7bbe54da33 0.00 MB 11 278
164,516 164,516 0000000000000110643efe50d2d4ef6fd2f074a994ced28fe183e1cc6a0d9ab7 0.00 MB 7 0
164,515 164,515 000000000000017176cf9d19fd88339059f2929de11b91ac6ba4d4ca7da54e93 0.01 MB 21 50
164,514 164,514 0000000000000433946302c73eeae3382694f73bb361673a2641491e28d1323e 0.01 MB 20 157
164,513 164,513 000000000000047328137656a102333f382b3117e6f59aba70f19838ac406c50 0.01 MB 39 133
164,512 164,512 00000000000009fcb22206a9887d8c71625628d849c1070145bd1d216e213000 0.01 MB 29 126
164,511 164,511 0000000000000c790fed0c9aa9bbd834776e7800fa71b4e01d62a70a5d53da9d 0.02 MB 50 25
164,510 164,510 0000000000000b309e396be616d529b897889b250a1259cd3fea8d5d76aecb4d 0.03 MB 50 309
164,509 164,509 000000000000009ee2aa67d1b2d9037d298da895ae58645d459ef9008da801ac 0.00 MB 10 332
164,508 164,508 00000000000001054c9706ffe6c596c37698a7178325d0c7a908aa37d602d38c 0.01 MB 22 131
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.47 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.