Memory Pool Memory Pool Refreshing

8,784 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (638,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,956 268,956 000000000000000037a77387e423362fb8b43c6db14a613a2befbc665eeb4347 0.05 MB 98 64
268,955 268,955 00000000000000046cc498073c981dda6cf701e026535448d2dd5ce171930750 0.05 MB 94 66
268,954 268,954 0000000000000006d44d7f8d348ba12c1ca52216a11df45f5e02cc102a11c9f6 0.06 MB 136 79
268,953 268,953 00000000000000022a1a06d9f814d0d2888ecb60bf7423e11e2e89979e5c31c9 0.01 MB 43 62
268,952 268,952 0000000000000004b4b13841f3601b3d96e6c16b68fa12e6c9d663dd99b11f1c 0.06 MB 104 52
268,951 268,951 0000000000000000909b0d17d6027e2ccef720e3284a5f05d851c031cdfccb9c 0.05 MB 30 24
268,950 268,950 000000000000000049312aafdd737c055c3e6d6768cf7826aa008a6b42111c71 0.18 MB 384 76
268,949 268,949 0000000000000007352475033648abaebea590f7b94b74d2b43973ec843ebeea 0.02 MB 56 65
268,948 268,948 000000000000000213b5468a8ab53bb277979e820f74d1174d3f177130113e52 0.01 MB 24 92
268,947 268,947 0000000000000004a3e649e8bfc8de6a2561af6a77305d5e01b9663ee81041db 0.04 MB 117 83
268,946 268,946 0000000000000006d480ca07c9884deac5d2a44396accbcf901adebc9d0f139d 0.01 MB 25 73
268,945 268,945 0000000000000003f4e2df34dae6f3233b9043d63e249aa48165e57e78c6cf2f 0.20 MB 409 73
268,944 268,944 0000000000000006397c72d6cf543dd14846b7651f4ec158caeacd2b35571690 0.05 MB 128 63
268,943 268,943 0000000000000005c87f56cf9bb04d034e69adc32a2a712e10e926f4bbeb1591 0.24 MB 475 87
268,942 268,942 00000000000000056390e1baae584219100aa980c71ab721a9e14ad040d77157 0.00 MB 17 38
268,941 268,941 0000000000000001c8f134221e27aba472e0871b5f066a262a4108b772b04277 0.14 MB 323 77
268,940 268,940 0000000000000006f44dae1e88eda123af8de98d2ea208f571f86522f815bf7c 0.01 MB 33 84
268,939 268,939 0000000000000003f583f9ab8523ae88bc53dad6f744f66236095cadf997f998 0.00 MB 4 17
268,938 268,938 0000000000000005e14a776088826f5e52a69cf99a59c27306582923df3e81eb 0.04 MB 105 58
268,937 268,937 00000000000000078f58c0b4aaf839343db246e43bfee525b94d7566520b07b5 0.16 MB 363 105
268,936 268,936 000000000000000168b3c81cc97089df5dd88471ae4800766df7d5d91198c205 0.09 MB 239 55
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.38 GB sent, 92.72 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.