Memory Pool Memory Pool Refreshing

17,060 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,927 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (99,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,690 808,690 0000000000000000000264f1f4f5237e4379de316982f5b0fcffd15dde37477f 1.51 MB 2,855 31
808,689 808,689 000000000000000000008d3fcbffb7457a5f24da27a62dc5827b63ab718acc2c 1.76 MB 4,207 38
808,688 808,688 00000000000000000000f10088a6f62dcd3355ce2a68da6b785709f958679fe2 1.54 MB 3,616 50
808,687 808,687 00000000000000000002298d40b151d980d4254eff6ae52a63a03f1b7c9a4288 1.68 MB 3,628 24
808,686 808,686 0000000000000000000260a761e45ab13d4abbecb068ccb54cef9912b0372696 1.64 MB 3,241 32
808,685 808,685 00000000000000000004a328c6b68ffc670f13031309e314da66643d71edf294 1.39 MB 2,368 31
808,684 808,684 0000000000000000000370cd2e1128edb33ee88a196af30fa326fb6fc32827c6 1.57 MB 3,478 44
808,683 808,683 000000000000000000014a00c06eb3595566944c3a6d14bf455ab78521350ee6 1.49 MB 3,304 45
808,682 808,682 000000000000000000038c269eedd8af63dbb9911a4437b2e7dbe42e42670083 1.60 MB 3,797 32
808,681 808,681 000000000000000000001f774dde3083bc4988b2a46016f7c2cea42588badb7e 1.95 MB 4,997 21
808,680 808,680 00000000000000000004a841cfaade9b24e90d83c2c1ee319daeb7800b9f7a8d 1.65 MB 3,046 27
808,679 808,679 00000000000000000004121dc8777de63258dcf40a57f085eb70e8e5140760b4 1.79 MB 4,768 30
808,678 808,678 00000000000000000002561e1e9e110add7e63f716c3b460499d7b1445f93d1f 1.72 MB 4,243 28
808,677 808,677 00000000000000000002df55a8eba95939cad0ddbe41c4ee2147143891eab6e9 1.95 MB 5,789 25
808,676 808,676 00000000000000000001ac51f4311ff4ee578a434d10ac44b65526da9c8cfc5d 1.65 MB 3,802 33
808,675 808,675 000000000000000000042e62459c182be3ab1b965cb2746a2406260ad1f8d031 1.71 MB 3,996 23
808,674 808,674 0000000000000000000095bf795f438d3c5d347d3a0a496cf8510e95db220db4 1.45 MB 2,305 35
808,673 808,673 00000000000000000002531d38654f1e4103aa95f2eb4b6ccd65106e4f56a275 1.52 MB 2,676 42
808,672 808,672 00000000000000000004294ace56f2551dcbda3758e134afec4feea5154a208d 2.16 MB 1,140 52
808,671 808,671 000000000000000000034b956246d177295c2ea63ba2da609b3434f4695aa630 1.75 MB 4,388 27
808,670 808,670 00000000000000000003686d63d78eedd4e7df0857e101097f665999d39a2e56 1.99 MB 5,719 24
Previous 10 blocks ↓
Total Size: 769.02 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,624.67 GB sent, 93.00 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.