Memory Pool Memory Pool Refreshing

5,488 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,696 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (115,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,535 792,535 00000000000000000000de164a4cdf238defd471315c9cb0347e26bacfc69101 1.58 MB 2,014 68
792,534 792,534 00000000000000000002b9ae2b7216c544eaaba1bad738fe3d6976b399ccb3f4 1.72 MB 1,700 38
792,533 792,533 000000000000000000049594158dbaf78124a369ec02cf926f1c8055e9ae1f57 1.57 MB 3,667 51
792,532 792,532 00000000000000000002ff15b85f13b34db7662a84f485d717e5d60621580619 1.52 MB 3,213 51
792,531 792,531 0000000000000000000521e31d614d2e80217ce252edf7a6d5be25f635d67e4f 1.55 MB 3,845 67
792,530 792,530 00000000000000000001e3cc3a4aa55c7552a634acb7b794be0d3b548b7c4ffc 1.63 MB 3,421 149
792,529 792,529 00000000000000000000f9d1442504b5a2fcf2587f884ca26b169cafdfac4aae 1.62 MB 3,493 79
792,528 792,528 00000000000000000004c8810dc891b9729eed1b539b6dfb6efd0d870d22a944 1.69 MB 3,724 32
792,527 792,527 00000000000000000003bf629a6dd11a742dddeb2f8978e8eb61fc3d8184dd9b 1.77 MB 3,938 31
792,526 792,526 0000000000000000000279b4d436f3aa555056c8fa099862ffa78148efa11d0c 1.59 MB 3,406 25
792,525 792,525 000000000000000000051aee08ebb8e2dc409e27470c7b4e64aa66b7a36314c6 1.86 MB 4,541 29
792,524 792,524 00000000000000000001004a14a40e01b410b9610ead26af0d76b6f6cc62a707 1.64 MB 3,915 49
792,523 792,523 0000000000000000000321a9eb6e333629ccd5ea2497c7c5125614ca90d8bc3b 1.79 MB 4,127 30
792,522 792,522 00000000000000000003d43f173d696f2db08b11ef71f81ff1c8b91f12b0ac05 1.59 MB 3,554 53
792,521 792,521 000000000000000000038663c1308df5e7db3062669c1c690935976a0d5c2817 1.72 MB 2,974 21
792,520 792,520 000000000000000000053e8da5dfe8352027511fe387bf9cd5d95e44c0fb8342 1.63 MB 2,721 28
792,519 792,519 000000000000000000056681e48b9c340206f7c68439b4635e710324218a30a6 1.46 MB 2,153 46
792,518 792,518 0000000000000000000366152f2c744e04d384bef45f97e910f0754c28117baa 1.65 MB 3,874 43
792,517 792,517 00000000000000000000a467e62bc9d739247178c4c10e23a9aff5dc0d4aeb13 1.51 MB 3,078 40
792,516 792,516 000000000000000000021c6aba63111db6a5610d1ace91468acc1d6132ef5854 1.52 MB 3,625 56
792,515 792,515 00000000000000000000422b0c81f632be74ce32d43f2ba345d0f80d56d8fa8d 2.92 MB 2,369 21
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.