Memory Pool Memory Pool Refreshing

3,796 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,355 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (775,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,424 132,424 00000000000012e7ee1105f3be74bfdd10b1935e0458847517d3de4bed6985f7 0.00 MB 4 1,293
132,423 132,423 00000000000006d9d032cb124a5448dadf9cfe5ac8f13ab12abedda6b3ccb993 0.06 MB 210 148
132,422 132,422 000000000000097688bb2ea7d3507bdb0e0a5874a607f0b31ec682e7e6911c92 0.02 MB 52 1,245
132,421 132,421 0000000000000b52398be4a6f883f72862612fb8a01749ada9e7e519501d609e 0.00 MB 8 473
132,420 132,420 0000000000000ac50efb937c3166209c45fcd9b2cfb36e6b483c6bfcd221750a 0.01 MB 27 1,185
132,419 132,419 0000000000000151153c60dd325d0b70bad04ab8c44456c90a7e90d7df6b9ddf 0.02 MB 17 448
132,418 132,418 0000000000000f0b76d7b814d3716691d0a5c9dcaf594069087e866d60ca1dc3 0.00 MB 6 2,683
132,417 132,417 00000000000006ad33fb1ecbcfc6e6bb9b96154fc09f21910550bb3e8dfd7102 0.05 MB 91 636
132,416 132,416 0000000000000116aeb8a145ce8676de52babe4e55fb14e764e06cc857c30d0f 0.00 MB 13 894
132,415 132,415 000000000000038eb7073a71ca6b45b244c5376fd1df8d4c8776ec169c8d963c 0.06 MB 209 127
132,414 132,414 0000000000000741334c7431946d4cb2c0ad9263947520c56755d68bf6a34fe3 0.02 MB 44 313
132,413 132,413 0000000000000ad3080b5efe1de5d85355b5da4e307b9cf88a543ebd4cec1cd1 0.01 MB 18 503
132,412 132,412 00000000000004ae1fa7d2c7a4733e657ec2624825076b751a6fbf6d2862b96b 0.01 MB 26 538
132,411 132,411 0000000000000744820ce1dbb6a1b9d9deac73fbafbfa075a04aa0b4e485eac7 0.01 MB 27 722
132,410 132,410 000000000000090738e17c051ddcb500663e4ef29dfa3a6c77478ac7d86a4ac1 0.03 MB 85 331
132,409 132,409 000000000000013b88e0686d889068865a633b0f935b64c2c3ed920b37d46662 0.00 MB 10 460
132,408 132,408 00000000000005cd29c1e557345857a8f5729e820efa1ad6d02d8d0753af6a41 0.01 MB 32 321
132,407 132,407 000000000000072308cef04c3d2e221ddd10d04569f310c5db7e35229883b68b 0.01 MB 20 0
132,406 132,406 000000000000099f497ba38f404d6682c66ba69abbe297ed324a47c195a6c254 0.02 MB 35 664
132,405 132,405 0000000000000811ee41b73255be7188ecb7363bb80b1e3828e1cb3c2419c10d 0.01 MB 33 203
132,404 132,404 0000000000000152420d4f871b5c9a42ff7bf5355ae1faf43dd9405dff4be73c 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.