Loading Tool

Explorer IconExplorer

Memory Pool

86,473 transactions
31.76 vMB
0.10725949 BTC
Random Selection Loading Transactions
Max Size: 194.57/200 MB

Candidate Block

Mining Attempt e2f9b190bbce49e2d0898b8ff7bda476eaf2bdd23236ffd6095391bf54fb915d
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 1f907614d4f67e77a0b23d800553c967ec8f78f8dfebf57af6ed127e79ab9441
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.02719858 BTC
Feerates: 1,236.26 > 2.73 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (527,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,126 388,126 0000000000000000098af49e66f8c896e5377e6731919f6cd939b822f7e0291b 1,024 0.51/1.00 vMB 40
388,125 388,125 0000000000000000072cb388f0abbafbbed5853754f6976eec5bd384541a12f3 413 0.35/1.00 vMB 17
388,124 388,124 00000000000000000cbdf21b39046cf8aebffa3b2b0546f9e2e3bfced5149ff4 1,543 0.93/1.00 vMB 27
388,123 388,123 00000000000000000aec105b55fbe39f2fa17506861d713927fa697f9504d5ad 1,312 0.75/1.00 vMB 35
388,122 388,122 000000000000000001d19e7948a1eae3b4b945ab5e7a5eac3a657089348cbd2c 1,885 0.84/1.00 vMB 36
388,121 388,121 000000000000000005dbf0b0264ae103f3236dda666aa68b5ccf0c26ef642826 1,166 0.99/1.00 vMB 15
388,120 388,120 00000000000000000c22501f75e459f98c0dcd93b1040d170b206a0c5771d2a2 1,416 0.75/1.00 vMB 29
388,119 388,119 00000000000000000b43dc968ef20098f133b078d07d5905a75989dfec907628 1,877 0.75/1.00 vMB 47
388,118 388,118 00000000000000000a4be86adb49d52e4efb587a9c14946dc91485bf6186a25a 2,430 1.00/1.00 vMB 41
388,117 388,117 000000000000000002893541000c2b814e41febad4be82f91e4b055d094779df 2,933 1.00/1.00 vMB 58
388,116 388,116 00000000000000000c23f4a2d9038ac1037282b0473fb113728608739b117076 3,165 0.93/1.00 vMB 59
388,115 388,115 00000000000000000a54e00f136bc40c101615e93e869896adbbb054feb0ea00 848 0.95/1.00 vMB 12
388,114 388,114 00000000000000000cfb54a651b61838dc268205cffac8fdede5474e00559ab8 957 0.35/1.00 vMB 46
388,113 388,113 0000000000000000093fb0a0311632ba163649b0f2c1c7d1501cfd380316f4c6 1 0.00/1.00 vMB 0
388,112 388,112 00000000000000000209aa073d9d493edc30ac4c561e3803d3971c3a4c9d7f59 431 0.22/1.00 vMB 31
388,111 388,111 000000000000000009bce5ba4aa529d1b2174a555d7769a361bbfcf7dcd71771 1 0.00/1.00 vMB 0
388,110 388,110 00000000000000000290dfb104002f8c8ea2a4bc35d5f13b8c74bfc86d2347cc 1,249 0.58/1.00 vMB 30
388,109 388,109 00000000000000000a3ae4bd4995eeae5e43af0cca557442420109931d9643d8 1,477 0.95/1.00 vMB 32
388,108 388,108 00000000000000000af62af00ae943dbf61f2c5b9e9bcf0389c76bc96d210437 1,474 0.50/1.00 vMB 43
388,107 388,107 00000000000000000a958e718e84c65affb7bb62b16d0ec5d6e43ce7098e4449 1,438 0.81/1.00 vMB 26
388,106 388,106 000000000000000002063b3b57b66d3895f30a37d9d1df9c5ceeb1e78cd28f73 1,313 0.74/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.04 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.