Memory Pool Memory Pool Refreshing

5,005 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (777,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,046 130,046 00000000000002e1d524fe6edbd1689d5c8dcbfb8c60390058ad16b15c484f0b 0.05 MB 124 42
130,045 130,045 00000000000005a173179193c3c9126a7a8b59065aa8cd637174e11d35e4fcd4 0.01 MB 17 599
130,044 130,044 0000000000000d4400ca1d7927eb221044861a8d4233d9b1e34b7b8f1beaf586 0.04 MB 101 1,492
130,043 130,043 000000000000044cd11150f94ed968630d735c20055d8cd4dc3b8a3abbab0b62 0.03 MB 64 709
130,042 130,042 000000000000103c2cd88f2b2e3d8a40659c2c95cc31f54d8c687a8f5715aa71 0.03 MB 34 506
130,041 130,041 0000000000000b5a3ff591cf3d5c46d3d22573cf5ae94d78478c694e266f96a4 0.05 MB 103 1,294
130,040 130,040 000000000000171f536afb158f0eb9b957eb1895abb79ab1c262bbaed63c18f3 0.00 MB 9 2,213
130,039 130,039 00000000000004fee04c5fd98f967c6b3b5d8be3b4c64d9b28178c00d1df4664 0.01 MB 22 456
130,038 130,038 000000000000111f82e17708ff7d9f2a3b99bbb0002921f675977aaa5a819bbf 0.00 MB 12 1,161
130,037 130,037 0000000000000293de8e87b51fb14d9e1e33355efe946566158a1e6c1b73801d 0.01 MB 44 86
130,036 130,036 00000000000011b037e85906aaa505c8e5308e9f913087c2eae6df70751c6ea2 0.03 MB 90 219
130,035 130,035 00000000000007d6d8c9ccd1472df92b69ae8bf0d1a06f6f42df8d580a080f0e 0.03 MB 12 1,221
130,034 130,034 000000000000174784b4188975e572237bbedc98e9eed1a0d5670a37ba163ea1 0.01 MB 27 807
130,033 130,033 00000000000010e775e0c108d61d5eaca07942f7ec51ed31a794d80e665753fd 0.00 MB 12 1,225
130,032 130,032 000000000000027afaa2126bed9d4b4e72bb5c901077223b1ffbccaa9cd1ed04 0.01 MB 23 683
130,031 130,031 0000000000001a01eee4461ecd06ddf662074e7abc59be6170d2b88992be7d48 0.01 MB 36 627
130,030 130,030 0000000000001b8e2d6ae61f2e557d4bf7c184a415d5a6babbd319643f1db5cd 0.01 MB 39 1,668
130,029 130,029 00000000000000a5eee1b95aabe6b73d838801f5a49aa6c0dad1b7f5785c6885 0.02 MB 74 485
130,028 130,028 000000000000071c9df77359ec5a47151d0a85c67cef9e0a07d7e8f65bdc1353 0.00 MB 6 5,577
130,027 130,027 0000000000000cb38c59bc138c795c0e7b8e5055ef2072aa0250b776e852a1d1 0.05 MB 132 436
130,026 130,026 00000000000008c8c52cf6ca2b0a5176cb82e6eb7d1463c52102a5aee5561faf 0.02 MB 27 1,830
Previous 10 blocks ↓
Total Size: 769.25 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.16 GB sent, 94.18 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.