Memory Pool Memory Pool Refreshing

4,562 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (572,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,773 334,773 00000000000000000df07f6f249d1dd9178a9cfdd16827208c9db91e288ba24e 0.22 MB 227 15
334,772 334,772 000000000000000000331798aee952fda144c2f85a247ae534c498cdec1815b4 0.73 MB 899 21
334,771 334,771 0000000000000000028099ea38c4ffbcce8acc219711ee155096bd12f19ebe4f 0.50 MB 965 26
334,770 334,770 00000000000000001b8aac9a3e5bebd30b5cf0accac218f5b29784041d047b2d 0.12 MB 224 22
334,769 334,769 0000000000000000195f2f81c6150405d7b42d579af5ada7d5f88ef45429fa31 0.36 MB 677 26
334,768 334,768 0000000000000000013fe5704ab114ca82104e32eb0b430065bd1a50ccfc108f 0.33 MB 558 24
334,767 334,767 000000000000000006880e169b6776ae90998b4c58bf0cda7998ae15dd454725 0.15 MB 230 17
334,766 334,766 00000000000000000d35959b5a750330ee8ca44dbd10a48e080bb10ff3dc1fcf 0.27 MB 211 10
334,765 334,765 000000000000000009f330a9503d27f01cf589887397c95e56e028f3ae90dcc7 0.75 MB 1,070 22
334,764 334,764 00000000000000000934486c0a302e30bca56f11740ad4f089cd8d69721d6b89 0.00 MB 1 0
334,763 334,763 00000000000000001686c7795a63b77bbd9c1eba87b9b2456fdb6abaa332b110 0.49 MB 451 16
334,762 334,762 0000000000000000141877c356e7838c27accf66890feb682ce16979146b0ac7 0.16 MB 391 30
334,761 334,761 000000000000000014aca9f0808957d46cb023acb397313dc014a10a9d9ac775 0.75 MB 1,660 29
334,760 334,760 00000000000000001935687d31289c2aba7b54ac7c7bc834e61e5573260baf69 0.76 MB 1,075 26
334,759 334,759 000000000000000011a20e8c09430ea0589e6cc67a29ff353c89fc6fd49d53a7 0.29 MB 503 23
334,758 334,758 0000000000000000141a5dd570247eb8cd1a7f5a7469b2f55efb77e9674744e8 0.32 MB 452 20
334,757 334,757 000000000000000019ffcb9a582abdfc8ab13062539a43e3ab9a512430ab3a7f 0.20 MB 267 17
334,756 334,756 00000000000000001294dc7bb91ddf8b348ce638b414f54613a2a31aeb6a5fef 0.28 MB 388 19
334,755 334,755 0000000000000000150f0ac1a54164aebd942c1d3bd9ab14535394c64a95ffad 0.01 MB 32 51
334,754 334,754 0000000000000000109579579d59a50300016df2847df8edbd1f89e0e1a2b7bc 0.45 MB 576 19
334,753 334,753 000000000000000013d464b8fe8bd75907f42902614628fe65ccc46dd955a47d 0.02 MB 16 31
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.99 GB sent, 92.71 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.