Memory Pool Memory Pool Refreshing

4,070 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (749,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,853 157,853 0000000000000092e696fd23c0fa3c0df971c86a11f4e314207b1a4eb0f97e4e 0.01 MB 32 357
157,852 157,852 00000000000000f3b3175dbd32b1b0a23ac1f420576accb45e5d1138ab13c614 0.01 MB 19 290
157,851 157,851 0000000000000e7591d9cdcd3b74bfd567254172ff0ab4de1eae37279a84fef5 0.02 MB 36 238
157,850 157,850 0000000000000ad3a5b098883992b290aee6a11e9653419f171d3fd0186e495b 0.02 MB 41 152
157,849 157,849 000000000000074e879fcbd8d7ade4e8d92cc0a0bf963183b3c2e1cff67e6727 0.00 MB 8 73
157,848 157,848 0000000000000025c9e33b85c1ff214944fadf6f7c13e50901c2f978c4006d93 0.04 MB 118 191
157,847 157,847 000000000000005d55360afbe6c6e5f730508b29f8a5003470eb63d6e9b8a205 0.03 MB 78 527
157,846 157,846 000000000000038e7440a238c73e7ff9da06effd47461f1745c1c90a016b2cf2 0.00 MB 11 82
157,845 157,845 000000000000060ec3d9a1fd840cb28d5ba094d8c58e04875d9b379467a73669 0.01 MB 18 925
157,844 157,844 00000000000002c66fca39aa694329ebf401e1e8901430540c6668e877256b80 0.02 MB 55 453
157,843 157,843 000000000000019ad6120f3421269383fd0417542d16fc1dc7bb013086aeb34e 0.02 MB 24 52
157,842 157,842 0000000000000a62baedb786407c8e2e6570ad3ae4718c743af0c603799dba50 0.01 MB 12 20
157,841 157,841 00000000000002b6f95ef3d2d1bef2af1c2f5e607d1cb29ad5bf5e88f0e24386 0.01 MB 26 327
157,840 157,840 000000000000061f6c62cfcab73e248c1026000f790d6b50e1ff24422864ab8f 0.00 MB 7 87
157,839 157,839 0000000000000745c35068ee9be30888a1f48f2c08fa4c4c5b2e109197b57a79 0.00 MB 11 492
157,838 157,838 000000000000049759dfc9d34602faa4ace15a9e4280dfa79916ba008d5c9172 0.00 MB 10 653
157,837 157,837 00000000000009023579d972d2dd6908304be09ef8d0cdd3b6e1ab4dbc574deb 0.01 MB 43 0
157,836 157,836 00000000000000d669f4515422cc7762a4074c280e24345dbf6631081ac4dba1 0.01 MB 19 43
157,835 157,835 00000000000008bd99aee44b807eb8b4c470ec4ed88de777b5757c9210114e71 0.00 MB 8 46
157,834 157,834 00000000000003985a5b409d1ac3330b7b282d0ae042cb1336d2a18d66ef396f 0.00 MB 15 76
157,833 157,833 0000000000000b53844b57c3e15cdb57622191809d3fefe8becd7a2388320de8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.20 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.87 GB sent, 93.93 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.