Memory Pool Memory Pool Refreshing

4,746 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,085 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (395,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,067 512,067 000000000000000000377d672ee51a9472f30a12e63e514069f61fa0bd3404d4 1.12 MB 1,041 8
512,066 512,066 000000000000000000078ad44d75b77f44f370c120bd73139bc4613abe5bff25 1.11 MB 2,218 49
512,065 512,065 00000000000000000029eb8c23e6ac6e36d518173c8fec7690cbeb51777d6f8e 1.10 MB 2,106 18
512,064 512,064 0000000000000000000982261907543d73f7d07eb9a18ae2b27525da3c6e33b5 1.14 MB 3,115 85
512,063 512,063 00000000000000000013aaa8778111530a626a3fe57e4e6f4a878c92669b04d1 0.11 MB 250 46
512,062 512,062 000000000000000000341ccc2af66515530913fe3f9bfeb2ace9b73a79db364b 1.01 MB 250 5
512,061 512,061 0000000000000000005168ebfeddefe02c3d466c5b43466183e289535d900380 1.05 MB 702 10
512,060 512,060 00000000000000000045fc7a9d93edba88f0effbbb52758e6ef42082701472d7 0.95 MB 1,588 48
512,059 512,059 0000000000000000001862e8b5258e183f529b44d4178946538624549254be3b 1.07 MB 1,432 23
512,058 512,058 0000000000000000001b6e569985bcc453e5ed7ea29db3c1e9e7b6af36f0484a 1.15 MB 2,778 40
512,057 512,057 00000000000000000057cb9af5893d4d98c44085db65a58d2807f62fbb7c9e4a 1.02 MB 566 9
512,056 512,056 0000000000000000001698a1fc55c3a72cf97b43249c243d74f80bcef8a4e4c0 1.02 MB 419 6
512,055 512,055 0000000000000000005d2937fe3f0e7fab081c4b4aa810335ad5bf8beee363d4 1.06 MB 1,421 27
512,054 512,054 0000000000000000001103f30f170d4a0e8a2f622a901e4590a5beacf60a39cc 1.10 MB 831 11
512,053 512,053 000000000000000000041c27c88e8b903deb2f54ae5ce29b5a6b898f05c63522 1.04 MB 167 6
512,052 512,052 0000000000000000004f45b4a5e6bc3f2ae894396eb00ec1dd3e317fbc868e24 1.01 MB 216 4
512,051 512,051 0000000000000000005481c5cfb05657fcc5e3167b70563ede3913787142fb9d 1.04 MB 941 21
512,050 512,050 0000000000000000001dda927d6df63a3689923e5e5a555950abba6cdd833e5c 1.03 MB 463 6
512,049 512,049 0000000000000000005bdb51c7422db0dfab4634a967b3025efaead17dfd6320 1.04 MB 472 8
512,048 512,048 0000000000000000001240682db04d3a2e1894074e2855701445fc478901bd89 0.00 MB 1 0
512,047 512,047 00000000000000000007033c34f055c1816c753fddbdc15f60b983ae7cbb09c7 1.02 MB 351 7
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,633.41 GB sent, 93.80 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.