Memory Pool Memory Pool Refreshing

2,323 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,747 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (2,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,448 905,448 0000000000000000000070f5b6811d9e5806eab361a433287614820b6fc5cf8a 1.61 MB 3,232 9
905,447 905,447 00000000000000000000f557a18df43e7b49a54d3f3cce7e547b461f87e2e7e0 1.47 MB 2,974 5
905,446 905,446 00000000000000000001b07a3db795915b6e949c56204faf725caf41120d259c 1.62 MB 3,688 2
905,445 905,445 0000000000000000000166762ea1549db46a643663810244642266b16143cc94 1.45 MB 2,805 6
905,444 905,444 00000000000000000000d8198e0a9cc8ba8f96d5b14e721174188b4b3c2865be 1.54 MB 2,679 5
905,443 905,443 000000000000000000006e560c18d8ba6cf6ee858aeac0d2c053223a545fefc2 1.98 MB 1,228 1
905,442 905,442 000000000000000000000bb2c37c68206fdb81a11c28a03e69d33e5e8cfdffdb 1.94 MB 1,648 1
905,441 905,441 00000000000000000001a8d73d7681f825be2ede1652799aa4b61c66a0f574df 1.55 MB 2,778 3
905,440 905,440 000000000000000000009eff01933336038655068430271b3885b572313d6dc6 1.38 MB 587 2
905,439 905,439 0000000000000000000118dd2d8558e5cf5ea278c2a8a06617727bc07b17bd90 1.67 MB 2,704 4
905,438 905,438 000000000000000000021fbe9f304b7810cabf8822cd77724e414218e44073fe 1.63 MB 3,506 4
905,437 905,437 000000000000000000019cb474a39058feebb4b7f6b06e801f5e34af7caff40e 1.57 MB 3,973 8
905,436 905,436 000000000000000000018855a72e1f8e115e267cc7180d4dbf6e9246faab71cd 1.52 MB 4,577 6
905,435 905,435 0000000000000000000188f4f549eb3bc28b745653f278e77bde1e5f020fcbdb 1.58 MB 4,093 7
905,434 905,434 000000000000000000016e669c43dd3fd847f5e612631b9d3f24035abb846cc7 1.56 MB 4,184 9
905,433 905,433 000000000000000000003053b1166d8c2f286970881d54546858c11dac8f509c 1.57 MB 2,713 16
905,432 905,432 000000000000000000010a34abbebdbde516ea3bb1cf1c9e21e6a7596933bd15 1.57 MB 4,044 2
905,431 905,431 0000000000000000000034758b1fec00ae38a06aad30ba4d99f2f87179e96988 1.41 MB 5,430 6
905,430 905,430 00000000000000000002093afac4f34979553b820d2a47df733e185b567990d6 1.44 MB 4,763 3
905,429 905,429 00000000000000000000d676662ebab3f20a8a13da4bb89e873282a62c089bc7 1.57 MB 4,019 6
905,428 905,428 0000000000000000000094dee1b0035d8e7f2d07add66bbe30a83813456220be 1.53 MB 4,640 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.64 GB sent, 94.43 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.