Memory Pool Memory Pool Refreshing

19,751 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,630 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (676,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,442 231,442 000000000000002b1bee3c98751f9cb47649b5dd29ba13c3ba55bedb99b2135e 0.08 MB 174 240
231,441 231,441 00000000000001b2355ab1e80e484690330662473f1802edf86e77162f6b56ac 0.00 MB 4 731
231,440 231,440 00000000000001d18a3969189a3d21da60abb84d1849cd43d38e56215f9b336c 0.07 MB 147 238
231,439 231,439 00000000000001978973389e0570ec758f080194945c2f072cc7831d9ad697e9 0.25 MB 482 151
231,438 231,438 000000000000000f2e6e38386d650031ea39ba8cdbb0041830bf1d67a6af7a65 0.03 MB 72 267
231,437 231,437 00000000000000ba854f7c3d5d8e926f20f256f7a6eb66a7e2475879093c9291 0.13 MB 297 215
231,436 231,436 0000000000000088d2016c7a5dec33eae6b14ca7db3e07fe0fe703f31ac194de 0.21 MB 448 176
231,435 231,435 00000000000001a6267a750009c9f25a42c1bdee536997e537287b0cbf3466ce 0.46 MB 569 123
231,434 231,434 00000000000001c19108d233f10d89e1cad8b961eaa8b16690963aa4f52e004e 0.43 MB 329 106
231,433 231,433 000000000000004638d24e4a1d1e1b2fb497017eb79353e90142a032323cb48c 0.12 MB 171 129
231,432 231,432 0000000000000200e00131037280ef8b9bd7c421008e54f3bb43ebd39be253e5 0.25 MB 656 243
231,431 231,431 00000000000000ce38b1628ad48f65374301663050b4ed2eabe2171028c9eb4c 0.29 MB 192 114
231,430 231,430 00000000000000e53ab518b1f20c484c02eece6f5494068aefe8480d45fabd26 0.12 MB 245 193
231,429 231,429 0000000000000215a44b740d9d77ded655fe9193d3eaeeecf69b5d44d71ca453 0.10 MB 156 156
231,428 231,428 00000000000001a116e700eabd93e670223548819b79a10975590b03d0b3b569 0.04 MB 95 103
231,427 231,427 0000000000000071ba9b718d31f0e62407ab601f5c3732f21e8fc00eeee27738 0.19 MB 537 289
231,426 231,426 0000000000000110a136ed5cab69096020c96519616a618d94a3bb6b88f3c81f 0.23 MB 546 206
231,425 231,425 00000000000001cc2b278288082d9d579f083e334a7978f52af61c699c80558d 0.05 MB 97 157
231,424 231,424 00000000000001139c8a08e179d54e7e29fab99e67dc6b5de6363e8304d3e58e 0.07 MB 171 180
231,423 231,423 000000000000016a7f46156af03301c7de71eb661e455561a1854ffe7c09929b 0.04 MB 88 88
231,422 231,422 0000000000000029274b93bb156b97616d542bf505cff0ea3cfeb9028fd10896 0.06 MB 151 168
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.53 GB sent, 93.00 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.