Memory Pool Memory Pool Refreshing

3,679 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,228 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (691,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,809 215,809 00000000000003d9bbce37d69c5d011874493de8bf5e7e370f0cff198ff6ba9b 0.02 MB 51 210
215,808 215,808 000000000000023e76a965be18dce5848164d32b2d413efeb09084f5672282df 0.03 MB 78 157
215,807 215,807 00000000000001c48150edb0299e561fe6f23ca55929741a640f57d57348e63d 0.14 MB 312 183
215,806 215,806 0000000000000084c2acbe1c65d4d368d5465091435eac951b8ebc12101b9e98 0.06 MB 52 93
215,805 215,805 00000000000000d265ea3534b97eea066a8006642276627ac1247ee68f986587 0.32 MB 603 118
215,804 215,804 00000000000003b8b5e3a0a3573d66190c2a2fe6c6a736f1c76257fd538eba34 0.48 MB 401 57
215,803 215,803 00000000000002c8656e9de05f794890b2306b2d8122cba0085e97adaeb5c0be 0.05 MB 163 4
215,802 215,802 00000000000001c3ebf3d445a27c2ce2834d61c95807998484c666bfbc9104f1 0.15 MB 344 146
215,801 215,801 000000000000000bff2eef6e9bf5f8459addd7c9ba1898547d46becd6394eb6c 0.08 MB 193 99
215,800 215,800 00000000000000fd047acbf74f9fb7b80e5bc26a321eb91eebb59756419eefe9 0.25 MB 343 131
215,799 215,799 0000000000000107ddb2fc1b5be8b17476f86983037cf76c4625c7165eb1f58a 0.25 MB 613 188
215,798 215,798 00000000000003ed80cbe93dfb0b90f58c27532a1862401d1deb4b3db6e60052 0.00 MB 10 494
215,797 215,797 0000000000000480dd73afe8cc2a862bc5fd589b97afef9223037b496f17bacc 0.25 MB 678 217
215,796 215,796 000000000000017d12f524f080418d15efc361cd31ed38c3cd5205feb0d23960 0.28 MB 548 157
215,795 215,795 00000000000001b892f486cc4e8dcace8fbe722126a4a1b81fa07df9e75c3e7c 0.18 MB 489 222
215,794 215,794 0000000000000072355d898a17dba4ee98007a8d5833e515b2349570df772158 0.10 MB 176 197
215,793 215,793 0000000000000271f05b922402372f52fd63b32cfe8f860cb28f68119af3684e 0.05 MB 98 219
215,792 215,792 0000000000000360a3dc9f77d88134812fa545cd435710e072319817a26795c4 0.45 MB 553 114
215,791 215,791 000000000000012a2e4659c84e1046c22b703bee679a0336c8d349af8e6daabb 0.25 MB 637 278
215,790 215,790 00000000000004f56f0b57f9effabebd45be6b4309122c1e9e709d383b34b1e2 0.25 MB 626 194
215,789 215,789 00000000000001daa709d8b513a7162f66c750d4a0bb38822ac52b1217715dcb 0.10 MB 313 2
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.28 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.