Memory Pool Memory Pool Refreshing

4,406 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (622,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,676 285,676 0000000000000001708739ae9edc5e0e081ac7a810c210e0f1992afcb9031b4b 0.06 MB 181 157
285,675 285,675 00000000000000017121a977a3f8e07b369144c99bdca3b73b08bbdfbb8b18cc 0.09 MB 97 33
285,674 285,674 0000000000000001281c65918224cfa208a991bf287df5d11f0e6714543f559d 0.32 MB 547 32
285,673 285,673 00000000000000004c5c5adc99446237049a6e5383bcf8ddad09029cf92b54dc 0.40 MB 703 34
285,672 285,672 0000000000000000cf0fa8a0a4ed95b43b17414c77f67305846fa1b13031a64d 0.32 MB 409 81
285,671 285,671 000000000000000115869651bd5de2107c47a1d4ad1e4dcefe8169405c7528ad 0.25 MB 702 56
285,670 285,670 0000000000000000ef8dcdd75621dd56935c83e2cca3d41ba781ee634abe6abf 0.33 MB 696 35
285,669 285,669 0000000000000000eeea130a6418dc2538690945ab676669c10e569ec5739214 0.12 MB 207 25
285,668 285,668 0000000000000000a7998b34274a8023ed6f6ca5049d6b263f4b7460c91deda0 0.30 MB 551 31
285,667 285,667 00000000000000002882fa6cbad1c868ae25bcb88c938effc683b53fd480cf78 0.34 MB 552 32
285,666 285,666 0000000000000000a960a01fe1057c7ba13549d33d9e4d9b2566355b983272d1 0.06 MB 194 74
285,665 285,665 0000000000000000635c2a8f1f11d9a62ecfd1e851af3dbceb884f955b8f5c57 0.30 MB 554 36
285,664 285,664 00000000000000011a43928275accf7cdd6b2f2d863f3f4733fe2a7a7c14bbcd 0.15 MB 281 41
285,663 285,663 00000000000000010624adcabff09783c3738b6094c5c7d6835bbd1341c65f23 0.11 MB 238 40
285,662 285,662 0000000000000000df9aab332ee8bb4135b6686ced576b9819df039e5917786c 0.59 MB 544 21
285,661 285,661 00000000000000007c2613141a5ebcfd402e3f4a7a0e5550058c17187184cac1 0.90 MB 1,375 35
285,660 285,660 00000000000000011576aeaa88d9a4089a981d3df597e767ed926019285a94a2 0.50 MB 1,331 42
285,659 285,659 00000000000000008a0c69a9569d1130e0b1de8a75a090009dcc7019966a6b95 0.25 MB 782 102
285,658 285,658 0000000000000000bf3d4e8dbaca7b26a49b38cd3c83ff95b2e6056c0dad3eff 0.11 MB 260 36
285,657 285,657 00000000000000009594958ab16a3e2ce94c2e1e790029d82d13c548e28c9229 0.35 MB 809 44
285,656 285,656 00000000000000011efa28f70a5df93600f4f27daaab2913dee1dfbf0126aef4 0.07 MB 108 50
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.