Memory Pool Memory Pool Refreshing

5,438 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,539 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (409,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,930 497,930 000000000000000000cd02e245a45aa7458efbdbf8b9db397625e5b5a9fa600a 1.10 MB 1,941 162
497,929 497,929 0000000000000000003407f974c47198b518097e644626dfc2bc5b54c7bb1959 1.00 MB 2,443 145
497,928 497,928 000000000000000000b26312dbc71d5518da7a6c19f16c35acfd261cfd3d153a 1.04 MB 2,681 59
497,927 497,927 00000000000000000054eedc16f582e22737de2899a8b7146d99e7d62fded5ee 1.08 MB 2,931 100
497,926 497,926 000000000000000000001ea67562d40bb455a4205fd24e9692216e3b8c9eb193 1.09 MB 3,335 80
497,925 497,925 000000000000000000aee66c0d06c81e63ac9f1788948b163f3892cfbaf98a5a 1.04 MB 2,741 132
497,924 497,924 000000000000000000150ffa17185d6ce65526a2c46c28fa66d4d3470eaa41bd 1.06 MB 2,796 125
497,923 497,923 000000000000000000c2261d8d2d5620c3b86d75cc96d198d08f0fcfbbb9851a 1.06 MB 2,405 162
497,922 497,922 00000000000000000094f744886d50e8b3a8b9285d867aaf9e4a319bb93a62dc 1.08 MB 2,224 58
497,921 497,921 000000000000000000854472be92dd1f9441cfe5cd491326882c219f7f4f7db1 1.15 MB 2,938 110
497,920 497,920 00000000000000000043e2b7f4bfd2c3b301ecf0131ee9f147a47c2e2edc5147 1.00 MB 2,526 102
497,919 497,919 0000000000000000002a2b77ccf741d94ebc8042b4c7f725255c93b8a5d592f2 1.04 MB 2,178 135
497,918 497,918 0000000000000000000fdc3937840b7c046c1a5f10caacecfb808f9d03a295d4 1.06 MB 2,438 160
497,917 497,917 00000000000000000079c4d5f8a1692789a8c7edf73e4ce3de5e68ea567eca6e 1.04 MB 1,998 157
497,916 497,916 0000000000000000006cfb005990c4206fe13d2417548b0951a535d913a963d9 1.04 MB 2,036 139
497,915 497,915 00000000000000000020da05c74f246c4728fbd4eda2a93cd05cf36fbb7257d9 1.04 MB 2,150 153
497,914 497,914 000000000000000000b9386873d70422f5d8f878fb086fa67d9fa3b01e6bf7cb 1.07 MB 2,887 60
497,913 497,913 000000000000000000cc3185a8513c17b8fc0c6122913b35610e97939fae13f1 1.05 MB 2,683 115
497,912 497,912 00000000000000000018864208e67492928a37ffd6c942eaa2df953752b0278f 1.06 MB 2,173 135
497,911 497,911 00000000000000000004c268de1c0f89ad67d67674bdd6da62f598eaff279d15 1.05 MB 1,983 160
497,910 497,910 00000000000000000007b5f2d86a36e3fba662cbfec38e172e965929b29d36d5 1.04 MB 3,095 73
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.35 GB sent, 93.98 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.