Memory Pool Memory Pool Refreshing

7,052 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 ago 1.00 vMB 3,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (703,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,449 204,449 00000000000001ad083d92d0c2aeeb4e739feb85132d6bbb4e6c4c5f9b691ca7 0.18 MB 363 38
204,448 204,448 0000000000000312142ad2591e9f8a4010c129f35c6cb8c832cbb81818e7fe2b 0.20 MB 455 126
204,447 204,447 000000000000009b28ece0b165c871229b32ed95eb1e2486c7ef6f36e0b9e79a 0.03 MB 75 42
204,446 204,446 0000000000000191603f1794c122e1d3a06b48fd1bbb50a567bf855c8df87470 0.16 MB 399 154
204,445 204,445 0000000000000363e0c6959f582847f5014b7471af90b8fff57ac121e13a34e9 0.20 MB 383 109
204,444 204,444 0000000000000311b5791a84438b62c40a7f8db4bc4e6e81ce1e67b8f411fbbf 0.26 MB 592 116
204,443 204,443 000000000000007c25832a48413a375349eeb0119a7ae411c09bac3a4ea1e440 0.06 MB 147 131
204,442 204,442 0000000000000330d06dd24898acb19bbb9724e9277ad4e1c148dbe719651dfc 0.05 MB 119 10
204,441 204,441 000000000000021e5f5d2c074a18180e23334d86354067615f64d28ec4e85f78 0.07 MB 131 120
204,440 204,440 000000000000042d11eb8d6951dc6859998ac0acd507f00d7221b61521b11fc1 0.22 MB 358 111
204,439 204,439 00000000000001c5fb74d3b1a6b07d5613608493f2a79d760c8cbcb268402681 0.24 MB 658 151
204,438 204,438 000000000000056985a914b1fbd5040217d7268b0f793a776f8ed4b3d8f4afa4 0.00 MB 12 162
204,437 204,437 0000000000000156cf4567205d08f5f6a4d7c2de5e3efb4bbf1fa0d0c6c049a8 0.00 MB 8 30
204,436 204,436 00000000000003e4edf9995b8f446ccec422cff744c08a6f890a3170ca51df56 0.04 MB 98 177
204,435 204,435 00000000000002ec0bc536499e2f1ac9fb18a7ba3b9fee50429693ad97523083 0.03 MB 76 472
204,434 204,434 000000000000051eedcf22d4684a6aa8c8a917c372d51b5b805e36703a189d45 0.14 MB 265 217
204,433 204,433 000000000000036f7d76b979c5364abbe444a6c073d2cdf489299a9d4d4d2c9a 0.00 MB 9 14
204,432 204,432 000000000000033090453149e59e695a96fbda9c1caf4b1927fffc13c77195f8 0.03 MB 51 26
204,431 204,431 00000000000003e14b6925aa13e236fc2812475d6f6c3497820ce73c0c5996be 0.36 MB 702 158
204,430 204,430 00000000000003b4b63b82fe8147f007c6bf1dfe2b6c21981f0f3980be399c1b 0.04 MB 111 130
204,429 204,429 00000000000001a50208727abff24da549ef13faede35a9ef4d08664bfffd929 0.00 MB 9 15
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.22 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.