Memory Pool Memory Pool Refreshing

4,697 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (211,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,185 696,185 0000000000000000000b82f6abf55152e79b7e14e3f8cb26824363133602bebe 1.01 MB 141 1
696,184 696,184 0000000000000000000acf6ad4ef47e66f12301d0de204c4abd68174e0791b42 1.32 MB 1,703 10
696,183 696,183 00000000000000000006a7a512d6147482b6a3e7e8575b6ff88557f10359b7cc 1.11 MB 526 3
696,182 696,182 0000000000000000000ce1a5b0cb7fcd6ca5bc1f31a8e4a99df9d6e0c1965813 1.01 MB 194 1
696,181 696,181 0000000000000000000d3c68597f8b2f1838dc1374ec86fb33286c746de849ff 1.41 MB 2,238 11
696,180 696,180 000000000000000000015394d058281457306cc0cc50f540af6951918ef1c30f 1.17 MB 977 4
696,179 696,179 00000000000000000007a604198e3aa3fd4b879c48dcdc68d1c8a778ad18256d 1.40 MB 1,886 10
696,178 696,178 00000000000000000004e8a92bae023378e7808aaf2a5b95a6f51e7dcff7425d 1.25 MB 1,610 4
696,177 696,177 0000000000000000000e60e14dc6e6b77cdd50adadfe08ba396b2f23dbb2f5b7 1.45 MB 3,089 19
696,176 696,176 00000000000000000007442a8ed35ea295f963e51485c2fd5bdb9c3260c5b3d8 0.17 MB 317 10
696,175 696,175 000000000000000000044644dd28d2cba54c3e58c52c8b753c21c67ede6fc41d 1.19 MB 1,284 6
696,174 696,174 00000000000000000007d619794661a5d0b38c244e67caca060f074793f0b189 1.18 MB 1,316 5
696,173 696,173 00000000000000000008057ef6c23961a6c639dbb01ac24d311ae1a147dc5cdd 1.18 MB 993 5
696,172 696,172 00000000000000000001a37b9f6e582e78bc682a2ceddb4fc01a6020b4ef712d 1.05 MB 369 3
696,171 696,171 00000000000000000007b1a560ae00f25e4a53285b663e91f04cdc0a97b16e8b 1.04 MB 394 2
696,170 696,170 000000000000000000003a8bc00173430b8c65e80bff2067533213ce618a2a65 1.14 MB 896 7
696,169 696,169 0000000000000000000db90b24aed491e7be66ce3d586acf7049f6548f664b1e 1.02 MB 294 1
696,168 696,168 00000000000000000008819f51d2d1ea1a52f0fc508f4d263f51ab06a709c0c4 1.02 MB 131 1
696,167 696,167 0000000000000000000fffa6d03e0c8d29b22600adb1ce3909f1fd191ed47f55 1.14 MB 933 5
696,166 696,166 0000000000000000000413203952cec4ba3a7046e82e26d76ef35bf15d58759d 1.18 MB 1,226 8
696,165 696,165 000000000000000000046889fc1001dadd8db7cc45faf7f349ebce7d5b14df97 1.00 MB 112 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.