Memory Pool Memory Pool Refreshing

1,519 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (32,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,120 875,120 00000000000000000000e7db50fb315009491ab8af797d104c71ebca5d1b0fad 1.67 MB 3,666 5
875,119 875,119 000000000000000000007fa1a6349d4157b7c0d5346e9b568394dd60eed06788 1.42 MB 2,344 5
875,118 875,118 000000000000000000020766f019fabab6cf1267dca337067f2ce4701d663496 1.18 MB 1,133 4
875,117 875,117 000000000000000000013cb84411a711562775c1110184f0ce57dba83bf1bf47 1.45 MB 2,861 5
875,116 875,116 000000000000000000024d537547a96223b2b652e85e19214e3be49438b33a0e 1.39 MB 2,354 5
875,115 875,115 000000000000000000013d9e4f2113e0b0d2e05a2238d2a97fce66ac8c9c2bc6 1.21 MB 1,030 3
875,114 875,114 000000000000000000025df9cb53ebfe9d1924c5c5660c0d175dc6082f52d9d9 1.40 MB 2,013 5
875,113 875,113 00000000000000000001c3c55fa11f1c8ec2329d5d78c3ddc13d5f316514ef63 1.82 MB 3,301 6
875,112 875,112 000000000000000000026e87c6a4e24355e6a004f49d2e1be5c96467c1dae4cc 1.90 MB 2,787 8
875,111 875,111 00000000000000000000fb4b0e0a03a60efdb2d8bc3da0b8f174522755fc55c7 1.47 MB 2,663 5
875,110 875,110 000000000000000000012d15af0e130a4b7e4e640849c412991c7c3a74f632c4 1.73 MB 2,937 9
875,109 875,109 000000000000000000017695e569926be971a7b226dcd21940a770d97f0ca69c 1.20 MB 1,044 4
875,108 875,108 00000000000000000000af27297f767d9d2deb6ec7c00cead9fb896b85f1bfc4 1.25 MB 1,363 4
875,107 875,107 00000000000000000000d3540388aff345483347d687a5f03951993603a18d9f 1.59 MB 3,186 5
875,106 875,106 000000000000000000001d58221a01ea51c35082678b466b63b17faf40725740 1.62 MB 3,507 7
875,105 875,105 00000000000000000000fe8dd50f82e9a218528faef27ff2df8e9a15a1faf5fb 1.90 MB 1,428 10
875,104 875,104 0000000000000000000095a268ab4948be64a5540348c55b8524731ee7a38b8c 1.50 MB 2,821 5
875,103 875,103 00000000000000000000b1c84560d8cd87275634e2d55952d3fb0e010f9998e7 1.67 MB 3,422 6
875,102 875,102 000000000000000000026fbeaeedac5831f12c63ceca7a131f48a1bcd2151171 1.83 MB 1,698 4
875,101 875,101 0000000000000000000084a92d8adb48a67d1f162c2168caa99601baf40d05a7 1.37 MB 2,369 5
875,100 875,100 00000000000000000000fb2c9f674bb213c7b3afbab6cec6dd2bea403bfbb228 1.71 MB 4,186 7
Previous 10 blocks ↓
Total Size: 769.12 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,630.13 GB sent, 93.49 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.