Memory Pool Memory Pool Refreshing

3,807 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (724,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,855 182,855 0000000000000594e7c4a76f5461bc9bf8c8ee9e9aa35403b91e32a7081f891b 0.10 MB 239 297
182,854 182,854 00000000000002c3bec597dee124aac3600ad48026f3779df9b2b0068f79b10e 0.25 MB 596 233
182,853 182,853 00000000000001dcb3c08290982c6fa4c9660c5946184a786b19a45998293fd4 0.05 MB 113 172
182,852 182,852 00000000000001706e46f7b0cabaa2fd58cb31a7fe67d9de0d2d3ae43c76591e 0.25 MB 652 133
182,851 182,851 00000000000000681090bc987542085f1e9a7e30748e4a501993729028741dba 0.05 MB 153 73
182,850 182,850 000000000000030d0215b6576c0d004ab6ce4f9e5e1a4d022de05ed62fc73833 0.25 MB 577 129
182,849 182,849 0000000000000747e41c489ea0b3ef9885a08c43a6e67122065a0496628faf72 0.00 MB 11 63
182,848 182,848 000000000000085e15c1394c4723a038fc3448ecb2e3f13cfca5b063f911c360 0.05 MB 131 107
182,847 182,847 000000000000005c8cbd8e5b86d9a566409380d1e4f042d2e12858fabeb1ec6e 0.05 MB 97 71
182,846 182,846 00000000000000d303f17d540eeba126908acb01c723842e929e29bd1b8afc4d 0.01 MB 26 310
182,845 182,845 00000000000000034b5d5430c32bd2d86c31c3f3b0abaa5b3f39483d57737a38 0.07 MB 148 90
182,844 182,844 00000000000008271e65fbfcaa11208a7d1376fa3bf42e2e0d71661767b5d9a7 0.21 MB 577 124
182,843 182,843 000000000000033945c1baf11fcabe02248dc4dc70d03b2865f610c8f91dddc1 0.25 MB 549 130
182,842 182,842 00000000000006768d3d4a6fd5d7c2e29caaa094fc9f99cfe9860e7e1a026c24 0.00 MB 11 14
182,841 182,841 0000000000000780d24b42d164f4b39f583dcaeccd23b43dd17b8cd2bcef050d 0.00 MB 13 66
182,840 182,840 00000000000001c8cf85812f23c6e4f10c72aab0eaf3f8f0f27c12f6a05b88de 0.25 MB 653 134
182,839 182,839 00000000000009137cdf86352835df958fccadcfd58b065743a28ad62994ca9d 0.25 MB 548 119
182,838 182,838 000000000000090c046e7b13ebdacf26910acb1753a8cf6fc54579512425acba 0.05 MB 152 102
182,837 182,837 0000000000000776f15818bfb81ea109e35dfd7513c74c7fbfeba57344421498 0.30 MB 718 120
182,836 182,836 00000000000004a87e7d4e92c9cc061176cbe7b794d1846f88b6e22190fcb19b 0.25 MB 680 149
182,835 182,835 0000000000000778590ab1c88174de4c4b7aa0a0e241162beed1cb6b1b8b0b9f 0.00 MB 18 51
Previous 10 blocks ↓
Total Size: 769.21 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,634.44 GB sent, 93.99 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.