Memory Pool Memory Pool Refreshing

7,047 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,547 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (594,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,109 313,109 0000000000000000174a3018e7ff8c494bc7f8086c4e15f39d6953e3055e4389 0.35 MB 444 24
313,108 313,108 00000000000000000735018906baead567365445de9913bd0649e74634a653df 0.24 MB 444 32
313,107 313,107 00000000000000003107174ceadec8d39d2c4565068615824dfd1487277a06d0 0.19 MB 352 28
313,106 313,106 00000000000000000704212042589572c3061d3bde47a487c69ba29548c533f2 0.08 MB 108 22
313,105 313,105 00000000000000002a5a9330ee7022a75d16547c66b00ab26905deb1c8b9c3a0 0.08 MB 97 20
313,104 313,104 000000000000000010a46b4b506c9a14038998a1987098e6179e16a6e15c2346 0.09 MB 252 35
313,103 313,103 00000000000000001cb9ef997b2896d9797be2cf07b2cb0fd03babeaf1224ec1 0.05 MB 139 22
313,102 313,102 000000000000000019750b8c852478e6b971cb0a6a8e946bd8ebeca166c94168 0.34 MB 596 29
313,101 313,101 00000000000000001e6c67a69cd10eac07e8ec881c33bdec971e28a88e08cac7 0.12 MB 197 19
313,100 313,100 000000000000000027980e6329594ab682f5971a834c4b443ab6c4b23845423e 0.02 MB 25 25
313,099 313,099 000000000000000018b27d743220dc42a9dd6ac3c566178124ec52badcb73373 0.74 MB 1,093 29
313,098 313,098 000000000000000029b39593ec640748fed743af890ddd6b80c6cfe6c4ebda9e 0.00 MB 1 0
313,097 313,097 0000000000000000069d3116acd0d154c12a56dc2af692597ca69a20f8d85648 0.01 MB 27 10
313,096 313,096 000000000000000000af1206752f711d38ea66ed5d62e264b13b05bfd9d18392 0.33 MB 622 30
313,095 313,095 00000000000000002628ffe07139bab6380e27d26c6f5497f85ac7453d754539 0.04 MB 128 40
313,094 313,094 00000000000000000cfd9da5abd24246c5f00f9abcdf566e3bb315c01d3773d2 0.02 MB 58 15
313,093 313,093 000000000000000008b50bdd33b5236911ef5afb83f9eb296b1290cd1eb25ca2 0.21 MB 352 24
313,092 313,092 000000000000000005ba0d2bcf9419becec1aaffc2ae9b19f6bb4a5caf44c62e 0.25 MB 450 33
313,091 313,091 00000000000000002c182e99de5dde55bffd25de4a661b5f51ce33e9954f4487 0.51 MB 950 29
313,090 313,090 00000000000000001e75e7089b307ff9700468d2d8fc5513cf9cc9013a274eda 0.02 MB 40 27
313,089 313,089 00000000000000000dbf8e944e1752cf8e6d5d5cbe885cc38f54ebf7dd5c7570 0.05 MB 86 22
Previous 10 blocks ↓
Total Size: 769.42 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,645.32 GB sent, 95.07 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.