Memory Pool Memory Pool Refreshing

88,472 transactions
29.15 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
10 sats/vbyte 2
10 sats/vbyte 3
5 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
879,420 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,695 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,419 (315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,104 879,104 000000000000000000004374f932751f9d9fb83a59e02a354781c38398def665 1.67 MB 3,063 14
879,103 879,103 000000000000000000004aa330818458634a12536d3072681e9c8007c1e806ae 2.00 MB 1,777 9
879,102 879,102 00000000000000000000adc48829d5f7c3f4f29942de779d45a361c0318e1a00 1.87 MB 2,683 16
879,101 879,101 0000000000000000000075974928b05e1d53d7d81cb133c758e60e742a5eb003 2.41 MB 1,493 12
879,100 879,100 00000000000000000001acdbc78a7493cfa6a588ccdee50d7345ccf31e888d2d 1.67 MB 2,869 15
879,099 879,099 00000000000000000000344531e4e6957c4201fb4b5288415f523b11a1ed92d3 1.57 MB 3,215 8
879,098 879,098 000000000000000000024b18569bbf66769f58ec2041c68305b2c564d468db61 1.69 MB 2,158 5
879,097 879,097 000000000000000000022b36f6f71387f463b86439c8f51587d0eea421536e1a 1.66 MB 3,039 3
879,096 879,096 00000000000000000000887a7ddb420ed9fb990991f2d8fa2f40524785563140 1.56 MB 2,506 6
879,095 879,095 000000000000000000002dff527c264b567d820810fa94090fbca842a71425fc 1.71 MB 3,614 6
879,094 879,094 0000000000000000000243bcdb792b01acad743caf38a8bb675b8dab07ea2069 1.61 MB 3,337 8
879,093 879,093 00000000000000000001db333c0e07ac0111a7aadaa7e4b36fbfbe8ce6a50701 1.55 MB 3,903 13
879,092 879,092 000000000000000000003b720faa0a054d106d80604b84e093efcb3d9498e539 1.64 MB 3,014 8
879,091 879,091 00000000000000000001e0da09b0792ff69dcd98af264b1750cbf9ef2deab73d 1.60 MB 4,074 10
879,090 879,090 0000000000000000000139a1f48532a22a11266d6dd51acd4f29705c1fe6ba53 1.55 MB 3,385 14
879,089 879,089 00000000000000000000d151dc3d0d8b0ce2c6991c6262deac36b7e9dffe7094 1.62 MB 3,481 4
879,088 879,088 000000000000000000025cdab2b4c19363224fa8bef938606ce7f6debe898a36 1.65 MB 3,463 7
879,087 879,087 0000000000000000000230d844ba6cb9f1374c7cca34e65d2891822ed4638e00 1.54 MB 3,543 15
879,086 879,086 00000000000000000000011469abb6fb705826dca9eb1b61f910769820d6502b 1.58 MB 3,486 12
879,085 879,085 000000000000000000026e4a3000479e165ca45870a744400c643775d8799b23 1.67 MB 3,076 8
879,084 879,084 000000000000000000009b9b31e96b2bfc1ab14a095e99bf0d0ebebd30eb7035 1.61 MB 3,356 8
Previous 10 blocks ↓
Total Size: 717.19 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,642.05 GB sent, 51.02 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.