Memory Pool Memory Pool Refreshing

2,250 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,071 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,238 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (801,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,718 106,718 00000000000229580f05e49c286cdbbe5c145b544f061728bca5b1201cfe9e12 0.00 MB 3 0
106,717 106,717 0000000000010dd65226bf80f60a02bf9345cc60b34ddc12d74ce3b955c93657 0.00 MB 2 0
106,716 106,716 0000000000007b931fc5f5e9c227792ffd7c2d034119fa4d26e77edb569d870f 0.00 MB 2 0
106,715 106,715 0000000000011444c764a43d1e84ce5e74fe11dc2a9e72ad383a93471ef174af 0.01 MB 31 0
106,714 106,714 000000000000836128b38fb70c1a773dc4e677a276b5f2597c9461247d481883 0.00 MB 2 0
106,713 106,713 000000000001c7de24e6143a59bceaf49f6fafbd9ab78f9a58805461ba1b3e3c 0.00 MB 2 0
106,712 106,712 000000000000e47857d1b7b8e88ddbc9a1a53449d24fdb4b6d4487bb0d9defed 0.00 MB 2 0
106,711 106,711 000000000002e381129a2d41cbeaaf4a314d5756d0a9aca25d7bc7b2175cc0bf 0.00 MB 2 0
106,710 106,710 000000000002b16ae62c561c24c0fcc69504024f0c786f634501a02cb9fe0b39 0.00 MB 1 0
106,709 106,709 000000000002c6b647fc62305093820b6e9403af5edc087655a587fec17c9ca9 0.01 MB 27 0
106,708 106,708 000000000002245a44af7ccc001f6cc4c6d99c0c5d069ae118edf16377345957 0.00 MB 1 0
106,707 106,707 000000000001e1180a7c19786c2e0d93e654ef1337503161539be65131c91328 0.00 MB 3 0
106,706 106,706 00000000000128bfe865e5ceb90b4ea4e6209d8c0063dffa23c158482d29fa46 0.00 MB 1 0
106,705 106,705 000000000000b0b9cd8e66bbc0cd668a466644e4392ab79c89fc559459f5c3ee 0.00 MB 1 0
106,704 106,704 000000000000e58d09ce5ad208d5cc08055f0f8a7d2c2e1f835a7fdec7f1325d 0.00 MB 4 0
106,703 106,703 00000000000176daecd57822d0e51ecce0b61affb7ff66bba8aaeba8ba0e3576 0.00 MB 1 0
106,702 106,702 000000000001c3b00d4f25893d73923d1b152267e087713172ee316b3e5d3d82 0.00 MB 1 0
106,701 106,701 000000000002d845374463185cc07ccb10da17d14ca1ed6cbd2979a43ea30104 0.00 MB 1 0
106,700 106,700 000000000001c9f1738adc21f1fc902b5a1a6e72114d2f3d655cc86843d0884f 0.00 MB 3 0
106,699 106,699 000000000001ec79cee7ebe51abd2ede15d37727bb6bf2e12b82e7913745bc45 0.00 MB 2 0
106,698 106,698 0000000000028f4be346163efe32efb126fc5c5a736086ea688bb07c60aefea0 0.00 MB 20 0
Previous 10 blocks ↓
Total Size: 769.68 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,655.01 GB sent, 96.26 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.