Memory Pool Memory Pool Refreshing

1,732 transactions
0.55 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,721 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (743,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,841 164,841 0000000000000be270780b83a59e081ec5b72fc8721a3dcc2787309c339dfa3c 0.01 MB 23 187
164,840 164,840 000000000000004647bc7adf56f9235a045b45eeabf20b97efc04d7666164804 0.01 MB 28 9
164,839 164,839 00000000000000f051af82b9b6140a780a6ae44dd04c5fd6b910d967fd2029f8 0.01 MB 13 34
164,838 164,838 0000000000000986c29b3f18ee15c7a297d2deb46d66aa6e919398805a86b884 0.01 MB 34 427
164,837 164,837 00000000000008d3a4530c26c6cc1143e976b99cf29ed4af2ccad84f47e2dd9b 0.00 MB 10 361
164,836 164,836 0000000000000a4f0af293078d0386a09aa405227d0884cb0f246ea37472bfcd 0.05 MB 144 112
164,835 164,835 0000000000000a9836f9f78ef64285ebda904b303f3dd3f6267053e3d4109aee 0.05 MB 96 159
164,834 164,834 0000000000000bd008981efe72cc643ce4b706d7f81d5b6d7b92394fde8e48de 0.01 MB 40 142
164,833 164,833 0000000000000af88e8a1a71b53dfbc36575a53b372e0de17665d6ef504f6544 0.00 MB 1 0
164,832 164,832 00000000000002abef0d802f48e20b341f633262e46e44666413933a688876f3 0.00 MB 12 359
164,831 164,831 00000000000007154b0acac01879a9e752df265cc359b4a7bd8b3a3d206f003a 0.02 MB 66 19
164,830 164,830 00000000000004a946ca796a351f71b82ed14c13e19c6d51343a808281ef9957 0.06 MB 119 179
164,829 164,829 0000000000000508aa49ca62241fb6e18ae74595b5c7f2e2bd9317f812484b58 0.01 MB 12 2,172
164,828 164,828 00000000000003f3803f7a6c6ffee2388a37ba2f8db2ddf26e48e51cfe1acd17 0.05 MB 63 117
164,827 164,827 000000000000020e901fcf67e6149d12a139d094cfd7761d0c60bf5b7ec6a9fe 0.00 MB 12 16
164,826 164,826 00000000000008e2c73f205067f1bdd59a2e67d3097e2185da430806ce7ac602 0.01 MB 37 22
164,825 164,825 00000000000009bf096ba0295ab6915b0a9940381f694779948f3acbc50e73c4 0.01 MB 30 34
164,824 164,824 0000000000000136b4c9c008265d5be0681887926e3b26f9d41026beb85a7588 0.02 MB 38 133
164,823 164,823 000000000000030445fef27a0ac0be6530dba3477c5337cc34c8e0b61aa863b3 0.03 MB 49 14
164,822 164,822 0000000000000bd603160bf7aad955635e7cf3566f6dee7deb568c90b6175d70 0.02 MB 32 91
164,821 164,821 000000000000041e2959c43dd61ebba46dd18d3447093295b1d83b47775262f3 0.02 MB 45 88
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.