Memory Pool Memory Pool Refreshing

1,816 transactions
18.95 vMB
Show Random Selection Loading Transactions
Max Size: 76/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (801,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,697 106,697 000000000000e59a37d5ce419391fb301cc53a73a121d9497a3559763102e1f3 0.00 MB 1 0
106,696 106,696 0000000000013c5328b8d568a6774fc11233af432677eac827a8353a28bf33b4 0.00 MB 1 0
106,695 106,695 0000000000019e5a6367e3a6c4f68dfe3fc14138ccc950375e751ed8363af895 0.00 MB 1 0
106,694 106,694 000000000000d73541bacb32f9d5298a070b0adaa029fce802cd3e9985056320 0.00 MB 1 0
106,693 106,693 000000000001a25a9a995d3b00ab1691fc3bc6a3f1f00a301cf623fb3a6caabe 0.00 MB 4 0
106,692 106,692 000000000001e7f26cc07740c232ad07b86b1f217a10a6ec417ed211a11d6a10 0.00 MB 5 0
106,691 106,691 000000000000e8cad8712a13f1f09bdc7623dde341fa9634162eab9fbfc053c8 0.00 MB 1 0
106,690 106,690 000000000001963af3c8175e9d752d4b6a03fb546de44d5ab95938eafdd669a8 0.00 MB 1 0
106,689 106,689 0000000000016ee82c1bfb43409f7eca885d6fd3bfa93e64a65cdb75e5bf42ad 0.00 MB 1 0
106,688 106,688 000000000000827904291b52a36c4652e1d7164d66e5253fced7ab68cfdeff50 0.00 MB 2 0
106,687 106,687 0000000000017dcc26bf5698cbc4bebe41e8a6a2ea3c04b2cc9e196b13cd95c8 0.00 MB 3 0
106,686 106,686 0000000000027f3034d1965bf4970cf3aabfdd91f7765ad6fa863d0ae908943c 0.00 MB 1 0
106,685 106,685 0000000000026f5968caced2667d67f5d9edea98492bbec55a16618aeb8d861f 0.00 MB 2 0
106,684 106,684 00000000000116f767f8c92cd6f0732e58898670be680981c4f017d1994bec2a 0.00 MB 4 0
106,683 106,683 00000000000246c3056368c1cebe83d233a763e28fdb37ee5272fdb75a5fe31c 0.00 MB 13 0
106,682 106,682 000000000000d692855b68c550a8f81a947a18ab39c65f4b7d44db1c91007e6d 0.00 MB 1 0
106,681 106,681 000000000002e0af0c7aaea5c934addc630086e0187a33167b911e4f2c4f7d74 0.00 MB 1 0
106,680 106,680 000000000001f7057820c4b8ee5c6d6d57e82253a28779cbd29aff2188770436 0.00 MB 4 0
106,679 106,679 000000000000bf003b5b61b4895f4890da5cd1a38e16413480868008fb1124b1 0.00 MB 1 0
106,678 106,678 0000000000027402a97b6a88cb550a8aeb32cdcf8bfddcb6c045e51373d1eeb5 0.00 MB 3 0
106,677 106,677 000000000002373ad04b6fe535754ba8217d421fedaf6b61fe6ef588032fd1ac 0.00 MB 20 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.