Memory Pool Memory Pool Refreshing

3,885 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,336 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (2,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
905,427 905,427 0000000000000000000184178cca46cb2167297d154dbf1f1ba8abf77cbf3c75 1.55 MB 4,082 5
905,426 905,426 000000000000000000010ac6a9eea068827287acf2315fac95f7f0aeae804b3b 1.69 MB 1,932 10
905,425 905,425 0000000000000000000199b08bd144cd4b838eb980ece4e25ea165c443f7d751 1.57 MB 4,799 4
905,424 905,424 00000000000000000001cdb1472c8f573c91c13fac17411ab517e8f873b49701 1.61 MB 4,102 6
905,423 905,423 000000000000000000000be794d6abc522af0ee5493339cd9cad814becf3a487 1.64 MB 1,955 16
905,422 905,422 00000000000000000000637c8cf201dfcb6bd12849731ad3441f0a726e240dcb 1.44 MB 1,939 3
905,421 905,421 000000000000000000007c018b5887978f2380509de5ba30256183ee2c698a19 1.53 MB 3,318 3
905,420 905,420 0000000000000000000067fc5d123e9a189fa81cec35ab1782eef7975556e0fd 1.71 MB 2,988 3
Previous 10 blocks ↓
Total Size: 769.54 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,648.75 GB sent, 95.66 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.