Memory Pool Memory Pool Refreshing

3,784 transactions
1.30 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
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 2,403 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (745,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,051 162,051 00000000000000de93b2a48f19ee740175cecf50df610dfcafbee9839a814893 0.00 MB 6 27
162,050 162,050 00000000000005d53def67a5b20dead9345b365482dcff29256395e22d4d1636 0.01 MB 13 25
162,049 162,049 00000000000002f6494ef7be13a5da9ab8e8a2125556dac25f66459ab3f27464 0.01 MB 16 47
162,048 162,048 00000000000000dc572b0c7a5190f4027b274102d127bac7cf4a144aa957616a 0.01 MB 37 96
162,047 162,047 00000000000006ac18e2a88d2808b80638f1f7a00009705a1c14af8e2797364b 0.02 MB 32 226
162,046 162,046 000000000000085f2670f10e1bd90dfee87e5009afcec21a0e1483eb6b430a4f 0.00 MB 7 355
162,045 162,045 0000000000000000a00369f825c04af023183eb09a20d89cb31672151b209980 0.00 MB 14 47
162,044 162,044 0000000000000269dc7b9e7d7a6e32982e71628c9580f2446dbbec34816c89ee 0.02 MB 35 261
162,043 162,043 00000000000008dddf93f8fec6b30e3a8a6fd72bb74b3beab373a564fd31a193 0.01 MB 14 232
162,042 162,042 0000000000000a1c9e7d5b1d14516fffcb49f0ea1d7532bd32b01bda506525a0 0.02 MB 27 99
162,041 162,041 000000000000059224ac5c2891ae7e875b244bc8504c5a9c164b166308f10c44 0.01 MB 23 87
162,040 162,040 0000000000000cb91f1fe58bee33d0c46486e966a3df2ff93f636d056c5cf87c 0.00 MB 7 574
162,039 162,039 00000000000003ef19f905dc436b9ed6e0cf50e3020b44da05d7700d119403c7 0.03 MB 106 93
162,038 162,038 000000000000030289b23f8f6212c2d17bef08439f1a0fa9e88473e51bfeab05 0.01 MB 26 141
162,037 162,037 00000000000009bb36fa246ed68b1532950da513ffdab94346e6c0584044a395 0.01 MB 15 18
162,036 162,036 000000000000093fa54955376fe6e7129ddc084010af2eaac1467d0dd2aa173a 0.00 MB 8 0
162,035 162,035 000000000000010bb7eb9ba254c2a04e5b500b353e75f09a9a30c6b1c03b3f1d 0.01 MB 24 65
162,034 162,034 000000000000004c730f468cfd18b9c45e4c051422841b26769ac1c4c3d10b42 0.04 MB 129 9
162,033 162,033 000000000000037f33ab570b53b3af8026f9d14ba73083708f7bd953326d6745 0.01 MB 29 51
162,032 162,032 0000000000000cca1cd2f92851db4ed4b8fa14f70579e78544985df168e43005 0.05 MB 97 176
162,031 162,031 0000000000000112fee3184f0931ed9441069825edd18998b624038f92bee225 0.00 MB 10 53
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.70 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.