Memory Pool Memory Pool Refreshing

7,129 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (4,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,762 903,762 000000000000000000025b7dc473c036dcb6b9629466c16e20bcfd06acddb34e 1.50 MB 2,257 2
903,761 903,761 00000000000000000000f68cde03ff7039750593b5544dc0509b5662babe4409 0.31 MB 536 2
903,760 903,760 00000000000000000001523c44aa311faa17b3c1385da9a4cc101b2a36407ea2 2.16 MB 3,739 0
903,759 903,759 0000000000000000000113c560a05117aee1387eaa0f1ad632ea36bf6e34fa95 1.48 MB 2,525 2
903,758 903,758 000000000000000000013fb0e143053f04b6abfd74a7ad339b3c1aa5b3c4d117 1.04 MB 1,211 2
903,757 903,757 0000000000000000000067747cea1780111df5351b84e07dbcd6e6073f7bca33 0.11 MB 172 2
903,756 903,756 000000000000000000005f920170a8ab2a367aa56e70e7be62f4117cc12adee8 0.36 MB 623 2
903,755 903,755 0000000000000000000029470e4e7427495d87b2abed96d5aae0c15cf24375b7 0.13 MB 320 3
903,754 903,754 00000000000000000001b08631e56b75dd4f443ef0a5d7353c7b1e35370d6724 1.91 MB 3,662 1
903,753 903,753 0000000000000000000111bfbdb122f0c03f90df192422c45343643175f2a8d0 1.66 MB 3,589 1
903,752 903,752 0000000000000000000190d82ecfff203c1b9014c136e51f4921de68eb94ac72 1.52 MB 2,169 2
903,751 903,751 000000000000000000004bbf29f1a6290cbafeff9e092c203d0c42132368c775 0.83 MB 1,273 1
903,750 903,750 000000000000000000025569dc1712e13de389cd0e10f6abed651d0695895195 1.65 MB 1,888 2
903,749 903,749 000000000000000000025dcb8d08e616117b6a4b4943065671cf464cdc270ea0 1.62 MB 4,019 2
903,748 903,748 0000000000000000000189e02693f164965f668975dfc0c709eb4080a46e16bc 1.48 MB 2,628 3
903,747 903,747 0000000000000000000223aa80d0d113206e5a4093d867a259df30983243526c 1.35 MB 2,623 3
903,746 903,746 000000000000000000013ab084d2773590d0af56c7d2bf7947493da7e21397c3 0.69 MB 886 7
903,745 903,745 00000000000000000001bb2b11b1ead2b4bd61548af5f105b742d748cc1bac91 1.19 MB 1,450 1
903,744 903,744 0000000000000000000155333114b7a5b7571e9dc85331f0c09b671d8b7fedbc 1.29 MB 2,172 3
903,743 903,743 00000000000000000000ef90f5a9c77b1a6d325231f80e2e34e9fce4263aeb5c 1.05 MB 2,597 2
903,742 903,742 0000000000000000000166e96f81414fd39ae0a81163a4e5813d3b6933cd09ca 1.39 MB 1,793 1
Previous 10 blocks ↓
Total Size: 769.22 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.67 GB sent, 94.04 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.