Memory Pool Memory Pool Refreshing

1,469 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,439 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (767,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,851 139,851 0000000000000494a4e83d28a434c5a418466fe60e88fc153b4ccbddd6625a9c 0.04 MB 109 105
139,850 139,850 00000000000007bdff8c0a790d60636ae3b2f148c1fe9569d0f50aec9ac605c5 0.05 MB 66 175
139,849 139,849 00000000000000c8a74e30a140d255728db3d186740a57c80cd7cbe856e684e3 0.05 MB 68 478
139,848 139,848 0000000000000038501bff79db124e941a8959c5efdb39c2d2041f3c4bd172b3 0.05 MB 80 278
139,847 139,847 00000000000001c6de90647d5f03cd3070991ec93b5bda6c3d235a3dd79e3844 0.04 MB 67 238
139,846 139,846 00000000000008245307c26b31ffc1546197e7755684dabcb33da2b1d9b80169 0.02 MB 71 68
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.