Memory Pool Memory Pool Refreshing

3,966 transactions
1.75 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (112,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,116 795,116 000000000000000000024932cc7156f008317e9618640c8bfdf93739a4728824 1.77 MB 3,296 37
795,115 795,115 00000000000000000002341621af8bf93539cd6badae187109a065b31b6d2928 1.51 MB 3,647 30
795,114 795,114 00000000000000000002729408f92f43d91fa2333e7e01d5f133ba9ef7cfa453 1.58 MB 1,836 27
795,113 795,113 00000000000000000000e35b34387880a81b37bd738106e1e1d887b108945695 2.01 MB 3,347 18
795,112 795,112 00000000000000000004fe5cd34323344e4168a271fbfbc26cd176b052996b51 1.49 MB 3,769 28
795,111 795,111 00000000000000000004d81f2992ed662c336c967b870248dd1802cb91884360 1.68 MB 4,369 23
795,110 795,110 00000000000000000003b22bfcd8cb592e85bd4da391a867c1b3aa21181fcfe5 2.20 MB 2,413 12
795,109 795,109 0000000000000000000050897a2ff64cb1a063c859257de02cb48c06482b2aa5 1.52 MB 1,865 15
795,108 795,108 00000000000000000002635a1efcb548c524b31832f1323a650ee69b9f59ec6d 1.81 MB 3,255 21
795,107 795,107 000000000000000000045482f5cf1c3be11662c21e86258f85b50f0c2d39991d 1.39 MB 2,594 18
795,106 795,106 00000000000000000003c40cc2284f2d129597028de88d7bbdf19e8ea249fd2a 1.61 MB 3,494 33
795,105 795,105 0000000000000000000319cb917787c811f3c13c6e7d830538b968d81965e0cd 1.47 MB 2,386 24
795,104 795,104 0000000000000000000259eb2c8c612640706d97954c690620fb1549580e85bd 1.50 MB 2,608 26
795,103 795,103 00000000000000000002ab91e9e0a76ecbe2ee816b39a0e8d6ff5549e804a925 1.57 MB 3,648 27
795,102 795,102 00000000000000000000ffbaf0b8f26bd5afbb0dafc5794a16a7af81bf084b7a 1.67 MB 3,313 30
795,101 795,101 00000000000000000003657d2af4fd962c27469b4d709a76ddabc242c6beefc3 1.76 MB 2,923 30
795,100 795,100 00000000000000000003f6d750d8f869950bead4fc3bc33efa1ec134f8e7bd5d 1.47 MB 2,998 50
795,099 795,099 00000000000000000001698df34dbae8054c1f5698a7b33849d76031959c80c8 1.59 MB 3,254 32
795,098 795,098 00000000000000000003da124aa2c9a6fdf3023b4afd3e3229ba69387a9b71e0 1.43 MB 3,042 26
795,097 795,097 000000000000000000037c7af24ada21a84e942e739d1bc6c92e33dadd6d11f3 1.79 MB 2,109 19
795,096 795,096 00000000000000000001437c607f376670e1869d577c85ed42b821fb69c9df1a 1.18 MB 1,008 22
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.30 GB sent, 93.12 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.