Memory Pool Memory Pool Refreshing

13,518 transactions
4.41 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,925 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (754,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,820 152,820 00000000000007f303c4a8c998bcdd399b7a34aab6f18393e4a8f9f38a881880 0.01 MB 13 36
152,819 152,819 00000000000005ec0d8a4fd61ac7b1a95f49d83a22a73f76f83b785d586393d3 0.01 MB 50 0
152,818 152,818 00000000000005aa4620e8b07f6654933110a7bd27757a6e4d7726072bb289e6 0.00 MB 18 65
152,817 152,817 00000000000004cba0276bb8cefe45b165bd8b5a6248276e427aca1837b4b049 0.02 MB 80 163
152,816 152,816 0000000000000d42215c6f064a99e6bd9e31e01fa0dc744edfd5e205304c1f5f 0.02 MB 58 81
152,815 152,815 00000000000003b40a5ddcf318fe3b622c29a6d4a7bb121281bd75ca845cf199 0.00 MB 10 306
152,814 152,814 00000000000006521043a2a02ce66f6c04615ec5e6c2f251fb3a59400c7673dd 0.00 MB 15 100
152,813 152,813 00000000000006b9d2b9a5e602a9adcad207a43f4c35b80de4ca0e3c5a4282fe 0.00 MB 4 0
152,812 152,812 0000000000000cbbf1d708eb9c2d003a2b24fd6b575635550e2bf9a65dfa4a09 0.00 MB 4 67
152,811 152,811 00000000000000289bf826eb22ad4e2456b535ba9e3c68e57cd477d4d82dd82b 0.01 MB 29 34
152,810 152,810 00000000000006951fa12f5b4d36798d5661ec4378e035619e18ef198ff2694d 0.00 MB 15 30
152,809 152,809 00000000000002487e8c3ca080a6dbe5e42563e8fc03fdc2099414c66a73eb6b 0.01 MB 34 225
152,808 152,808 00000000000006fa21e84f36be6859d685fcf979feb48b7949886336507d1905 0.00 MB 1 0
152,807 152,807 00000000000005ac1305a00f58d80279dbbbf02f288b02062ba23621e7e7215e 0.04 MB 134 24
152,806 152,806 0000000000000b025b5ea38ab45625abacb8c6ff4f2d2bf028dcdec8d14c382e 0.05 MB 108 109
152,805 152,805 0000000000000cb91de9e2866d7263461b7c44bc540746f6d7fa011bb77f270c 0.04 MB 98 222
152,804 152,804 0000000000000dba6e6f52e67f321e685d3d53246bf939e95b8463b6cd16d607 0.01 MB 8 114
152,803 152,803 0000000000000b338f5ee51e17153339f218a585d37befd53c7d107c6cf30376 0.05 MB 126 72
152,802 152,802 000000000000028f027d5b1ed358247f053e819deb8d741ee8f8ead9227fc57b 0.01 MB 41 11
152,801 152,801 00000000000009514dc2c3b44b1cc165bd297885bf35b8cf0dd9a5c9e005aea2 0.01 MB 9 48
152,800 152,800 0000000000000c7b829c5e828f9f764506916de42a852b13b634d3419f2c91ce 0.05 MB 53 61
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,614.59 GB sent, 92.58 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.