Memory Pool Memory Pool Refreshing

2,763 transactions
14.49 vMB
Show Random Selection Loading Transactions
Max Size: 59/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,381 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (811,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,962 96,962 000000000002542c22468d089f74ade7dd09a7dc12bfe6ae6b5f400797e53b23 0.00 MB 3 0
96,961 96,961 000000000000f239854bca0f5d2021707da68aa0cc345537aec2a2cd0abbca9e 0.00 MB 1 0
96,960 96,960 00000000000306815a46a717bd2d346a21014c98af7841844e3f850b2fd93637 0.00 MB 1 0
96,959 96,959 000000000000669cf525f62fd8e4887b4cf21cba553d6ceaa28b6a196f66c8a1 0.00 MB 2 0
96,958 96,958 000000000000335ac2bb0784a6104e79d37f9f519602074fbf0f4fd0d3f99f0c 0.00 MB 1 0
96,957 96,957 0000000000051b03fdedab8a88bd8cda9c52a4c736e94200c299c0dc9a7c0fa7 0.00 MB 5 0
96,956 96,956 000000000003852f3a6485cd09e696232f70e120ae5b1018b3955cdf71a7e469 0.00 MB 1 0
96,955 96,955 0000000000021b48cdde4ff055223b4777539331d230a29018932c6eaac742cd 0.00 MB 7 0
96,954 96,954 000000000004f1a99e9354814605aee0e569d586fbe909510af33c92fd722f50 0.00 MB 1 0
96,953 96,953 0000000000048147e410a058b3c6bd3fef47e7a148c5c4e1ca955b47c90992d9 0.00 MB 4 0
96,952 96,952 00000000000187f002399d6d7ef7f76f7b7677716e65006c6b8f202689543d81 0.00 MB 8 0
96,951 96,951 000000000004a5d9ad67f9706068c65a780114f84732e9fdc74acc17e9c78377 0.00 MB 3 0
96,950 96,950 000000000002708c9c3bf99b8e405e1150610517faf8863ef34820f62bb3f52b 0.00 MB 1 0
96,949 96,949 000000000003c936371441d03c63b4f9885ab911406ba5562a6eb8726b9679eb 0.00 MB 1 0
96,948 96,948 0000000000046e4e131f9a3b2bf0fb977b776d0fae0e7ad679c008d64dfbd04c 0.00 MB 2 0
96,947 96,947 0000000000034da21dd4c457e0c047458d43d2645ac33ddd25110a02e76b79c1 0.00 MB 3 0
96,946 96,946 000000000000bc8bc060030d4f869e28ee6db9833220251ac49ef3374ac0e985 0.00 MB 8 640
96,945 96,945 0000000000026078fc09c606db36ff4be086265f9b03cfc02d3358f7e6d39d01 0.00 MB 2 0
96,944 96,944 000000000000e10b73e33b5a4e914f4e0c77bcb72ccf3e5309a6f5a69b40d7ec 0.00 MB 2 0
96,943 96,943 000000000001b625b0451c3d5f032f08fe7490744f449a22bb10a392a6a0a689 0.00 MB 1 0
96,942 96,942 000000000003389532e7de97e1b24fd06531ca9ab64961aab30fdfef591d140e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.46 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.