Memory Pool Memory Pool Refreshing

4,856 transactions
2.22 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (796,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,910 110,910 00000000000050b79d77219306c587791fe1936c44c5fa710d8c1b86624f8ace 0.00 MB 5 335
110,909 110,909 000000000000274f4b3060a56f41a05fe0749cee5b55dedf5e3a2fb875b533d2 0.00 MB 3 0
110,908 110,908 000000000000fe5148f54b80a2e78bcdcdbefa70ec61168dc3e7ab4f75019dbb 0.00 MB 1 0
110,907 110,907 000000000000a81a90590c765801c636cfa6ed1cf488b5120b65a2d7affdc641 0.00 MB 5 415
110,906 110,906 0000000000006ea6f636bd95a836146903304fbbcbf6577f373ebc20b822ac61 0.00 MB 9 412
110,905 110,905 0000000000008b73bea76b38dc27d8610fd8b9c1bbb4d5a2b339d782f536e363 0.00 MB 6 0
110,904 110,904 0000000000003f870ef306336370d330f7ca461a306695c3ac70180b950a09d8 0.02 MB 73 88
110,903 110,903 0000000000006953bdbd43242939f153a9fb9a8af4763eabaec506ecc798a037 0.00 MB 11 335
110,902 110,902 0000000000007f0e9104608d64a02d1bb34b92c0bdb1893251e34c07b9943ef5 0.01 MB 9 169
110,901 110,901 000000000000c726e0e38b7c05e9bf451c71d3faec3a86bee942d4101991c932 0.00 MB 8 575
110,900 110,900 000000000000c41f464f38f9aed166a79905d08183997686675b0b5d41a9fab6 0.00 MB 7 689
110,899 110,899 0000000000012d518375c8f805af5a0aa1eb7e38e5734f4d2ea0f314b6cb1998 0.00 MB 4 0
110,898 110,898 00000000000054c8b96574c074fd14982bc8e21e46ea23761742e0cddab0d3f6 0.00 MB 3 0
110,897 110,897 00000000000004acaa1a850d348679df590cf3c245c9725b02ab807f9eeb8e55 0.00 MB 2 0
110,896 110,896 0000000000011aaa4356f736f74f08f21cd3c64578b3154d199291ae6991517e 0.00 MB 2 0
110,895 110,895 00000000000096c9cba4b634572b4e5db71e5f41741502dec8d618ac81ad4888 0.00 MB 13 0
110,894 110,894 000000000000bfdb7b9f80523080d071cc9697b9a84cd8fed156cdcaecf194d2 0.00 MB 13 0
110,893 110,893 0000000000011ecc7bbf0f20660d2b133cac614ca7e2d2cfacf11fd4d8a61806 0.00 MB 17 0
110,892 110,892 000000000000f76b7d2d23c256aa98bec31c02dacc4fe238b4897c84a5a84033 0.01 MB 19 0
110,891 110,891 000000000000d3332e4a8d45fe0dfb0bff0e7f57c044e9b94e5790d31231b35f 0.01 MB 11 0
110,890 110,890 000000000000ded12350170b7f01b7c2cc7afd717ca51546095742b79ce99fdd 0.00 MB 3 0
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.64 GB sent, 93.14 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.