Loading Tool

Explorer IconExplorer

Memory Pool

50,351 transactions
21.51 vMB
0.08148326 BTC
Random Selection Loading Transactions
Max Size: 123.45/200 MB

Candidate Block

Mining Attempt 2289a66f8df56d740e28d3b9ee605925d1508f0880f89aac9b52b15d79c1e210
Version 20000000
Previous Block 00000000000000000001cedff4a6a7534d251e21eb41c36879f09bee61803fc3
Merkle Root f1b24b8e987349f8dd3d00c0dc8817c0a5d29caec849d9bcec222d3db0694c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,197
Size: 1.00 vMB
Total Fees: 0.03652280 BTC
Feerates: 702.44 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,942 (699,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,102 214,102 0000000000000169acde5d18e4d3829b410a90ebdba43f960a8d6f7d7a7e2f4a 794 0.25/1.00 vMB 234
214,101 214,101 0000000000000450a06c7bbed6ee1e157e348e9f6f197c357b48e7861ac3d82c 462 0.25/1.00 vMB 157
214,100 214,100 00000000000003c5d40df0642b16df295d704d5cb043b45171ceffcc857641bf 923 0.25/1.00 vMB 247
214,099 214,099 000000000000010fbab008807cf0e92f9c0031a36c3323231d59f0dd5e0174fe 9 0.00/1.00 vMB 183
214,098 214,098 000000000000038d5cfe20a7505a69d4c4760a9ab6a66d0e78dc11a06a25410b 8 0.00/1.00 vMB 178
214,097 214,097 000000000000001f14042e497f14242d38ee7c75fce4fc48f547c863fe93f3eb 1,252 0.43/1.00 vMB 144
214,096 214,096 00000000000001f96b3dcefba582b10736b6c9884d968102008ef57136a24335 904 0.42/1.00 vMB 201
214,095 214,095 00000000000001580e802dc4d822d30a83895f5211abf90b4acd8603b69f93b9 698 0.35/1.00 vMB 124
214,094 214,094 0000000000000394d01e63363df8f78fbf71b38131b2d52a2b00a986b43fcfd7 589 0.31/1.00 vMB 197
214,093 214,093 00000000000005774d8a05f132b0987d90909260a323f610dc4792d70b9b1b64 41 0.02/1.00 vMB 180
214,092 214,092 000000000000022af503f801ea157476235c198c900c50b848b87001aa00d554 281 0.11/1.00 vMB 233
214,091 214,091 0000000000000188856fe34f6c949003d3950b33f3de7fb0e1943c4986dc86a2 1 0.00/1.00 vMB 0
214,090 214,090 00000000000002ef35ec82fa24d0a685c1bc8ad571d4b45fdd1f980e4e265aeb 584 0.28/1.00 vMB 153
214,089 214,089 00000000000002f48adcfe779cfbb95bcdf68ca0542ed20d05860a007618e2a7 9 0.00/1.00 vMB 315
214,088 214,088 00000000000000815e4f26e43f5b2dbe777014e4d1d75f64cd4b9feb2a34d6c6 528 0.22/1.00 vMB 192
214,087 214,087 0000000000000129e9e44ac488212f0ef5f359492a6608f4121c13eeacc8f4f0 332 0.14/1.00 vMB 166
214,086 214,086 00000000000003f4283d542f66d371863d9cb35cd5bd19e710a02340a7113a1b 559 0.25/1.00 vMB 150
214,085 214,085 00000000000003a846289f873eb1eaab144e650deb2b07a17850d780152d1c18 10 0.00/1.00 vMB 11
214,084 214,084 00000000000001ec498435cb1206989b53c0abae481e427e0f15ffe4600d7312 404 0.25/1.00 vMB 136
214,083 214,083 00000000000000dc7523557f1a5bb4251b103d21ca3df9846958122b40a5ef7f 124 0.05/1.00 vMB 146
214,082 214,082 0000000000000186eee870dc24f0ff4d938169b1c3dcf51fa9883e6b081df5f3 128 0.08/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 780.51 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: 529.75 GB
    • Received: 5.81 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.