Memory Pool Memory Pool Refreshing

8,277 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (768,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,845 139,845 00000000000004549ccbc2ccd021b21f882835813420d3932b8f610a05983fbd 0.05 MB 107 163
139,844 139,844 000000000000063bbe7898db05a9bd4d5f0cea5f021efad3f1bc468567a97e90 0.01 MB 16 77
139,843 139,843 00000000000004251eea8b0108403e8218911230d859cc9b4080fa555ada3d18 0.00 MB 9 91
139,842 139,842 00000000000007c76472ff181eb19d3ef7c3848022348360b4d7374ed2a62b30 0.01 MB 10 263
139,841 139,841 00000000000001eb2d3226de648029daa519466508dbf59a0083c4267419cf4a 0.02 MB 59 90
139,840 139,840 00000000000003fa5c7072a219321c5f5bf2c6772621581c77c2104252901f77 0.01 MB 21 42
139,839 139,839 0000000000000245f1384b0ca35d7553219fe430c3c433161b4191b783aaa793 0.01 MB 37 74
139,838 139,838 000000000000005a667c130d4635b3c62a8dc98143252df2fa5b7c4dd09875bb 0.06 MB 100 208
139,837 139,837 0000000000000542f0f544a996f0525c9ae165655c145d0a0636a3e58078080f 0.01 MB 14 55
139,836 139,836 0000000000000654a23b4cacbc71cc3eca26d7393e04fa798376ec9c03f38341 0.02 MB 56 86
139,835 139,835 00000000000008d14efd5383433c974ffd6a77f2ffce46c906efb5ea3cc48f1e 0.05 MB 50 402
139,834 139,834 000000000000052b64713d0d3debcfb19005358512c6c623ca5a58e9ae31795a 0.02 MB 55 134
139,833 139,833 000000000000018b168ce8e85677eca1036ba891508f35cccdbf2abf80389950 0.00 MB 16 25
139,832 139,832 000000000000065b674156080a01c8bfc7aa9e1f4ec63407b6d6e315b42d3317 0.01 MB 40 84
139,831 139,831 00000000000001498025275d8a232d008b6dba01b634f3051ccb28095a40f2f1 0.01 MB 7 246
139,830 139,830 000000000000017fce98528f927b2ae3c8ab802737d982f39f77f2ee333ff1af 0.01 MB 29 267
139,829 139,829 00000000000008b4b4e7c77b6c5e1f3704fc3569b9ec2860e2866515bec8261c 0.04 MB 137 41
139,828 139,828 0000000000000192c81abb6d058127c01becb1676b170b1bc2d61ef222516f5d 0.05 MB 79 226
139,827 139,827 00000000000008c2d369b643d674a26a8d873ba98b3dab8e6edba5ade0fee65a 0.03 MB 65 157
139,826 139,826 00000000000008c7be03f7f2f7e986db5ac729fc9035751c1b87b644eee115c6 0.00 MB 5 96
139,825 139,825 000000000000052ea07ccbaad9d6c4dd9d5c04b491e1da1e119d510266c69b7c 0.01 MB 17 72
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.