Memory Pool Memory Pool Refreshing

8,853 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (524,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
382,867 382,867 000000000000000002280549049785f7d641540a5888a6e4d0b06d349686e53f 0.06 MB 103 20
382,866 382,866 00000000000000000e7eff773c3965a012265164a0553564575b5bf1c2648f7e 0.29 MB 252 17
382,865 382,865 00000000000000001139e48c4dae942cd7ab611fda2dd70d1a2c7a93eb3b68e1 0.93 MB 1,688 31
382,864 382,864 0000000000000000020e398437b9569b3a8a54d474b35db9705fadc9d9ad3bf8 1.00 MB 721 11
382,863 382,863 0000000000000000102678f0466c5d5abd89916b302782a9b19bb4efa42500b7 0.23 MB 513 35
382,862 382,862 0000000000000000058b8a9e4e1754538407694b688e1412f060daa81c05b074 0.08 MB 39 8
382,861 382,861 000000000000000006e96fbaab27318595b8382c8cf20399c86f0b6f4e0d543d 0.99 MB 1,770 33
382,860 382,860 00000000000000000d849586ce03e7249ab41a924ddda838421602024884d664 0.08 MB 97 10
382,859 382,859 00000000000000000de960a759efcd243ab44a0a3dcc6ccc96d4f963bcc65d70 0.45 MB 927 36
382,858 382,858 00000000000000000fdedb8be436c37c2e2540ee1be01b0ec17e9c1a3895f894 0.56 MB 1,069 34
382,857 382,857 0000000000000000075a0724b4b4051318e81d6cf0a2e89cd65bc6f7f8e31ccc 1.00 MB 1,341 24
382,856 382,856 00000000000000000ca4f5c11358b3c46b9b9a1a0574f3ffcd9b046b4f85ee90 0.17 MB 358 33
382,855 382,855 00000000000000000bdbc85dad157bea9046b854698ade3413552dea1e621f35 0.50 MB 876 34
382,854 382,854 00000000000000000c11e1e6b778d6fe5df44bd19697e68a622a3474325940af 0.17 MB 345 27
382,853 382,853 000000000000000003a5ea0c11d4b075ea1a1a21533abe51e32f18f2ec1d4591 0.87 MB 1,134 22
382,852 382,852 00000000000000000bbf195507325897a21f485fd56130eeca54fe56f6549dd4 0.75 MB 1,839 42
382,851 382,851 000000000000000009b368f24b860e1a4e1d284e9aca3c5f55c86e1f8b7ad73b 0.50 MB 745 30
382,850 382,850 0000000000000000082396a9e2ec43edceda890483581479551f8141614d044b 1.00 MB 1,120 10
382,849 382,849 00000000000000001079064a79d6bd3ff569e63005cad99f6b122e65749d500c 0.35 MB 789 32
382,848 382,848 0000000000000000045cd809f9c9b9ab190152c8cd743b9fa21dde8818a86443 0.16 MB 345 22
382,847 382,847 000000000000000000d16fb74db518f04098ba2e7467331aea64e14c234a19e3 1.00 MB 1,759 28
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,621.34 GB sent, 92.91 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.