Loading Tool

Explorer IconExplorer

Memory Pool

72,492 transactions
27.98 vMB
0.06757962 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt 1dc0940d15d8e7398a04f50edf6cbca9be4df2e86019137ceadd63f34c6f9c6c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (166,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,268 748,268 00000000000000000003fc2ecdb7d94cdcff08ed2fafc67bb35eff3add19bcec 2,536 0.88/1.00 vMB 13
748,267 748,267 000000000000000000048596051c9f0554f6d0b477b28eac6a97fc37dde4274d 437 0.13/1.00 vMB 11
748,266 748,266 000000000000000000063200ecaab0e54b7989f9aaf7375ec395da38533fbfb7 1,408 0.42/1.00 vMB 13
748,265 748,265 000000000000000000000978360491db508a49a053bf8b593cae3e46c1a94d97 2,344 0.79/1.00 vMB 13
748,264 748,264 0000000000000000000245b78f9a56ea389325e393b34bfac42eca5fc889b4ef 1,051 0.68/1.00 vMB 9
748,263 748,263 00000000000000000002a396e675db636cfabb773fcedd21a1d0a1f0d0d0f69c 1,954 0.74/1.00 vMB 11
748,262 748,262 00000000000000000001c5e5df4376faecd086538884afbdc064cfd1446fff6d 1,861 0.62/1.00 vMB 13
748,261 748,261 000000000000000000093cd6e1b44514a745dab2699c7880c374a851928f7827 354 0.12/1.00 vMB 12
748,260 748,260 00000000000000000003ee5cda3091fddb5e49edd99b9e00388479fa6f5b1992 1,580 0.51/1.00 vMB 12
748,259 748,259 0000000000000000000344cec0c9e6703126b3e71a6b17cb160d90710c9ef1ab 2,492 0.85/1.00 vMB 11
748,258 748,258 0000000000000000000200e41d63af9a98053ab0d05474b3f53e97f688b353ff 1,999 0.97/1.00 vMB 8
748,257 748,257 0000000000000000000499b08d95f4caa472201cd4338b65b39b3acfa3d1f378 1,581 1.00/1.00 vMB 16
748,256 748,256 0000000000000000000089cad60319bdf77ef8b17926440cc64cee84ac31c5aa 515 1.00/1.00 vMB 17
748,255 748,255 000000000000000000046c59055ec307259d2d3e44d75cef0a1f33b257936945 760 0.25/1.00 vMB 11
748,254 748,254 00000000000000000001260fc66dbf532e960db6344d9bdf2fc0f4cf9fde9b96 1,342 0.44/1.00 vMB 13
748,253 748,253 0000000000000000000674f962b92121f3ad84b39a2301aa8ce13c5d1fbff8b3 2,272 0.86/1.00 vMB 12
748,252 748,252 000000000000000000041c73e02bb510a43ea375aaf3c6145a5fbc6833955cd1 313 0.08/1.00 vMB 12
748,251 748,251 00000000000000000001feed2232260497eabfd10e5a6b9f11593d018c4b5417 685 0.22/1.00 vMB 15
748,250 748,250 000000000000000000044d337e79cac6f11188be5a5ec1b5bd4ea26206de26fd 1,863 0.61/1.00 vMB 14
748,249 748,249 00000000000000000005d8a71eb81fd669d17ab735030eafb17f67bddb8e0b46 1,972 0.69/1.00 vMB 14
748,248 748,248 000000000000000000013d74dc1bdbb56a14744b9d2ca36328ca4b1638f40b56 1,331 0.83/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 667.46 GB
    • Received: 15.25 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.