Memory Pool Memory Pool Refreshing

4,239 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
905,696 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 3,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,695 (717,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,092 188,092 0000000000000855cebd7f5d6fb5164855f441abcff099aea3fb01d46f7b8987 0.00 MB 9 35
188,091 188,091 00000000000006c8d7e5448cf4b54c322d493edd269401f1b0cde0d5396fc0c2 0.01 MB 31 189
188,090 188,090 00000000000000855c14f72c63dbbedd114b9f8daa0e83e6581d54d8600b5794 0.14 MB 469 161
188,089 188,089 0000000000000757a1e07087dfc075a23f7e1c288203ff7b29e816c939a93929 0.00 MB 6 0
188,088 188,088 0000000000000307c566ef85e3604e9cbf70eb6aba9f7f359bd1985c2a0cb043 0.00 MB 10 0
188,087 188,087 0000000000000345ec8e005d9f9c0fcf9c62087c4bb5da121e86db24abe73da9 0.01 MB 20 198
188,086 188,086 00000000000003167635a85c763cffba273f9f1c23ac312780f516f1c3c30d01 0.13 MB 375 127
188,085 188,085 00000000000008340c1ed54a5f6f2e263d7a779fb13ddd73d27dec3647a92cce 0.07 MB 102 256
188,084 188,084 0000000000000918455121bf24fbfe76c685c573521cac475e5475b2d0423d2d 0.03 MB 83 86
188,083 188,083 000000000000084529614c46fc7f8060ff48ca4d7d1a74ff910b9bb774d983d5 0.01 MB 24 93
188,082 188,082 00000000000000f858b096e75882357cc70a2a47d1af1a747f7df2862df93401 0.17 MB 319 99
188,081 188,081 000000000000054562385bfb2ee4e99ee60a56e9ed9ebc9b621fafdb200fd945 0.03 MB 81 70
188,080 188,080 00000000000001ec27b8fba5c9d6ade3497899a0e6ecf2ae70ebfca7c7273fac 0.19 MB 422 120
188,079 188,079 000000000000040d3368662980ef50f24486c71ad58e54224350ca9bdf9df7dd 0.04 MB 68 53
188,078 188,078 000000000000081f05c6c12ec09187fa1be4055630257c0c92a38c9e7412c093 0.25 MB 512 132
188,077 188,077 000000000000070b5752dbc73197edc1238d6804dd0a289f5ab18ea37abf32cb 0.05 MB 154 58
188,076 188,076 00000000000007eba217d643171ae112fb49eb2b97cddfaa4ffd15d5911f03eb 0.10 MB 119 88
188,075 188,075 0000000000000561693cf8807569c08d665e575c895062369d7ecf06146c2354 0.00 MB 7 15
188,074 188,074 00000000000006025988999f319a2f606fce931c9b639dff3c4940e2a7455e20 0.01 MB 32 0
188,073 188,073 000000000000011068762a07932df7fbe6866a36746d710b2763b081b4772fb4 0.00 MB 11 53
188,072 188,072 000000000000051fbda488fbd7b2369e72b4c55411ba14377762a235eb5ee5ff 0.21 MB 452 116
Previous 10 blocks ↓
Total Size: 765.39 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,353.22 GB sent, 74.16 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.