Memory Pool Memory Pool Refreshing

2,435 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,425 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (477,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,584 430,584 00000000000000000071484d5889870711542d8507b2f762303cb07d4de9e34d 1.00 MB 1,757 47
430,583 430,583 0000000000000000040b507214e0fdd7b5c9bce49771f71e80b5a95559df6c57 1.00 MB 816 12
430,582 430,582 0000000000000000026c9b69ecdba5ac3307f51bcab44c21651b1529ce95b484 1.00 MB 1,747 25
430,581 430,581 0000000000000000014b235e84371d484d690548eed923716ec5a6e8eec7da39 1.00 MB 2,654 65
430,580 430,580 0000000000000000023ce02c8f0e935185e2d343071e7b8baf8fcddcde6e540c 1.00 MB 1,327 28
430,579 430,579 00000000000000000088445cd0a9428b6f8e95ad3a809fb6e3cb41cd6205ba42 1.00 MB 1,913 54
430,578 430,578 000000000000000000dfa1a70c007a36540dab6f8088f549d48f184f688feaa0 1.00 MB 1,975 45
430,577 430,577 0000000000000000040e62b8396bc35be3fa8d1343fa7764c15c1a78bb48e805 1.00 MB 2,402 57
430,576 430,576 00000000000000000044ecdefd6e849c03f4e2386cb30aafb4fdb708f4031d0b 1.00 MB 2,664 75
430,575 430,575 000000000000000001cc3bde9d1e1015e6e14e4118bd19574d2401c9fadfa724 1.00 MB 2,032 60
430,574 430,574 0000000000000000009440c09c5eb77aa9c1c6e9bb7095898f8179b0ab8a557e 1.00 MB 2,460 59
430,573 430,573 0000000000000000040916be9df7cb0cad56d688b8c29fdc7d3d3e0a82fe94db 0.00 MB 1 0
430,572 430,572 000000000000000003619f9a02c14be916ea497841322e2aa0a1de4d169d9f55 1.00 MB 2,315 64
430,571 430,571 000000000000000003679cd5913c9acbb1c4bd833c496e80dbd772156f5dbcf8 1.00 MB 2,362 60
430,570 430,570 00000000000000000417507b21ffa17160d9b317e9ae3c3e68f8a990810263d1 1.00 MB 2,988 70
430,569 430,569 0000000000000000010d5789ef5b67fa7484fe9b87f610d1e738a62da0a2af75 1.00 MB 2,408 50
430,568 430,568 0000000000000000006d3db305a1983781d4f11ef710d1d92082739c238ed285 1.00 MB 1,864 68
430,567 430,567 0000000000000000002fa28cbd010dfeaff0158296a13a11e50601b63e54212d 1.00 MB 892 75
430,566 430,566 0000000000000000031c208609f8df7fed83bd7f51995df5c3eddeb715d11be7 1.00 MB 2,159 66
430,565 430,565 000000000000000000d4810ab2102bcdc9bfb86bf9ee0f04eece9244c7240b69 1.00 MB 2,973 69
430,564 430,564 0000000000000000043d4d8cc2ecda01582f2eac5896ae9936d349944b810a12 1.00 MB 2,594 80
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.