Memory Pool Memory Pool Refreshing

44,668 transactions
25.76 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,577 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,860 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,576 (817,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
44,725 44,725 00000000101ee7ec3d380be1b497461ee5a1014b9994f0f8fe0bf275583e8f1f 0.00 MB 1 0
44,724 44,724 000000002e8c8b74849cee02378e996597f1afbb96020261d250a89ca45bcebe 0.00 MB 1 0
44,723 44,723 0000000026b0fcf767b25e3bd8916293784b48afbe47fc24093e6e98b38e0a60 0.00 MB 1 0
44,722 44,722 0000000017e3fb2dbc0a9e471b428fb61664b0c266cb9aeac601971aded63bdc 0.00 MB 1 0
44,721 44,721 0000000026d0bb085845f04c58ed4ca21100206719fcf3e501ce4172b89ec369 0.00 MB 1 0
44,720 44,720 000000003714bd99166c08c95c67a353fb7679f5ac02a5c65656349467324f52 0.00 MB 1 0
44,719 44,719 000000000db5c1dd1039c5b0c5b6776e77933bc8c2cbfaa26f85f237e59cbd54 0.00 MB 1 0
44,718 44,718 000000002a15e8551d10dead3cb332d17227dbc06dcd804f908be745dda707a7 0.00 MB 1 0
44,717 44,717 000000001056241f88c5e222f5299800cd40ef40779bd6ae684c75e37c94f6bb 0.00 MB 1 0
44,716 44,716 000000000ca431c802a5a8989f3b9ced58c2254cfe625ee2723836f7e55540e3 0.00 MB 1 0
44,715 44,715 000000000f9607f81e971be9641fab775691811bc91ae23ff83d118e63ae7da2 0.00 MB 1 0
44,714 44,714 000000003115b46b7cd7a52133d0b5b39e4fd10299ffbb4df2a82e1c6dfb19c5 0.00 MB 1 0
44,713 44,713 00000000202b3df5b0cf48ee0745af1ac29ea5a022f5149efad9fc4b67c9cfdc 0.00 MB 1 0
44,712 44,712 00000000232f8cd0858cb6a55f8064cfd4ac669d9362b6406599fb60d45171eb 0.00 MB 1 0
44,711 44,711 000000002e2c32d5bbc71d3c70e58036d50f55d882a9b6b5f53364d0de71526d 0.00 MB 1 0
44,710 44,710 00000000354901a1a5dc46159000ae468cdae77dc3f0f2a2dfd3bb13e6bcd4db 0.00 MB 1 0
44,709 44,709 000000000c01120e7a96e0b0c13f157633aeaa80d562f0edbd01eb4a9968a76b 0.00 MB 1 0
44,708 44,708 000000001180e7a7bca27cd6409794c89db9db643f908aa526c33d6301842802 0.00 MB 2 0
44,707 44,707 00000000052dbc51fb56d169fd09fdfcbc1027a13d3b0a752426d17a88ab9ca9 0.00 MB 1 0
44,706 44,706 000000002aae88a70ed13784eb4618d6632bff6259a8513c1cc12bb453c4bc48 0.00 MB 1 0
44,705 44,705 000000001e0bda2134045b26d0f1303b758b746b595a67487e80353a60ee3ed7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 685.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,376.25 GB sent, 107.45 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.