Memory Pool Memory Pool Refreshing

7,580 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,671 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (574,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,325 333,325 00000000000000000e90774b6533a17e47a78d3574ce79b348c4832f6c9acfbd 0.05 MB 128 56
333,324 333,324 000000000000000017beac62e61e90052842f49aa3198b02b4e73a5c441b143e 0.01 MB 9 47
333,323 333,323 00000000000000000f7fc2a5d58e856e19328e3e81691f6382fc3f1c61a1d248 0.75 MB 816 16
333,322 333,322 0000000000000000132951ffcd678fac3b2d1f113664df7a025d532673364b4c 0.25 MB 640 31
333,321 333,321 0000000000000000060a91858f0361e968796304aabc45f151e6ac01b3d17895 0.75 MB 1,987 34
333,320 333,320 000000000000000007a37eeaa5ef34ceb134a3b3612e967192f6a336c047c574 0.01 MB 4 10
333,319 333,319 00000000000000000beec24b517199baffe3ddffb79614b520e3f4d7875c3205 0.35 MB 1,247 47
333,318 333,318 0000000000000000017e42ab0e6acd76278d3510f4ce1c71000659b58a3f49f1 0.13 MB 271 32
333,317 333,317 000000000000000019a4df9791927012ecf56febd9f437b049e9e5aea1aab1d8 0.13 MB 271 29
333,316 333,316 000000000000000012e67a4e99be5dd82a1f7a75b0e5a6efe699c2fe9b29c48f 0.35 MB 1,032 37
333,315 333,315 00000000000000001307a3232f5d862209ed4d2d97619fcdcd2740c7ee28a078 0.42 MB 1,221 37
333,314 333,314 000000000000000009ce2cbc8ff4798dc8d468d38a27b16a892ab70e188fa6ba 0.06 MB 89 19
333,313 333,313 00000000000000000e2a729932749bb4903f8f5bfe9dd4ab5490aabf1fa2fac0 0.52 MB 501 15
333,312 333,312 0000000000000000165f7c35a1336a7f06e0b47ad749ca95956791fb39e19ae5 0.75 MB 1,514 38
333,311 333,311 0000000000000000166297dbbe5ab8f406a737b2dc9aa02d9c3521ffb761f564 0.32 MB 523 33
333,310 333,310 00000000000000001288772acc322b3d6007ed4b42825fde84e3b5a660e438d6 0.51 MB 752 21
333,309 333,309 000000000000000016e61bdf492fcac288449d5f743236bb7af1848445701671 0.11 MB 162 22
333,308 333,308 00000000000000000dc31cad252b9b2aeb52ecfccb5df20845b03a899e97a3c6 0.21 MB 315 23
333,307 333,307 00000000000000000a2f4728ff5c7e77c501756ebf28150bb7ab34cb38d3dd82 0.02 MB 62 44
333,306 333,306 000000000000000009249bfbcc7bed0646e853b2d63fa58821ba76b071045bc3 0.36 MB 353 21
333,305 333,305 00000000000000000adf9f89f7e8bf65a53cad7c16e8a185621bed4e83aa0ae0 0.02 MB 35 19
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.