Loading Tool

Explorer IconExplorer

Memory Pool

75,564 transactions
27.93 vMB
0.08390111 BTC
Random Selection Loading Transactions
Max Size: 169.99/200 MB

Candidate Block

Mining Attempt eda1d42cda3cb95e9bc14d2e2085929a633a8190525ee3f6bd3f900ddd17ab42
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 627c4210675471d44db0bff20f88e340485da7effa29304600828f5e3975f97e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.02384733 BTC
Feerates: 100.21 > 2.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (484,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,653 430,653 0000000000000000026f85cd2877c261c87e52dbde181d326a02206931613059 2,046 1.00/1.00 vMB 55
430,652 430,652 0000000000000000027d5ac18faa3577894049b6b8fca9978ed9876516dafd7c 2,031 1.00/1.00 vMB 55
430,651 430,651 000000000000000001ed469f7030497abac0961d679f56c25dbc9add5b499766 2,080 1.00/1.00 vMB 68
430,650 430,650 00000000000000000114b3314cdc838bd76255e88081428cac4822c7d2dcec3a 2,607 1.00/1.00 vMB 83
430,649 430,649 0000000000000000002dc795c1d27e2633720b255236f48a7f99b189701b987a 2,127 1.00/1.00 vMB 71
430,648 430,648 0000000000000000015a1d461b9a40644f7284b1adcb2b355d504cc8e43f0e07 2,325 1.00/1.00 vMB 61
430,647 430,647 00000000000000000395cbc940340408b07132c142b3d2a5ddc14e5f789bbf15 2,443 0.75/1.00 vMB 98
430,646 430,646 000000000000000001076e92e08d48db82dce9ceff864f3e1c3888b7b13d3e35 1,096 0.88/1.00 vMB 34
430,645 430,645 0000000000000000010a0c45b9f54b76567edc295451baecee89b4e377fc28c0 2,813 1.00/1.00 vMB 73
430,644 430,644 0000000000000000016cffed4772be521a96ff49cdc901a847176b168c061f6d 2,518 1.00/1.00 vMB 74
430,643 430,643 00000000000000000025b122e23a07bc274c0f472a976b49adf17a2ef3024d45 314 0.16/1.00 vMB 58
430,642 430,642 00000000000000000118d44e61024ecc8d7abbc70bae2100f9f439a44dd55a07 1,998 0.96/1.00 vMB 58
430,641 430,641 000000000000000000ffd88c4d7a5a9d8a0accc450a5cd4f060a31624492acfb 23 0.01/1.00 vMB 58
430,640 430,640 0000000000000000001b3d15fc9309eee27ddbfb10271171540b233f0aa23d38 2,009 0.94/1.00 vMB 61
430,639 430,639 000000000000000004109a795a8013d97915188f26bb28c21e21bf752e3405ac 1,398 0.68/1.00 vMB 52
430,638 430,638 000000000000000002677d7361eeda56b2567f1e8d37c6b8b161cf3630c49d18 1,979 1.00/1.00 vMB 69
430,637 430,637 00000000000000000120f5f84df5f1e36ba70aa0693370d91888dcbd7ac913e9 981 1.00/1.00 vMB 28
430,636 430,636 0000000000000000035b91b1d7b646d7b34affd5871bedf5c9152f4cb9f008aa 334 0.46/1.00 vMB 27
430,635 430,635 000000000000000000be0d65bc163078760006198a89ac80d9b3d59873891ca8 1,775 0.99/1.00 vMB 50
430,634 430,634 000000000000000001f48b5007556093caa9c69bba17538be247de524c4c15c5 1,845 0.88/1.00 vMB 65
430,633 430,633 0000000000000000036d54d8aa1c128672120d897520bdbef9af2bd2ea7e3334 1,709 0.82/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.