Memory Pool Memory Pool Refreshing

3,207 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (627,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,849 280,849 00000000000000022d7b3b3581e0b9f92aa60ee97f30b0043b323e6a527819b2 0.10 MB 134 20
280,848 280,848 000000000000000231f6af3d852a3cf53e107685a0df2710326bbae9a969d8e6 0.03 MB 105 69
280,847 280,847 00000000000000015f4df6d61b320ad19a2adcd48d979f8de8eafef017011af6 0.11 MB 252 36
280,846 280,846 00000000000000015200003ef0433d47b3bee5457de90fa66a77c1c20170742e 0.05 MB 78 18
280,845 280,845 0000000000000001ff4a550fcee1f306d9948f75da83702b55bdb55ace4190eb 0.27 MB 575 46
280,844 280,844 00000000000000000e7bfe50c649b7ab564088da082eaef333ac9bf0f78599cb 0.03 MB 97 259
280,843 280,843 000000000000000058cea0850efe4a63b95f6f05a6000c308b1bbed930beb066 0.10 MB 138 32
280,842 280,842 00000000000000017ffa63a26c011ba555ca3e59945f5c10bc9a3bb7e8faa8ae 0.02 MB 42 44
280,841 280,841 000000000000000076d566d64a37b030e3fcd873ef89363181363d5b0644f56f 0.11 MB 267 33
280,840 280,840 00000000000000002d174a0017e1d03d434a76c1354a2e16e600db4a080b6b7c 0.03 MB 115 117
280,839 280,839 0000000000000000f9449db9e8af355eb2b276c6795fc84ef1316d3487944af4 0.08 MB 192 39
280,838 280,838 0000000000000001b6e4c5bfb453d925b48cca4359490184a53db6a7d4a510a4 0.03 MB 106 62
280,837 280,837 00000000000000012e798d5b10724718329c13e484b6d09eb6a51aafc600b672 0.23 MB 526 72
280,836 280,836 00000000000000020d4f784a1b113bbf9db42c8ff32380a0d7732c081c076051 0.13 MB 291 63
280,835 280,835 00000000000000001b41d881e1726364d4256572d6b9e4800bc049317a99f6fe 0.35 MB 570 32
280,834 280,834 0000000000000000fda30ac435004d164b1fd20d31c85b6087a3ff28025a20b2 0.25 MB 546 56
280,833 280,833 0000000000000001b281ccb801da0af257ec576aea25362ce5f07375f6133498 0.03 MB 94 70
280,832 280,832 0000000000000001a50a9fc853177ef742447b5819640b3f5f3991e5ad9a923b 0.33 MB 577 50
280,831 280,831 000000000000000028b053dd165e68ade07fdfcaf7fa0ee9545d6d2b8a9f79c5 0.10 MB 134 28
280,830 280,830 000000000000000224490fe31c01019dd98b9d34db313d7da5fa4fcc7d20d9d8 0.10 MB 143 11
280,829 280,829 0000000000000000a0b89992ec3a01bbda4f444d8dcb41cc7c167a7ac0c4ba06 0.02 MB 38 27
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.