Memory Pool Memory Pool Refreshing

54,204 transactions
35.30 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,184 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,372 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,183 (49,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,806 826,806 000000000000000000038bf80aea944bc6c3eb6995f3834525595a736e173517 1.60 MB 2,635 53
826,805 826,805 00000000000000000000123e3d45a806de65e2f261890b037bfe0443593848e5 1.66 MB 3,268 50
826,804 826,804 000000000000000000003f0cff120cc33af8f4c7dd5a1340f5756ba1bd62f0a2 1.98 MB 4,045 34
826,803 826,803 00000000000000000000ec6b05d6a65329b3cd7599f57e255e5b5bcac242f957 1.70 MB 2,415 46
826,802 826,802 0000000000000000000086c4209aee74e82ab1d01f19f6fa87164ab3489c717f 1.78 MB 3,985 46
826,801 826,801 000000000000000000018eb96d3990a5f456d48fcfc05b003f2a96dc75a14a9e 1.57 MB 2,326 44
826,800 826,800 00000000000000000001a47a9f17f2bc04b37a091d75faeaff50247f8f3903ad 1.68 MB 2,394 55
826,799 826,799 0000000000000000000362ffa203c76b99c9d82d631771ed8f19ddb68d1ed418 1.71 MB 2,272 37
826,798 826,798 0000000000000000000227de557a4a910032dc625dc92f3026dbaee3ab5527fe 1.89 MB 4,590 42
826,797 826,797 0000000000000000000147b3207d89684c3b88469e82e47ee4afc07a7bbf4d6a 1.75 MB 2,799 48
826,796 826,796 000000000000000000021d3fa462839d1310456f62dd03ef258bea12795b933e 1.92 MB 3,397 41
826,795 826,795 0000000000000000000317b101c780d85468e562644985094bbd41d6f4430c2e 1.83 MB 5,109 40
826,794 826,794 00000000000000000000bf1e469b0daf0ff3ed790a1cda011953194b51c236a6 2.16 MB 6,165 33
826,793 826,793 00000000000000000003f333977d73716b5375d0a7d66d622537c1b32cc7931d 1.67 MB 3,106 43
826,792 826,792 00000000000000000001a9808fcd5f3a72f2c0594e66982117a7d0761b0d99f3 1.81 MB 4,573 37
826,791 826,791 000000000000000000030ba5be49efeb6ae8bb61e650e42220a4e496636d3f4d 1.74 MB 3,732 43
826,790 826,790 0000000000000000000094120d943b4730069dd56dfb86fdaf746d54cc30f48b 1.72 MB 3,030 50
826,789 826,789 00000000000000000000ba7352ec57891d94e3b636c5e471196928ccdbd6149d 1.68 MB 1,938 39
826,788 826,788 00000000000000000000f7b583623d3aeb9e1759c174b4bf6adcebdc80b0b4bd 1.76 MB 3,463 37
826,787 826,787 000000000000000000009a3a196770e4d60990c2434ff6e3613cc68ae761eedf 1.91 MB 2,876 42
826,786 826,786 0000000000000000000049c876ef66688a50663398f3bced198b36055071b48f 1.63 MB 3,317 66
Previous 10 blocks ↓
Total Size: 710.82 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: 740.67 GB sent, 17.27 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.