Memory Pool Memory Pool Refreshing

5,007 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,861 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (9,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,517 898,517 00000000000000000000bb1d89724a1ad8503057964d688d0a089ca6e0ca6c00 1.59 MB 2,549 3
898,516 898,516 00000000000000000001de6616d57409a7dbf1ce126729cdb1a88a302afcff29 1.11 MB 2,119 1
898,515 898,515 00000000000000000001c127e7dcd55e189751c3d6fe941fba62bd4ac720268d 1.55 MB 2,343 9
898,514 898,514 00000000000000000000b3345df267cba28097bc1f84a48fafafe320f804e8ae 0.71 MB 780 2
898,513 898,513 00000000000000000001a1ef7c89a407345e642f0cf25849936b169514bca0ce 1.09 MB 1,930 3
898,512 898,512 000000000000000000019254ba7d1e2236a07928737454a4de8f7e26ce8cd45c 2.07 MB 1,908 1
898,511 898,511 000000000000000000000eec721bb05511e546261e2cd637d20a5fd2ab6b7fdc 1.54 MB 2,788 3
898,510 898,510 00000000000000000000d2404ce8d1a76c49652692c6faf01a44aed70b4c8173 1.23 MB 1,106 2
898,509 898,509 000000000000000000011bdd626bc6f19276845b982881392804f846e370302a 1.57 MB 2,567 4
898,508 898,508 0000000000000000000051a34511e320338d7fb988d1ec59cbf5abd72c8698cd 1.67 MB 2,782 12
898,507 898,507 00000000000000000001016a4a483f9ef2775f6a44a31642a53a545e642a2145 1.69 MB 2,922 3
898,506 898,506 000000000000000000024cf43c89eb18c64570403212c05c7daa09682790a86c 2.00 MB 913 1
898,505 898,505 000000000000000000012afc7ca6c7ad1520c5b1ddb7d4d12f4b76b0dc2818c8 1.59 MB 2,742 6
898,504 898,504 000000000000000000009791d415aa840190c032c3cc3b36db6123d0cf904748 1.44 MB 2,556 2
898,503 898,503 000000000000000000016659eb49c09be96b6f07b5071deb301a622297fd78da 1.65 MB 3,340 7
898,502 898,502 000000000000000000017a635f1226305b77901788c2440a4b6338e1f57a969a 1.62 MB 2,362 2
898,501 898,501 00000000000000000000d07a64d22921fbc433b32fd4b7041c819a2c0d031a83 1.22 MB 1,211 3
898,500 898,500 000000000000000000021b428fc31e3d59663ad3f60b9232c333a988a84889ca 1.02 MB 217 2
898,499 898,499 000000000000000000014f5b47a523dcdab3b8dee36ed9fcd29e516daa2bcd9a 1.69 MB 2,665 6
898,498 898,498 000000000000000000011d17f7dbdde37a88e29f592bb33daeb270bc4be4c944 1.35 MB 1,299 2
898,497 898,497 000000000000000000014c7bfa69cc7fa92676561fe1c8d2b8c6bd9a838f7043 1.67 MB 3,357 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.