Memory Pool Memory Pool Refreshing

826 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,908 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 824 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (754,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,800 153,800 0000000000000353b528c2e326ffae4b3c546881e94b315c40dfa6bdef405975 0.02 MB 64 22
153,799 153,799 0000000000000d1b54953a03610d112af5c2a3ae378420d49c18ea9b5530ef32 0.03 MB 73 169
153,798 153,798 0000000000000245d1536af1eafdb541df63b94e6b061d0359e01e5204c349b0 0.01 MB 27 142
153,797 153,797 0000000000000c16909729cde1678dfdc60ea4cd811adcb546d21a34747ab0aa 0.01 MB 8 49
153,796 153,796 000000000000027d670ca403575c3f3ceae4e134ace2931101150f1f0cf87f1c 0.00 MB 7 659
153,795 153,795 00000000000005f449a918c258210a9ce7dfbe3fedb950719b8b578d636e23f9 0.04 MB 122 64
153,794 153,794 00000000000003a5686d6a38e09468682f597de1c42edebfe264d15a06f74c56 0.00 MB 9 28
153,793 153,793 0000000000000353f5567c297e77557a9b2e9b84d3aceb84ecc2eac4ea63ad5a 0.02 MB 33 46
153,792 153,792 0000000000000dd99dcffb1927caebe1b167a166398eed7399a2b2b02b280413 0.05 MB 103 31
153,791 153,791 00000000000004288af7f163ebbbe8d60476f76c52e49e6977f956dfd38fed70 0.02 MB 52 102
153,790 153,790 000000000000022c526e0b2face601e86202f098c69580de28f030143d20b5bb 0.01 MB 10 282
153,789 153,789 000000000000057f3c49edaf2bd0f12afc446da0073be35e8dd0bfc137a8f608 0.00 MB 8 346
153,788 153,788 0000000000000ad88f8d0fcf3400499b3761df21fbbe7cf69bf564c273157354 0.00 MB 13 245
153,787 153,787 0000000000000a59cb19a6f504df54d1943df203726ac3a4b1eff478829da2c4 0.01 MB 27 123
153,786 153,786 00000000000001b39a58e270fc015f1b4ac85875af523ce241753a0fb7f3b2aa 0.05 MB 115 52
153,785 153,785 0000000000000c5a406b99d1ed3b40486e9d32acbef13b2543783663c1353d4d 0.02 MB 46 107
153,784 153,784 000000000000020afff0354603d1babca8ca6d01adcb06dfed9edf7ebaa0a81b 0.00 MB 7 74
153,783 153,783 000000000000073ccece58b818902ec1e852f5b6278c930166eada66b10a253a 0.02 MB 47 11
153,782 153,782 00000000000004ecda2d7e487464c3c2a7943d9855bd0caece123dc37b18b1c2 0.02 MB 8 69
153,781 153,781 0000000000000bb44d01b8fe8f95d3372c3a734086bbb728c45c227281df463f 0.01 MB 11 33
153,780 153,780 00000000000009b520178f28de96ad2fbdee5998b9f9c2ae7b8036a57e396be7 0.00 MB 11 302
Previous 10 blocks ↓
Total Size: 769.37 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,643.87 GB sent, 94.78 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.