Memory Pool Memory Pool Refreshing

2,911 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (556,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,056 351,056 00000000000000000dc6827e8a6f797c590f1e260911f8c86dd984b7e3f87ba3 0.28 MB 398 23
351,055 351,055 0000000000000000032d32b7ceb126eebdb86c6d070469fca89bd767f53388ce 0.02 MB 30 17
351,054 351,054 00000000000000001476e6acd0da5e94719dad0868a44f0af7af216043c62276 0.02 MB 25 17
351,053 351,053 0000000000000000021ff8150dae7fcc0eb49ef2ebf1356c9c46047f2814d8ce 0.14 MB 242 32
351,052 351,052 0000000000000000112c6f8718ff4c4501a4eedb2a5a69802748583172ba3614 0.09 MB 157 19
351,051 351,051 00000000000000000680d53f03c1e9f9753043aca79ca9fa902a407ec02cbba4 0.24 MB 386 25
351,050 351,050 00000000000000000915c1db1bd6b6b4db5dc5690b3b5ec74bb185053daec9d1 0.10 MB 104 12
351,049 351,049 00000000000000001533a3b8de2877d2d4d19f20a54df0ab845779caa282bd58 0.22 MB 282 20
351,048 351,048 000000000000000001b1c9e95ea26c74318399b8a8285c422193b0070d68361e 0.27 MB 462 30
351,047 351,047 00000000000000001185230503a3b5dd2e3747d6487af1f643112c4d9ade20ad 0.29 MB 531 26
351,046 351,046 000000000000000012b367d2f25056cf67a16652b0556dd7095107b144b0185d 0.35 MB 690 25
351,045 351,045 00000000000000000dcb4faf964e72fdb5151f7352749c57db3f324aafc48fa5 0.19 MB 371 22
351,044 351,044 00000000000000000c9c5d76d56e637c1acc8d7680f141da0a8397970694d27a 0.16 MB 377 16
351,043 351,043 0000000000000000142cc16361173d4d707329e2a0afb73f645fd2d11772c20d 0.21 MB 157 11
351,042 351,042 000000000000000001b030d512ac0f533acc68aece48bdd7277743cb38fca9e6 0.68 MB 539 11
351,041 351,041 00000000000000000dd3403014fcdf3b6f56c8cd353518549cbc5e943095e9fb 1.00 MB 2,112 32
351,040 351,040 000000000000000010dd7f2f27c8d3116889b42f6b0d18f1eabd75bdffaf9d4b 0.75 MB 1,739 32
351,039 351,039 0000000000000000094ae72ea456d539273f9eb27904e060ac48655380065969 0.24 MB 283 17
351,038 351,038 00000000000000000e60460cc2300464a1c81cfb138e52673c65232c6fc6078a 0.75 MB 1,781 31
351,037 351,037 00000000000000000f411031b1af3d39d9f33428fdfdbc4dceb5ff9e5e637b59 0.30 MB 580 24
351,036 351,036 0000000000000000006944947d6233d18f9442815dc83df785cdd672a39ad4cc 0.19 MB 329 24
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.