Loading Tool

Explorer IconExplorer

Memory Pool

39,246 transactions
27.55 vMB
0.06654942 BTC
Random Selection Loading Transactions
Max Size: 140.69/200 MB

Candidate Block

Mining Attempt 6311af27295cf95f6a34ce0278361a4ceea4d4c09a9334a18e31f8672ee7b4e5
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 73dd5352b5615131fe4c40ed526f620549a34e1ac5b44d0c4fc508f2b4cec41d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,423
Size: 1.00 vMB
Total Fees: 0.01413706 BTC
Feerates: 100.95 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (526,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
388,105 388,105 0000000000000000008f66cf40d96004e15e0d3a5bfe6c2385bd5f45520feae3 1 0.00/1.00 vMB 0
388,104 388,104 00000000000000000d5a966011b6b9fe7975deea9b149586f4bfde582063e10b 2,859 1.00/1.00 vMB 56
388,103 388,103 0000000000000000057896223e152a585b48c27bfd0757f901116f4df1a026b2 1,670 0.99/1.00 vMB 29
388,102 388,102 00000000000000000c961a121526cc3eea1788faec200b43ab71db3853833a8e 1,705 1.00/1.00 vMB 26
388,101 388,101 000000000000000007e54266c1d9cd1ceede8cba324485eac5143de25d00ace4 881 0.35/1.00 vMB 35
388,100 388,100 000000000000000005c4eb073a40691f005a73e19b8bedcb56dd8762059d8f05 1 0.00/1.00 vMB 0
388,099 388,099 0000000000000000086310ee050e8151784451b107086a82afeff3ed9f2989d1 2,147 0.75/1.00 vMB 56
388,098 388,098 00000000000000000c7df5b08b9af65613756e38cf5e8ecb6a5dda0ca70d6b3e 652 0.75/1.00 vMB 12
388,097 388,097 00000000000000000092c7ac2e225dd42e33f805e2278b1685a1870642168d8e 487 0.20/1.00 vMB 47
388,096 388,096 000000000000000009f1a72cef70afcbe31ed9d5a99c27c6f0c1699eecd4c268 564 0.75/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.76 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: 632.28 GB
    • Received: 12.11 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.