Memory Pool Memory Pool Refreshing

14,285 transactions
34.12 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,154 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,350 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,153 (678,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,219 183,219 0000000000000734f4baa3e6e9c44c5dfd28b80b768f7387db084b338248ed25 0.00 MB 6 2,378
183,218 183,218 00000000000005ba550efe33f6d2a0d78e06137d24949bda4e5f0cdc8a18dc04 0.02 MB 71 37
183,217 183,217 00000000000004e49c8a5f35a2dd4b902d8b608ed12b8d0a0d31b9de184720fa 0.02 MB 53 98
183,216 183,216 00000000000006b98fe0287049199b1d0fd5814f482f22c245a291f21a935710 0.07 MB 100 166
183,215 183,215 00000000000004448969a17ef67a7208d03227babe043a4d031dd1cc5bcf1372 0.06 MB 62 66
183,214 183,214 0000000000000241d494c51d4c631f8ec89f26b9094bda93278eae8a9f1ddefa 0.04 MB 64 85
183,213 183,213 000000000000025856e5d78dd5a1e589049a3cb5734ad22e7594717207f02182 0.00 MB 10 0
183,212 183,212 0000000000000797f7155dcbf6ccf7edddcd9b6c0c32033eb8700f2e730f27e8 0.03 MB 65 169
183,211 183,211 00000000000005bd43df651f0bd7da8c3d10f5ef39be966dcb73e511d1069ca7 0.01 MB 19 3,443
183,210 183,210 000000000000007ede59b0c04d3c6f176864a75df388198aa03ed45327be38d2 0.01 MB 33 117
183,209 183,209 0000000000000045992740a0d6580fc259413b4cf7e597b03ea7156f0d5e2a78 0.01 MB 16 110
183,208 183,208 0000000000000a386eb5a5af4c1e02859c5a32417ebb153a8a6ce95d3ab28f4d 0.00 MB 11 0
183,207 183,207 00000000000007e3d65b461d8625d985bfe8871069009b78edec0944fdca6b6e 0.02 MB 42 73
183,206 183,206 00000000000002f54fe285d704b9d0b7c5a83a5c1c221bff7de872dd87b752c1 0.00 MB 4 144
183,205 183,205 00000000000004c0b651c13bd0d55c42157b6af383b9047395e4a6c93341adb1 0.01 MB 9 26
183,204 183,204 000000000000046dafe8f34e7fdc300cd85699c7863010bb5d5b821d8bed7113 0.01 MB 51 8
183,203 183,203 00000000000009c5492c2b7bb01927a0bce5b676fcbff06497bcb13d5e3f2a6c 0.06 MB 93 106
183,202 183,202 00000000000007103607d149cb00ce32c4d45385d7457a116760ef2d92d1fe73 0.00 MB 10 309
183,201 183,201 00000000000009ed16d87b5425582cf1d105122843736c1716bec4a9d4dc3587 0.04 MB 105 250
183,200 183,200 000000000000070cba2448c5d5d84d512435ce68ad338369da1ab47c2c7dbd20 0.04 MB 62 41
183,199 183,199 000000000000098dd5c0f5bbbeb33c1b8db1229bd0d1f061e3fffed77525bc95 0.04 MB 98 65
Previous 10 blocks ↓
Total Size: 684.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,343.70 GB sent, 101.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.