Memory Pool Memory Pool Refreshing

7,235 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (484,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,077 423,077 00000000000000000175eb54fb2e444026cb06717aa9cc590a865e61d7819557 1.00 MB 1,883 46
423,076 423,076 00000000000000000097774e44ca243c2aab2a4d8dd751927a5c0ef1acf4dd79 1.00 MB 1,141 88
423,075 423,075 000000000000000004c346e5c292fd0081ceebc88fa8cc1f1c50b134b041ecfc 0.99 MB 575 26
423,074 423,074 0000000000000000021eed06e4cdcd21a0e251a66d9b0db492ba2de6cbb1022c 0.20 MB 239 51
423,073 423,073 000000000000000004c1922ce921c6a9c6cad26b25564daa2bdaf48556354cb7 0.99 MB 546 17
423,072 423,072 0000000000000000007cf50572b03a29ca54e6664a6cba137a5dbdcba232c038 0.47 MB 296 32
423,071 423,071 000000000000000000eefb925414c71137fa3025c5891378cf267a1038a912fd 1.00 MB 1,639 77
423,070 423,070 000000000000000004901d66cf3078fa7b35ce075facb4590894b91de7cf3334 0.99 MB 275 13
423,069 423,069 0000000000000000008574ec30c01dcef371fd4dd47de1c4794b543a0c3b6653 0.52 MB 164 31
423,068 423,068 000000000000000000786657558dcf84e8baf1e5c801bd770d8512973d6292ff 1.00 MB 813 43
423,067 423,067 000000000000000000a3d1be615503fc8bc6927aec6f60d485fd40cbe1d1baa0 1.00 MB 1,594 64
423,066 423,066 0000000000000000039ebf21c0bba32f0e59e2f7aa52c16f723b439cc8121fc9 0.98 MB 848 38
423,065 423,065 0000000000000000030fe36a77359db8a0a794e118a68c834e586599a8f27b69 0.05 MB 94 78
423,064 423,064 0000000000000000018f41fbc931fd3bbc1f55b469cb0366d2133acdb28296b8 1.00 MB 1,522 64
423,063 423,063 0000000000000000023d30c09a0ebcb4e555e40ae87d5571fab839804f7202eb 0.99 MB 1,023 34
423,062 423,062 00000000000000000494b491b5efe6b65a94871ce3e3bb9c8b2d61dc3b668d9c 1.00 MB 1,811 70
423,061 423,061 0000000000000000048217f41d18c0dc0c329aea2037c703ade48f9c49921488 0.99 MB 628 21
423,060 423,060 0000000000000000017c14b188281488f9bacfd3124fe604494845a1e013f01b 1.00 MB 1,772 67
423,059 423,059 0000000000000000015eebc0d343ee8b189f5a0d4b587c5031283adf0dbf4b48 0.80 MB 1,830 72
423,058 423,058 000000000000000002d3f0a231279b395acb43f3f428907c0d8fbed2e7759f77 1.00 MB 2,124 46
423,057 423,057 000000000000000002e052c89c3704784d283794941de4df003390b2bab95b04 1.00 MB 1,415 95
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.