Loading Tool

Explorer IconExplorer

Memory Pool

23,074 transactions
9.88 vMB
0.06052799 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.37/200 MB

Candidate Block

Mining Attempt edd9f1c9ff53d27964587857e6bee987d1526e9eb175680a186397e631bc6a78
Version 20000000
Previous Block 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab
Merkle Root b5cc7e95a5718b0a29b00168cb6ddc1ecb5bc3760f040d5f7fba58a0bde8d185
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,270
Size: 1.00 vMB
Total Fees: 0.04467881 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,563 (758,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,899 154,899 0000000000000bf2d0cf8829c4f7fde40131ba684cb1e4e2890e6bc1e2b767b6 70 0.03/1.00 vMB 272
154,898 154,898 0000000000000cfdda53e97b93289bc5e139848da6918bcbe76bd67e5b119043 128 0.06/1.00 vMB 6
154,897 154,897 00000000000008f261fc005de841faf07fa0adad42aa7bebcba5ac72fc24f54f 70 0.03/1.00 vMB 92
154,896 154,896 0000000000000680f315599cd762a09c5a21531646c103135093a9ecbf19a1ae 77 0.04/1.00 vMB 50
154,895 154,895 0000000000000d8ee92c60475205df1652c6537e789364ddfe3cfedb52a9d14d 8 0.00/1.00 vMB 161
154,894 154,894 000000000000010ee3cf254e25ae70fd3d3ea0f735968f53c22aff5ba9914ff6 36 0.02/1.00 vMB 116
154,893 154,893 00000000000000789a97ce57c4a052a5050002afe3aa026554bb6f2ba76c8e2b 12 0.00/1.00 vMB 0
154,892 154,892 0000000000000b723a620656d478208b52b62bb832d90442c2f918ba22772abb 53 0.02/1.00 vMB 77
154,891 154,891 00000000000003b1514eff24729b7996f43bc202b1089fce584e7be17314d4a9 56 0.02/1.00 vMB 207
154,890 154,890 0000000000000ab9e59bd2e7d8c9db3915ef71f4378c9fd9bea0dc79e38bbdd1 95 0.04/1.00 vMB 202
154,889 154,889 000000000000082b2bcd944c472e18d125c4f18e940a2ccf8116fbee41e68e0c 1 0.00/1.00 vMB 0
154,888 154,888 00000000000006995adb58c3e1292caa09be3916a1c2df418aab17b0f31f8faf 3 0.00/1.00 vMB 66
154,887 154,887 0000000000000c1a793c5c2583ade276221680a6c3bedae3e2902b26e909b1d7 124 0.04/1.00 vMB 141
154,886 154,886 000000000000053d451d34d0c9f9b950175c496228242029a35542d84d4e7d23 12 0.01/1.00 vMB 123
154,885 154,885 0000000000000137c95581b1a5c87c75a973272a558f5b4337a247c46895d7a5 12 0.00/1.00 vMB 28
154,884 154,884 00000000000006541e205b751d97dfca0b7c0eea204702fa02e1fc76072c29d4 30 0.02/1.00 vMB 46
154,883 154,883 0000000000000d7034eddf9ed7e494f948d16be1c99955ba001a2b776c1b8798 31 0.01/1.00 vMB 93
154,882 154,882 0000000000000a775e813935e0983ff67db143707d3245c6a173d8a842c0f9a8 31 0.02/1.00 vMB 488
154,881 154,881 0000000000000cfd274645a6cf612d20c83c52b5507d24be4231fc7488c896a3 61 0.02/1.00 vMB 77
154,880 154,880 00000000000005457bb40b330924d402318492d741d89ff330c7150b04038556 9 0.00/1.00 vMB 35
154,879 154,879 00000000000001befcd3ba5ac3f93419f72c06564681569cbaf1113472956bfd 9 0.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 779.84 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: 427.69 GB
    • Received: 2.32 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.