Memory Pool Memory Pool Refreshing

9,835 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (577,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,047 330,047 000000000000000011dc75e93a23a3ce16f83c0d0f2e3a2a127ace60f05cd5c0 0.35 MB 724 29
330,046 330,046 0000000000000000075dd76f6a265282f13f3101f921cfeb21fdf14ed8bc8fca 0.00 MB 1 0
330,045 330,045 0000000000000000061d49d9b9af77aaf360875e37b2e7ac34306aca7f7672cf 0.20 MB 430 30
330,044 330,044 00000000000000000d01ba24fb0e748cbec01d1227014427a54f3bb70fede47c 0.27 MB 489 26
330,043 330,043 000000000000000002cd52f55bb383351c9c873f889471141b7d020421891234 0.50 MB 834 25
330,042 330,042 00000000000000000fafb9c6e686f3cec96380abb2d7c811a371fa15f976d2f5 0.51 MB 934 27
330,041 330,041 0000000000000000057b4f6810c90716dad48ac03596ce0a630b9c7142d932fd 0.35 MB 640 29
330,040 330,040 0000000000000000115e00488392f97843b0c9f67122f622c456f52adf1e1162 0.35 MB 739 33
330,039 330,039 0000000000000000125a1edaa7ecb3029ca020baa0e8882f8a7f38a9e01ab8f6 0.00 MB 8 52
330,038 330,038 00000000000000000a7c29b6dc7dd8e5a72865292432e038f687eed8a485a93f 0.30 MB 495 24
330,037 330,037 000000000000000002ee025000cfd0476822a96a6b033d9291bd289120875314 0.31 MB 457 25
330,036 330,036 0000000000000000132fd95e4663669809e76bc7f899e0c1c700a28bed51ac26 0.24 MB 512 32
330,035 330,035 000000000000000019a445a55d3bd3f05fe905ecd0101ebfa453e4a3c7981a7e 0.10 MB 188 12
330,034 330,034 000000000000000006e1de7b30f41f3978f1576e1f775871278021fa18b6a9d4 0.50 MB 920 31
330,033 330,033 00000000000000000a4a8457b238b710210d07618f7abf28dd8b46cec589fc09 0.04 MB 79 23
330,032 330,032 00000000000000001a81f28a485154466dd60899c1f502c5e379bd8c47854aeb 0.19 MB 403 27
330,031 330,031 0000000000000000164315d2d0453b4d4e6fd2232dd22a89f57b700d50175636 0.35 MB 765 37
330,030 330,030 000000000000000011442195ea9719fd5bc7cae76271a94ac27220f2c963b93c 0.02 MB 56 23
330,029 330,029 00000000000000001281c2a159efc28b5c59afd194dbdb0d9bc8567ef134dc58 0.36 MB 585 25
330,028 330,028 00000000000000000af0b21a24446a612db6bcfcc6dc531c64dcd15645dcdd62 0.41 MB 841 31
330,027 330,027 0000000000000000001e847e71b955482dab7228f4849a4659c0cf5cf323f247 0.16 MB 330 31
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.