Memory Pool Memory Pool Refreshing

6,939 transactions
2.63 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 2,620 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (36,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,929 870,929 00000000000000000001b0e4dbd9b01ddabe6bc92f3e81da055cbbb2984fbfb9 1.59 MB 3,235 8
870,928 870,928 00000000000000000001d3f8e7252357a5de0c1984d14a9930138b15d664de17 1.69 MB 3,753 9
870,927 870,927 00000000000000000000a36cd58306d66b62d05ef14dcc964b21ec9aed4f87c2 1.60 MB 3,255 5
870,926 870,926 00000000000000000001c43aed51112faaef005343b29d2f5da498781e4cb68f 1.59 MB 3,776 19
870,925 870,925 00000000000000000000c147117586ac6761a40ca6a8110fce45d62d5e1df760 1.64 MB 3,068 10
870,924 870,924 00000000000000000001f958991356595d0e1649126dd356c752063ddb938b2d 1.71 MB 3,215 6
870,923 870,923 000000000000000000003fb8d1309fcd6e81fe09dfb262b828e6e87c0c2bec8f 1.59 MB 3,538 12
870,922 870,922 000000000000000000029d9a545c82ab292e8a59696e172b217f88389901018f 1.61 MB 3,708 11
870,921 870,921 00000000000000000000f92e692d625271b672c062f70335db0c1319e89412c6 1.68 MB 3,145 19
870,920 870,920 000000000000000000011fa9eb47bb41cb919d2c33b97c1ab25c60f49f1f7e7f 1.59 MB 4,192 16
870,919 870,919 0000000000000000000281b3fefdf902c9536c9b64dd109c47fe43b41e86a4ba 1.65 MB 3,856 16
870,918 870,918 00000000000000000000b2aefa9f4b9bb37e4371e1fca85d5416834292d9271a 1.36 MB 3,543 16
870,917 870,917 000000000000000000012de43a5a188fe48ae12b9512128eae16af816b197d39 1.61 MB 5,555 19
870,916 870,916 000000000000000000018b03c6ae732187be3494a1aab254080d041d96553b32 1.46 MB 5,103 22
870,915 870,915 00000000000000000001e0829b2639ea4b0f0ffa3247ba0fa177cc3ff92823cc 1.52 MB 4,994 25
870,914 870,914 00000000000000000002428dc4c803b65525852871f77d1aacd4188aee819e3a 1.59 MB 4,478 31
870,913 870,913 00000000000000000000178d49c5d04996894857f7c29c9aaa2389fb3e73a943 1.58 MB 4,582 29
870,912 870,912 00000000000000000002a03c3492b00b1026522bf21d543264f63ffbe15c1cbf 1.53 MB 4,292 39
870,911 870,911 0000000000000000000026f3661ace0cda87b922d13d35280c9ac61c6ad364cf 1.56 MB 5,522 31
870,910 870,910 000000000000000000020f360aac519f2e16475a7ed959b7c065a1d58af23e54 1.51 MB 4,705 42
870,909 870,909 0000000000000000000121ad3fce6393ef5ec583b1a4b52299b49617c05bdc22 1.51 MB 6,175 37
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.