Memory Pool Memory Pool Refreshing

1,646 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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 0.52 vMB 1,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (204,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,812 702,812 0000000000000000000a1ed05b6862971d424525a74e0fb5a5f2b60b2bd0d88e 1.19 MB 433 2
702,811 702,811 00000000000000000004081a5f10e80b6daf9f7910b6237033b046f211142f21 1.46 MB 2,473 3
702,810 702,810 0000000000000000000a5e08d90100bab114ce930c1c18d63ba1e1d5ac2321e7 1.41 MB 2,216 10
702,809 702,809 00000000000000000009efeef34ffd13a6cbebc447b9226f7d04ca010c47d05d 1.17 MB 666 9
702,808 702,808 00000000000000000007855b03bb25af06332cac065e014e60639c2ab62ee0da 1.11 MB 572 7
702,807 702,807 0000000000000000000c4e734ef7703b76cfc528aa061f8844dcb664d507d7e8 1.46 MB 2,145 21
702,806 702,806 0000000000000000000b003bd4661b5a2eebab633e9b6dce9fc2d06f338043eb 1.20 MB 1,159 8
702,805 702,805 0000000000000000000678b167bcca32b8e5cc2bd3eeb90652db0fedefa89b03 1.18 MB 1,289 10
702,804 702,804 00000000000000000007050b3ed208a75f44a13547ab6849b75cfc28d8e381e2 1.48 MB 2,416 14
702,803 702,803 0000000000000000000029fb6ae30fc23a543418a5c6cb026035887850f460e5 1.35 MB 1,368 36
702,802 702,802 00000000000000000001398ebb767d4486cec7aa7c4c5a735af2671759bae516 1.41 MB 1,913 24
702,801 702,801 000000000000000000086988c0431abdccdcfa1174f4ec2e3bf43f7b6fad2e46 1.23 MB 1,555 9
702,800 702,800 00000000000000000008a7f3bf5d0ee2390e7e2c58c55c75bdc4874a4dfe27ef 1.16 MB 731 5
702,799 702,799 0000000000000000000470b75f567dc23cef1dc6fecb437747d47996b8ac96f1 1.16 MB 141 1
702,798 702,798 00000000000000000005f1886af5f65e74b87fd4a8dc2cc6fccc5bd28c7b1d3a 1.14 MB 750 5
702,797 702,797 0000000000000000000e32f855ddb9072c5fb75345e3be67ad911a78b3dba0d5 1.09 MB 735 3
702,796 702,796 00000000000000000003d7c4b9c99066afc4a75ce7e3454504f58fbe93c42cf5 1.13 MB 865 5
702,795 702,795 0000000000000000000a8a0f2939deece2df30bd8282afa3f5278ef0d49b8d5c 1.03 MB 251 2
702,794 702,794 00000000000000000006349947145ccbb32439ff0b39c81feea3f315613a0020 1.16 MB 1,158 6
702,793 702,793 00000000000000000007770031c3f8c8e545633af0d854dc164ae0d06f8cb1c8 1.06 MB 555 3
702,792 702,792 0000000000000000000a6df28378118ef582fb867c3853df4ff1aecc37839b6d 1.07 MB 460 4
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, 113 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.