Memory Pool Memory Pool Refreshing

1,513 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (757,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,924 149,924 0000000000000517c8cb2c12d7cabf7abf4400d3e4d154df8438b98fd90a773f 0.01 MB 13 34
149,923 149,923 000000000000060daa08976df7d1ecbe17add403d28d485edf182a3727d1eee5 0.05 MB 184 48
149,922 149,922 000000000000013198a72cb440c55042ce2692fd19069738f236c46f413f7cb9 0.02 MB 36 276
149,921 149,921 00000000000000287169f4365d01a0c12b4ce46fcdb03fb10d6a784753feb4ac 0.02 MB 35 47
149,920 149,920 00000000000000b60aca183f6071c58f3dd5f47c22c2bc02b8b5f629e3133406 0.01 MB 18 119
149,919 149,919 00000000000006ce0ec848a5e4a8b626e9cf89155a8920cdd2a7a46a7061e363 0.05 MB 144 63
149,918 149,918 0000000000000442db1b483e55c28722de3f5737037552c3a7857fd245f686fe 0.05 MB 107 198
149,917 149,917 00000000000001bb325d425a6d29db880757ffab17aa6ff3142ece3275c725da 0.06 MB 72 109
149,916 149,916 0000000000000006d51d30589d62ceabcbc57aa4437f095112c50f4a3236351f 0.01 MB 18 279
149,915 149,915 0000000000000b19b4502e9dde94030c64fb178d080c609cfab019c6b42b93c1 0.01 MB 20 142
149,914 149,914 0000000000000635744b746ee7653fc74dfd8857c12cfe3d7b4759aa2d2d2474 0.01 MB 21 62
149,913 149,913 0000000000000095b17201a709450cd4c58bc3c2ef7f8410e227b04f362d4fb1 0.01 MB 23 157
149,912 149,912 0000000000000984d6014f1f25ef24ecc0522b3ab50a929b86366318f2da4855 0.03 MB 67 142
149,911 149,911 00000000000009900374c103dcd269763872b23750df0642a265097f312d0715 0.01 MB 25 31
149,910 149,910 000000000000024a2186329f739c6ab5abf0cc3488acd442284dece52069f33e 0.02 MB 30 250
149,909 149,909 000000000000050b1612aa215110566c68b3a3f95e4fc7f404f184b42a260182 0.03 MB 48 249
149,908 149,908 0000000000000b5c6072b3415cf2605b073175c9f90b677cd127b43b33999d67 0.01 MB 19 77
149,907 149,907 00000000000009a2a0d55e572c3d61e70b59e89d610848539ad71ead3aa74156 0.00 MB 14 44
149,906 149,906 00000000000003a991253c6ef180ee9868d28b580e010998e8d1c6da4ace25ab 0.01 MB 14 53
149,905 149,905 00000000000009a113defc6877ab791bc55f93a0837f8b52f4c4fd04e2df92fa 0.02 MB 57 392
149,904 149,904 00000000000000cd12bdf751f064b826ab6523f16c292bd16d7f4a71994a2646 0.03 MB 94 20
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.