Memory Pool Memory Pool Refreshing

424 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (771,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,847 135,847 0000000000000069e1222f40ce5cf8c6dc565d8caada2485516b2a29017da857 0.06 MB 151 485
135,846 135,846 00000000000002e56be9af93bfe7454984af78387e5da2a70909a1e9d592cb27 0.01 MB 24 871
135,845 135,845 0000000000000835e691f7d28982fdc780e9afc200953400d5f77f4ded9e1a29 0.00 MB 10 455
135,844 135,844 000000000000032991c73695b9681da0378ad7ec5006b2d0bc9df49db9773a30 0.01 MB 15 768
135,843 135,843 0000000000000404beacd3483fdd60ed9c62ee46eb4170791c9ca05006b40afd 0.05 MB 110 106
135,842 135,842 000000000000081f4e565937de263582b5262854f0f207a0172cd46797cf0705 0.02 MB 31 121
135,841 135,841 00000000000009dad68ae1d064703d03475b46e23da2624383231adb7449f85a 0.00 MB 16 1,246
135,840 135,840 00000000000001792a848d6ed1cb520a0b01b5b571cd762c226965d288d44e61 0.00 MB 15 1,342
135,839 135,839 000000000000063f3d2b618d2c21d69a3d2305c993dd72101c75e4656a28d3d7 0.04 MB 40 182
135,838 135,838 000000000000061e88d636e8724e9c42ce1bf64927e29513ebcee3464491ddaf 0.01 MB 16 107
135,837 135,837 00000000000007229d9adca10a6d29861b408fe5f418af20568c05a9950cc74a 0.03 MB 78 447
135,836 135,836 0000000000000543125c1e2a8290a1b088e92db1a08872ceeff0191de7f3c7f5 0.00 MB 12 529
135,835 135,835 000000000000010b6fffd0bd6118f9133f4b396e827025da096ea4336afa222e 0.03 MB 59 224
135,834 135,834 00000000000002f38061773dd002f4084e2847a2d190dcac6011ab474483cb69 0.03 MB 97 310
135,833 135,833 000000000000027bd8a5e4d363d6c37aaefea458497fb452e2928ab36ac6060d 0.04 MB 129 115
135,832 135,832 0000000000000a90c4c8680c0f5ce660328efce9562e423a95c4ae0fc7bf924a 0.00 MB 14 836
135,831 135,831 00000000000007593dd83b18f267450cec55aad6f471ec5211e679343ecdc11d 0.00 MB 1 0
135,830 135,830 000000000000015d3d2c73c17b0c24c756409fb3f3f165d1d814887b5ea6949b 0.01 MB 25 112
135,829 135,829 00000000000005be52a44771f450a1a8920ed9fd059f38db04391f5b80a60da9 0.03 MB 72 585
135,828 135,828 0000000000000265ed4cb641fd6ed1c1f6e44b20eba201e8500f0bc289568e07 0.03 MB 79 223
135,827 135,827 00000000000006cd23099d8ebceb56ae5ae8eb3c8754add7481c595b0c13bf21 0.07 MB 156 286
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.