Memory Pool Memory Pool Refreshing

726 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (857,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,021 50,021 000000001a419ab443c214a59ee3860c7381c9a81e4c152ca70cec41e02170c2 0.00 MB 1 0
50,020 50,020 000000000a33ea786073ded724a366ed4066b5ec7a0f4da1e7c8e3992d369d0f 0.00 MB 1 0
50,019 50,019 000000001336eb7b9475a8fe352186f8b3ddf448fa803e5abc747ed64915edf4 0.00 MB 1 0
50,018 50,018 0000000020c2ac9108f964d5c80735c1ede739a0c19cc92f6ebdccf582f8825a 0.00 MB 1 0
50,017 50,017 000000000d8a3daa4d5b9e01dd56af8b1abbe4755cfc008fd17beafb7bdc0f32 0.00 MB 1 0
50,016 50,016 0000000021222aca415d69a758911ea683be089115b79fb90517008be6767111 0.00 MB 1 0
50,015 50,015 000000001ba2017c0c13e5560476ba47e3573aaa49b1724581b289d00122ed87 0.00 MB 1 0
50,014 50,014 0000000026ef89bfc3180babd0923c78baeeaf9bb7b3348538c80e5d2f2617be 0.00 MB 1 0
50,013 50,013 00000000194341031aca931a7552fac55e1eadeb0954346cc677446d228e65d0 0.00 MB 1 0
50,012 50,012 00000000014bda9adca1ba7f61dc83f67969456eb5ed860a1747a2fba597abc6 0.00 MB 1 0
50,011 50,011 000000000727109a30715cb1069e5a609eb815419026abcd8178c48c043ab3c8 0.00 MB 1 0
50,010 50,010 000000001125e0ab3d35009576c1c89866fef74bdc9f351dca71ae364fae49f3 0.00 MB 1 0
50,009 50,009 0000000023ae127acd50fb7447bd073ea0fc598475c9c359e3563d20d818f149 0.00 MB 1 0
50,008 50,008 000000000448132ff60ad77151f1dd90b47cca221cf95acb4c4ca5ba94ce31b4 0.00 MB 1 0
50,007 50,007 0000000018152bed41082ec749f400a15b2537a772dbd032c324a45165f3d9fd 0.00 MB 1 0
50,006 50,006 000000001669236925e145e50438824aec6ef9b27095a39df7e8f987ee353e20 0.00 MB 1 0
50,005 50,005 0000000000e1ad737f11fe4cb3d126408b2cbcc28ab0d83293f408e413733338 0.00 MB 1 0
50,004 50,004 000000000528e8aac90e3096abb7b1f3d52efa2cd8f12754614788cb43eefe11 0.00 MB 1 0
50,003 50,003 00000000237ce1b692f5ef9f1f9ac64d62d5e6a24dcfec08633fa2d339434e2a 0.00 MB 1 0
50,002 50,002 000000002066d7f9b134c30b5005b7bf5fbfa52f279883f1fde793dcdc964266 0.00 MB 1 0
50,001 50,001 000000001c920d495e1eeef2452b6d1c6c229a919b28196c103ecffebabee141 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.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.