Memory Pool Memory Pool Refreshing

18,295 transactions
5.87 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,392 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (702,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,316 205,316 000000000000012b1f13262355ee84d3cc0fc740933e32389dcc5db9c0f71ccd 0.04 MB 62 167
205,315 205,315 00000000000002352645290a58b54443c8e817dc3350e811dc229f524df06a07 0.01 MB 18 41
205,314 205,314 000000000000043882723941b4e3740967cb0067a8c6a3812c28188f6dd5f6d8 0.08 MB 165 171
205,313 205,313 000000000000021948f8ecf8077199fd2d5e9d2b319cbe3f4488c1b3f45ed9cd 0.05 MB 166 86
205,312 205,312 0000000000000310b57b93dba6955db689fb69903aee011c0ee96c953aef3401 0.00 MB 6 59
205,311 205,311 00000000000002f09582f23a14ac8bf7ae9441a0236e03114ee68deebdaa146e 0.32 MB 300 35
205,310 205,310 00000000000003c893352ec1d9feb5307a84484dfc30ce79b4f150a1ef3cccbe 0.07 MB 113 111
205,309 205,309 000000000000056c3ba23227f6500b5bad2e27a24d51be6b0555c3bd081daa64 0.05 MB 122 82
205,308 205,308 00000000000001eb071ad722baf10c3d30a4643bb1efe8441f08513c31a122c3 0.12 MB 381 190
205,307 205,307 00000000000000e9a0639c66c7252cbc754af0993c3ba3f12eb760e51c30f593 0.15 MB 277 133
205,306 205,306 000000000000006de19ae9e7e4e9c844a2c612a2966a2386997d9a805c2ab300 0.24 MB 201 110
205,305 205,305 00000000000000279fd5a0a2b8c430c88404f17e5640b8a58abfb4a018a774b2 0.05 MB 116 225
205,304 205,304 0000000000000208dd795517b43fa9e9db089cd437409ea1005882a037231194 0.00 MB 15 36
205,303 205,303 00000000000004e850a4736fd08f9e25ca9d41f0abbed490b5f5285de916c0df 0.08 MB 160 134
205,302 205,302 00000000000004e526aa9a7318020aa09c06f86bd6fa99a1d05b67ac6ec6904a 0.04 MB 128 211
205,301 205,301 0000000000000542ec79c5ace530661488d04751f32c80a2c49b0e0bf48ec88d 0.08 MB 160 159
205,300 205,300 000000000000029658eca70c1bd9d4c0eec12d13da66a924dbd3eec4c79608f2 0.00 MB 1 0
205,299 205,299 0000000000000259faf2815ba26054c507d2564b98b980283f4cb3b1dfa7d9f1 0.03 MB 62 435
205,298 205,298 00000000000002568009c24b28246e7c39b4055c45aaf87c970756c46b3a5b68 0.06 MB 197 37
205,297 205,297 00000000000000e0fef1d61fd2c22513610d40122a463be83184a96739d1c960 0.01 MB 27 140
205,296 205,296 000000000000008c8261e0d246855d29683fe7405e9090967d81c28c36e8c7e3 0.00 MB 5 2,247
Previous 10 blocks ↓
Total Size: 769.02 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,624.31 GB sent, 92.99 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.