Memory Pool Memory Pool Refreshing

3,787 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,517 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (86,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,408 821,408 000000000000000000026bbbb3aa28ff360650a534bb825de05fa338b91ada37 1.52 MB 3,223 166
821,407 821,407 0000000000000000000321f09884dc12c832a26adba7b9c04198a9ddba50b60a 1.66 MB 4,169 182
821,406 821,406 00000000000000000002fa196337388da3dc6e2b1c6c522939c3e26eeed3be04 1.66 MB 4,090 199
821,405 821,405 0000000000000000000242e4b0a4a8cfa4dd1e3c859971769170b5d5293b2b99 1.56 MB 3,510 228
821,404 821,404 0000000000000000000147ae42081cfd033e825d12efba43114604a2c0d2dc1f 1.59 MB 3,704 195
821,403 821,403 000000000000000000009fe16287a52383c55e92a64b16a7ce248a68c21aeb57 1.62 MB 3,901 215
821,402 821,402 0000000000000000000251bbf235f362be9cf1bc99d17210987ecec00074be4d 1.70 MB 4,178 245
821,401 821,401 0000000000000000000267a986674c46d61d479818e84f6c37aaa964e40dd561 1.68 MB 4,318 244
821,400 821,400 00000000000000000001a530838396a73ac7d5f0dbf747407641153ada2d7e07 1.75 MB 4,428 209
821,399 821,399 000000000000000000042b5b4f6a87f609fe501f60c20cf27d85d02148c47eea 1.65 MB 4,092 238
821,398 821,398 0000000000000000000361e372bd33719ef2194eff58818dcfc1f402e5da86bc 1.72 MB 4,407 207
821,397 821,397 0000000000000000000122ab60d22eff9ea901d63566fd74c3c7a03fcb5cc733 1.66 MB 3,736 192
821,396 821,396 00000000000000000002646d2c32c4a56d4094a04eb9f0f0cda0f008323803ea 1.71 MB 4,383 124
821,395 821,395 000000000000000000013a06458f5e3ed07912edb395dd6c4b2e36e6dfc9bb5f 1.76 MB 4,685 108
821,394 821,394 000000000000000000013424cdafc268ac531fdabe286a01832feb8ea972a2a9 1.76 MB 3,578 90
821,393 821,393 00000000000000000000dca5e437146c475000ffa110b94d6ed683deb1b65a29 1.70 MB 4,032 99
821,392 821,392 00000000000000000002f43105290a929b7cba3b9f8947a2110aabc8d6730790 1.72 MB 3,597 123
821,391 821,391 00000000000000000003adc25bb869e3f42c87f040f6ed285fd9fe7ec627d2d0 1.68 MB 3,543 119
821,390 821,390 00000000000000000001fededd30c352a9e5b94fee778a3188bece9b8b0b5a78 1.91 MB 2,156 109
821,389 821,389 0000000000000000000309fb930f2d5b3fde19ea36e8bbe1c859639f197cc87b 1.77 MB 3,484 109
821,388 821,388 000000000000000000040374744a95ed0007b3460fbffc3bc51b1f9786e1c9b1 1.69 MB 3,890 125
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.