Memory Pool Memory Pool Refreshing

4,940 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,892 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (602,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,818 304,818 00000000000000005a70df0c06fbcb05d1531342e58f2ea34c16adc6e162c01d 0.20 MB 244 23
304,817 304,817 0000000000000000504bea52783b988b9d30f2be203cb73a6a6dfba5dfcfd8bd 0.08 MB 161 27
304,816 304,816 00000000000000001fe4bf7ebc6de1fa46a2cb1083f49bcb45ee51dae71eac12 0.20 MB 342 26
304,815 304,815 00000000000000001db466ac1b73e898ca7035e658094eec856e4e2e5d3df26f 0.31 MB 624 33
304,814 304,814 000000000000000022228fcd422b61fc306b52026b3f3fdd32615ba65c716cc9 0.09 MB 198 35
304,813 304,813 000000000000000047e60b6298e4a3ecd750ade642af6449e868149c55d63944 0.22 MB 294 22
304,812 304,812 0000000000000000461853fc7af013d79d77fe1f24c310cff533b2cfa0ee4a93 0.35 MB 737 32
304,811 304,811 00000000000000000a0b50373584df2fbbaee8f31a6e9b299967db892f9ab90e 0.43 MB 669 29
304,810 304,810 0000000000000000541ad391fa8448012ba721775c229fedb5af819c5fea27f1 0.04 MB 88 28
304,809 304,809 0000000000000000089a5b6f739e3a6341ce255a61149062890092c364edc2bb 0.10 MB 148 25
304,808 304,808 00000000000000004f27e0117c3a1309d2365c37b20b4786ea523ef4e5e14b82 0.22 MB 382 30
304,807 304,807 00000000000000000133be22ed0399ae077f490bcf43f472acc519a30c668280 0.09 MB 52 5
304,806 304,806 000000000000000019bd852d1cf6fa0f526a31f52a23499529abadc3c1de139a 0.19 MB 351 27
304,805 304,805 00000000000000001be6b7eabf6cec4fcea7f60e2dc740d8c0d30ea87d7bc271 0.04 MB 101 19
304,804 304,804 00000000000000002fbb4a6a126205b43a844fe1b718964635aac21cd7d28030 0.58 MB 638 26
304,803 304,803 000000000000000006b35dd8592674817240a9d513f1541df5465f889a31f279 0.20 MB 361 28
304,802 304,802 0000000000000000133ec82d3ce727424a2259730ed6680ee28cd5e70793c6cf 0.07 MB 146 32
304,801 304,801 00000000000000000cc33a97f198280963259dc8b4a609b282c373b7ce4157d3 0.03 MB 46 23
304,800 304,800 000000000000000043e530e0b5fc6d13aebe1d260c19f784e4cabd1b290c39d8 0.03 MB 49 21
304,799 304,799 000000000000000035c141f535bd1b2f9490e4120ba1056b9c98b680661b3731 0.08 MB 183 34
304,798 304,798 000000000000000010e7da77306a57ed205a75c4bb174bce41fb952627ef784d 0.23 MB 330 89
Previous 10 blocks ↓
Total Size: 769.05 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,627.53 GB sent, 93.13 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.