Memory Pool Memory Pool Refreshing

6,329 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,479 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (714,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,614 193,614 00000000000003029c41a9842ec7b3a1a92c7c569470977db480600da7cde6ee 0.34 MB 804 131
193,613 193,613 00000000000004a396dc614ecfd9419f9a7f0dd9cd71e62a231a841d882a18b6 0.01 MB 40 81
193,612 193,612 00000000000003e8ff852869dc77c7c6f52f866dc55a8155595e11dfb65ac97f 0.24 MB 867 18
193,611 193,611 0000000000000559764bb967e9753e1e3577129189eaa5d4d87d3893b60d3de7 0.19 MB 517 141
193,610 193,610 00000000000005a8391ea1123a0f83b3a7140d8d75e9ac3bf78d61e6145e7310 0.09 MB 258 136
193,609 193,609 000000000000014f6d6c2afdd300cd597542ed878ab66ab5d6b17b8c0592fc2a 0.05 MB 134 106
193,608 193,608 0000000000000462133d1e9bd575fa2dca822e12b73f79f56a12d9c042727370 0.03 MB 60 92
193,607 193,607 00000000000002aeadd76dc5cd9d0eed0fed710dc9ea77da0194dd369eb00663 0.12 MB 248 162
193,606 193,606 00000000000001583c3ea755e6fac513a08719b8bac10401b439392b759b7de9 0.24 MB 883 16
193,605 193,605 00000000000002107b06d3468376c6ebca13dbeaaec5079d2988bc366567417e 0.06 MB 118 96
193,604 193,604 000000000000033788cd1c683aa35771cbb2021fef6ff627c46ad347c778b9e8 0.14 MB 234 98
193,603 193,603 00000000000002727efea18c36b7ec8adc9769c5a9df4cafc78e4ffcf14e6b3f 0.03 MB 109 6
193,602 193,602 00000000000005412462aab81de61154bad7ddf5821e5990f2d56038d2541643 0.20 MB 303 113
193,601 193,601 00000000000000fef378c25a49a2243689f4aa9cd57163dca17aac93adb81ba2 0.01 MB 32 0
193,600 193,600 0000000000000340766c3af62744ec1bf13310c15fce8161f0fe44679d7180cb 0.25 MB 514 127
193,599 193,599 00000000000006c103d94c639ba1ee6623b33f5bd61d63926bafffb95adf6ea5 0.04 MB 116 22
193,598 193,598 0000000000000516eef93541b162c86917c418fd4c21a674407665937fcd8f19 0.25 MB 548 125
193,597 193,597 0000000000000064b850558fad699906124ad1f59e68900acb21fa9a64b2d5b6 0.08 MB 101 81
193,596 193,596 00000000000002f5a8c20ee2eee042fa95b4d04c5a7542930834d54ddbd21e46 0.18 MB 512 136
193,595 193,595 000000000000020245a14f5c7323b9a9388cbde87f14d0772b7845db107f30f5 0.04 MB 126 76
193,594 193,594 00000000000004e58f96c2bc5627ff74dffdbe19475ccc3cf09416f0a56859d5 0.15 MB 353 113
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.