Loading Tool

Explorer IconExplorer

Memory Pool

39,723 transactions
28.92 vMB
0.06609919 BTC
Random Selection Loading Transactions
Max Size: 147.08/200 MB

Candidate Block

Mining Attempt 0ab4fda55dfc89d9d56abd9bb8053b4f40880b2f62519a06a39707ef5a767379
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 4ddafec7a73b3c6daa55756386ad189592f7ce2ab60adafc56369441afa08710
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.00992479 BTC
Feerates: 150.80 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (668,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,927 245,927 000000000000006df445c8c754ea4bbb1fd3fc7c174b4651f998a7703081da59 131 0.06/1.00 vMB 124
245,926 245,926 000000000000004f1d133df5139787464cbb14271072955a80aa8cce16fdf96e 165 0.17/1.00 vMB 51
245,925 245,925 000000000000001afea9f9d5571b191d76950433cc8aadd5b1c664e7872090c2 250 0.20/1.00 vMB 98
245,924 245,924 00000000000000609e146e9b7570c82f6fd5b1c25ad66161b87357c1598764c3 79 0.03/1.00 vMB 150
245,923 245,923 0000000000000019e6045dd69d7ee9881f8e8ed9db0ed6c390d9b188cc54636f 191 0.07/1.00 vMB 141
245,922 245,922 000000000000006f5e7d1f3c1d6251b7e93b3d10366cf7da2854a63fdd8a22a5 97 0.05/1.00 vMB 129
245,921 245,921 000000000000009435bd2c1b61350008918b10115b1297834f912b62689221be 8 0.00/1.00 vMB 91
245,920 245,920 000000000000009142ac38eac5db28697eee668fc845f3087b5091c8f492a671 89 0.04/1.00 vMB 192
245,919 245,919 00000000000000b747a77c02d6f6ccb688f7902376772d5a75f8705fb5ba9535 19 0.01/1.00 vMB 98
245,918 245,918 000000000000005adc5843d175b488eed66e7b81d22eda1706c86e90e20560b6 229 0.09/1.00 vMB 116
245,917 245,917 0000000000000087b8241ed0786a01d0c5e16b0f75bb6044d97ef0ac4cf377dc 89 0.03/1.00 vMB 14
245,916 245,916 000000000000005ac34d9bb2f4ad71b90d180a47da307e55c2d5a3e8907d5200 481 0.23/1.00 vMB 129
245,915 245,915 00000000000000690d41673d5768ad3a76e743ae87f41283fd2d9fd346cf2b4e 370 0.17/1.00 vMB 113
245,914 245,914 00000000000000bd0e9e5083f79e6bfecfd6a925bbcd5a3b0c0692d387d85f80 22 0.01/1.00 vMB 164
245,913 245,913 000000000000004b9dba306021a35afd5d408b0d7eadf423d5b2e6658c289490 371 0.14/1.00 vMB 154
245,912 245,912 00000000000000247a32d0ecc0ad9839184563ca8d69165dcf9585cd5c5c55e5 180 0.07/1.00 vMB 156
245,911 245,911 00000000000000ace1293c5f3fb9f6e9812fc5ebeca15b67a74e7abac20234c1 11 0.01/1.00 vMB 31
245,910 245,910 00000000000000323cf5781762189c97bb4d8203569e315bc2c2f8f3e186694e 229 0.09/1.00 vMB 162
245,909 245,909 000000000000008b7a49ffbc696511aeadabab6d3d7caa7a7af3984aa6a52e98 176 0.07/1.00 vMB 198
245,908 245,908 00000000000000a78b53e65fd975a51c306506d7885875f68c72129fdba26baf 34 0.01/1.00 vMB 196
245,907 245,907 00000000000000927bea2511b05033dfd82c72380ccbf72b1e84b737fe2f18b6 80 0.03/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.83 GB
    • Received: 11.39 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.