Memory Pool Memory Pool Refreshing

6,642 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (745,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,017 162,017 0000000000000378b6bc871fd6fb37747e6ca6816e92f3c217781238ab0b4255 0.04 MB 75 110
162,016 162,016 0000000000000b80e5f593b3d1db619585fb8b063c5daa3069bce913da1e39f5 0.03 MB 54 455
162,015 162,015 00000000000005800ec5b43c176be7d8b7d9428a19e76be6451c3af3cd29899d 0.05 MB 128 20
162,014 162,014 00000000000002f3b3dfd179cd3032801c4e6fb89fc21c6a52cb2e56db9adbb7 0.05 MB 93 116
162,013 162,013 0000000000000d3b0c1e2e95047431f6024007df9313e740892dc176be39eec2 0.01 MB 34 130
162,012 162,012 0000000000000be9110067787e82841085931cbfd3e16358276ab34f6a7da985 0.05 MB 74 263
162,011 162,011 000000000000073770b472518765a95128f2787fbf8528e81da097fca393e11a 0.02 MB 47 102
162,010 162,010 00000000000009598a4ad25691389426dcbab4f9c7edc85eb5ef94442892f542 0.02 MB 40 135
162,009 162,009 00000000000008af15ac22dc573a4a59bf581e77758412cc77a569967d2d4a38 0.00 MB 3 18
162,008 162,008 000000000000056893bed44118d5298cb4f8a0688dd35361091625fdb888e5c2 0.00 MB 12 125
162,007 162,007 00000000000000ad9defedec680bcb8317182d40c7a554f5666941e9e6457773 0.01 MB 28 101
162,006 162,006 0000000000000807f06948d54c0ec2a2eecd73108778bcfe417a858c40ee46a6 0.00 MB 8 35
162,005 162,005 000000000000003c2024579929c2aa09cb6fd5882a28af76f834f31daa2e165c 0.04 MB 102 54
162,004 162,004 0000000000000016a930b5845cca646966fee88b41f45cf4aa85cfe02d309c5e 0.01 MB 20 75
162,003 162,003 0000000000000c0f81dd0fce93217e811b39f99dc5d730a525c4661f27a46bf9 0.02 MB 65 120
162,002 162,002 0000000000000add3aaffb3eedbf3fec2ba58d09f1ae85b611dc64d8a5e436f2 0.00 MB 10 97,993
162,001 162,001 00000000000007df40fd05a7b78bf3a920786711de165006d7c9750ea4043dbe 0.00 MB 6 0
162,000 162,000 00000000000001a83f5b20cd132f38f792fc02a17eb14d494c780ea9d1c82acc 0.01 MB 31 176
161,999 161,999 00000000000005bca23f611e6d08eacf42406f8b470b90e17f53492bbc2c7dde 0.00 MB 1 0
161,998 161,998 0000000000000bdf007c9656b1427cee842739ca8f2607277edd18aebe46e24f 0.03 MB 72 1
161,997 161,997 00000000000002504410d4f5de523d9370ce4a44a69bd4ae42cab3cac1a56a2f 0.04 MB 75 220
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,615.98 GB sent, 92.70 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.