Memory Pool Memory Pool Refreshing

2,403 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,386 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (103,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,766 803,766 00000000000000000002d116bb89549495e9a72381c177c7c088f7f093cbcef2 1.44 MB 3,247 21
803,765 803,765 0000000000000000000310679b56a99bc107ab2bbc88939b422c3d31d64e0468 1.74 MB 2,128 9
803,764 803,764 00000000000000000001499e87a7a4e9a11e9ca929fb7d2db30d466856becdc9 1.60 MB 2,424 16
803,763 803,763 00000000000000000003024db264680c7179e275326a5355b9aab8d20d12ff3d 1.64 MB 2,113 16
803,762 803,762 000000000000000000001ec4250d38f3ac09dec78b900c41e126fe9a69ebb31c 1.53 MB 3,446 25
803,761 803,761 000000000000000000043f9c6cd2c7d0394570076599d68b97ed574977b5a2b4 1.52 MB 3,425 14
803,760 803,760 00000000000000000001e44ff140e7d8942dbc424f3f51f583530938d26bd002 1.51 MB 2,880 23
803,759 803,759 00000000000000000002ce514d446faf2c65a20bbe7fc3d75366f6dd12d93aff 1.61 MB 3,201 20
803,758 803,758 000000000000000000016ad6c29fde61e853f361487565e161df3704ebc643f9 1.26 MB 2,464 36
803,757 803,757 0000000000000000000525d68f8c97067c133226608e9ddb3f43218fd78991b5 1.34 MB 2,357 15
803,756 803,756 00000000000000000004008709fd733dd40bce472b018b583fa1b0c6abd59378 1.69 MB 3,890 7
803,755 803,755 000000000000000000044111621f676e85e178f93965ae3f7b3996a24031a894 1.48 MB 2,685 14
803,754 803,754 000000000000000000025205e0eb959cd862cd0a47d54c9b04cce18a5fdbfd88 1.79 MB 4,540 12
803,753 803,753 00000000000000000001c65961eeb736ec55392d83e11bed08439b320a8702ad 1.60 MB 1,937 11
803,752 803,752 00000000000000000004b6f84ec8188369209e29f272295954a6d2d5acd995c0 1.70 MB 4,385 14
803,751 803,751 0000000000000000000053dee8adad7271c36a0f54b5fe58fa56ba699f492e43 1.76 MB 4,105 13
803,750 803,750 00000000000000000001c420b077ab3ed6141c1b9f6234f840344309d0a8ebe5 1.74 MB 4,287 6
803,749 803,749 00000000000000000004aeae6e23348a1c7bcfc74a0d7b45f5ae039b77633444 1.55 MB 3,775 19
803,748 803,748 00000000000000000004589d45c076e92d8887b3aeadce90879db97fb81eb24d 1.96 MB 4,056 6
803,747 803,747 0000000000000000000293786613b5fd52f32943b3818f4c88ad680c91414cdc 1.63 MB 2,622 15
803,746 803,746 00000000000000000003fcf754c1684b53178967ca51332fab50fe36f49c7170 1.63 MB 3,437 22
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.