Memory Pool Memory Pool Refreshing

4,543 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (2,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,453 905,453 0000000000000000000056d43692b55d7aa435149ab92fc8ddff5db58ae4cb2d 1.54 MB 2,695 5
905,452 905,452 000000000000000000005a99c91895f644028b4d66a154dc1d87cbfc0cb28b60 1.81 MB 3,876 1
905,451 905,451 00000000000000000000ead9f4d54afa2a47d604180a1cedf67eb2855b1eb1ea 1.78 MB 4,857 1
905,450 905,450 00000000000000000000d107a35437e6a8fe28fad45eac3409673c38114ded00 1.62 MB 3,915 2
905,449 905,449 00000000000000000000465a2335c46b9fc118b69ccb51bc6a9bd647a32b589c 1.58 MB 2,927 3
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
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.