Memory Pool Memory Pool Refreshing

6,835 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,239 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (600,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,662 307,662 000000000000000012e6f9ea1d05675c6caf8a84d0549d4f2eaa222790b49805 0.19 MB 386 30
307,661 307,661 000000000000000017148a14812fd30825e29051b7d80c1656946c4dcf756f1c 0.35 MB 591 31
307,660 307,660 00000000000000004bae3d7c6cc75ac3d8b6d9b228ad78a019450f6465c781f7 0.13 MB 226 28
307,659 307,659 00000000000000002d3e9b2f334fdc3dceb9217d9215ac84bc803062a1bf8a2f 0.07 MB 150 34
307,658 307,658 00000000000000000049ea6743fe4b9d7fcd9cff8595082ab3ff3aa00e77a8a7 0.18 MB 269 27
307,657 307,657 00000000000000000944d32be2feb1d8a6632f0d5de1a18c3ddfc1d5e6030a86 0.06 MB 121 35
307,656 307,656 000000000000000022329adb2ff59cd7b611632a9d09fe02077051699191bf74 0.03 MB 29 5
307,655 307,655 00000000000000001058b05d2daed46e8c0637ce469356ee21ec129e798c519d 0.10 MB 166 29
307,654 307,654 000000000000000048ad45f7c8e5c0f2c10d265e0a395c76311d19ca379b0537 0.48 MB 878 28
307,653 307,653 000000000000000014340159c5ba88ba925cf47a03655530a5278b7d1a2812f0 0.10 MB 73 10
307,652 307,652 00000000000000002f2a2e74823c12e18f22cb9c9c6bb9e7471f8cb779a77489 0.26 MB 399 25
307,651 307,651 0000000000000000142205a87abbb299f9ca9270437e59a147ba92a979ca7a74 0.05 MB 103 30
307,650 307,650 000000000000000022fdf9ad5d7243f1a823093e622ca51a892802b934b81f21 0.12 MB 233 30
307,649 307,649 0000000000000000478df40529ab3242449474afdb6ad3de918550a6cf1c0593 0.55 MB 838 27
307,648 307,648 00000000000000001baf332dbfd7d7c6a193e8816c4a8e8ba0c74349a6e5c395 0.25 MB 260 19
307,647 307,647 0000000000000000063f86c1b9cfc2703b67f9e3fd4d1ce55ad675244e86539c 0.17 MB 162 35
307,646 307,646 00000000000000000c38a28478600cd97c95cd8047dc52fe5cefbb0db3275431 0.11 MB 126 18
307,645 307,645 0000000000000000394c742698b9f36704bd05f2f6ac266760e274615dc05320 0.15 MB 252 30
307,644 307,644 00000000000000004adf340a721d28720b29fa918d091400aada3738d6f22dfd 0.38 MB 256 15
307,643 307,643 000000000000000042c2dafaf631427879fe7c6658932d8629fb27802e997688 0.35 MB 959 43
307,642 307,642 0000000000000000009d637c95ce05b6d1485d535df4f04e49850dd8fdd99860 0.00 MB 16 50
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.