Memory Pool Memory Pool Refreshing

2,415 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,410 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (695,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,922 211,922 00000000000004bbd17dd951cbd3bac5793bb9297230a2ffe14ab807810ba585 0.00 MB 18 156
211,921 211,921 00000000000001a824deeb43258bb6271e8e10539dc64b212196ff5d5721bab6 0.31 MB 672 132
211,920 211,920 0000000000000169bca13621fda5d4a146fc0699a8fcdae96703cd6c4a59d3dd 0.19 MB 311 114
211,919 211,919 00000000000000e99f82958348b3ed7c0b384562cf5b53acd0050cc086bb0c2c 0.07 MB 160 151
211,918 211,918 0000000000000170f6df92f7c46bc28e08bd568bfb59cc9ed14741117573d4d0 0.42 MB 782 152
211,917 211,917 000000000000048bb0f79b673e0d61bd5c7ccea38d62517c4645741870d4f50a 0.08 MB 170 117
211,916 211,916 00000000000001373ae68f460a1196ee1d7d5137aa9b91894fd8b0f7c2a2e433 0.23 MB 603 183
211,915 211,915 000000000000028faa1b28c04f1ac605965edf4edcfef096ee641c26eb19f9e1 0.20 MB 530 161
211,914 211,914 0000000000000159a27442ee8b7f9ffad0cd799b003eafe007de9fbb47bd6ce7 0.03 MB 64 349
211,913 211,913 00000000000002bc9eeb3d2cdc8769c5d0804db9561b38bfe263cfc4dca3f47b 0.07 MB 148 120
211,912 211,912 00000000000002f4fc6756416ba5a0f2e9eff1878da159b932575f899f1558a1 0.06 MB 132 153
211,911 211,911 00000000000003e3a320e1d31f6f6c18b5722c2344e267652de85f5659e88670 0.42 MB 912 177
211,910 211,910 00000000000002281c483a671bc2d56a611ca244d65be8e981041e02fda961d0 0.05 MB 76 115
211,909 211,909 00000000000002acc5104d56bac54947550bb22d5a26559de892b46d4f95da75 0.05 MB 136 81
211,908 211,908 000000000000034b46e709ef00320da0b4736f419780c15679bec6223d4782b0 0.14 MB 310 165
211,907 211,907 00000000000002633a7f2a35cd136c398ddf2f096deee18f86a7286fa38b443f 0.00 MB 5 174
211,906 211,906 00000000000002537df62673407938d9c5aaebaa972200cc55f718ac8bfb0e2a 0.02 MB 41 144
211,905 211,905 00000000000003133d6ffde7599e807f15ca99148ccfe912fc377b478403427c 0.06 MB 152 144
211,904 211,904 0000000000000041b56a62967344dcb5860c5b0bb51a464e6656a485f78e2690 0.08 MB 184 171
211,903 211,903 0000000000000103f55a9291d511d5a1783a1a250d463c57894e75febce6a631 0.12 MB 300 175
211,902 211,902 00000000000003b82c179785702a831fcdcb98dedb4ed75e7bc08851da54a29f 0.05 MB 112 176
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.