Loading Tool

Explorer IconExplorer

Memory Pool

36,083 transactions
12.29 vMB
0.17016829 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.38/200 MB

Candidate Block

Mining Attempt 8af6836b988688d24ebfb144aa88052f18cfe9c256491897ccb0dfcd1c2af06b
Version 20000000
Previous Block 0000000000000000000013f404a115b9f9c1fdfe7128073b0fa5c396bf543e69
Merkle Root e2a8c17d0b3b15a64f9d0e10dfbddba768bba84118456dd4b8fae7b619437a02
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,460
Size: 1.00 vMB
Total Fees: 0.06229623 BTC
Avg Feerate: 5.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,035 (696,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,797 216,797 00000000000004bc8d716d042e1ff73cd7fb010aad31bac6751ea3b4463e0bb7 0.05 MB 124 110
216,796 216,796 00000000000003a5037257c5d26b05b41cc12f15f5cf00aac11a34d377bb708e 0.03 MB 94 107
216,795 216,795 000000000000003ac062457282c844cdddddb7ffb2fa6185592f9c59a9970b0c 0.24 MB 407 124
216,794 216,794 0000000000000432a3678d16156266b47cad1876ca48ff36ef211d30d2ed894d 0.20 MB 648 280
216,793 216,793 000000000000046f3035d45e55b61382e59d9ad0081a62604dcb9d45ee2edb73 0.05 MB 63 110
216,792 216,792 00000000000002fb0b41128aa22100677fecc21b5dc8d1600a4b22da9afe6d40 0.07 MB 147 139
216,791 216,791 00000000000004a59519f43615150989eb7841d760841b5f3beebd4c024ed84f 0.25 MB 628 184
216,790 216,790 000000000000044fa3ecf1a3b67a305731dc4a2915198a30619b77e21ef99198 0.23 MB 279 60
216,789 216,789 0000000000000427f540325c3f61db96a5e7e4140b54e8f24a6992e1643514db 0.13 MB 290 162
216,788 216,788 000000000000034ca28445c8bbb638f05e0ac68a5f709137a2b45a0ef392dc01 0.09 MB 216 146
216,787 216,787 00000000000003827b8c2992a095337c965081af1235171160294c1322631ad5 0.12 MB 242 122
216,786 216,786 00000000000002be66caac07c1ae5a54d1b105ed46a8c0d736d359b003f1b68e 0.42 MB 837 161
216,785 216,785 000000000000046ac5e8519938557db12df89d88b5505d53f1bee53b13d73f25 0.26 MB 554 187
216,784 216,784 0000000000000224023a6f7eb205aa2d05ffc094d99fc8150301d4da27b759d1 0.08 MB 196 110
216,783 216,783 00000000000004f83fe2e2824993a9fe029e0a57340a79fd7f7d43c39210875b 0.26 MB 675 201
216,782 216,782 000000000000050834ba2e94cc74a9245da87ce0d1323d36165a35b013184f36 0.25 MB 554 169
216,781 216,781 00000000000002471aaf0a19cca5d8997375ca9937715489612e65f451e1b6db 0.03 MB 112 262
216,780 216,780 0000000000000493fe5823054db372ad3951eb2a633d0360f33a3b3198119573 0.05 MB 155 2,030
216,779 216,779 00000000000001b3658fa32533bfbf411b8e13dc35566cb72cc930808580fa11 0.15 MB 341 172
216,778 216,778 000000000000026c7d72ab8d0ada338d88a70ff6c07bd576ec22651dd08a9bfe 0.16 MB 262 125
216,777 216,777 000000000000016421e23c5f41c903b3d483e71ba0384340322a79628db47a97 0.22 MB 237 95
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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