Loading Tool

Explorer IconExplorer

Memory Pool

50,977 transactions
30.45 vMB
0.09611265 BTC
Random Selection Loading Transactions
Max Size: 163.34/200 MB

Candidate Block

Mining Attempt e36f32ffd41f3200e617f5ff0dd57bdfcc042418b95dba9959e11f0f5e76d97b
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root fa03c3dd02ac3a79152e90095835f94410da890eb5e7c9bbda70c39c79fa30eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.02430592 BTC
Feerates: 202.16 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (328,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,892 585,892 00000000000000000013ab17188665a175f11832ea3dd5ac0a651a22896143d3 2,041 1.00/1.00 vMB 53
585,891 585,891 000000000000000000072678c3bb5d08c06e5262609519a59402b6751f0a5355 2,947 1.00/1.00 vMB 72
585,890 585,890 0000000000000000001698f5610f678d67710604c69078e58a889c32db2affee 2,799 1.00/1.00 vMB 55
585,889 585,889 0000000000000000000d00ad9f10a775ca00a6631fd3ae741e3b87a16e24e28d 2,971 1.00/1.00 vMB 81
585,888 585,888 0000000000000000000205d20c4ac21688855f56eb30adcee012a9aa27ab1130 1,440 1.00/1.00 vMB 60
585,887 585,887 000000000000000000082bd3132a161e074165aa5550db70dff86c53b33cbb16 2,537 1.00/1.00 vMB 68
585,886 585,886 000000000000000000166e1202efd67936afe88f95ee4bec7d73155d0dfba013 2,747 1.00/1.00 vMB 72
585,885 585,885 000000000000000000049c28f76f8f4d42810218f6343c4e3a90f63e9e4d9996 3,024 1.00/1.00 vMB 57
585,884 585,884 00000000000000000006cc4bf843a05c678925f5c21742cfd0c17b978f03e4df 3,496 1.00/1.00 vMB 74
585,883 585,883 0000000000000000001188fa5af6f386aaf5f50f1ae74eb250fcf9732301b36f 2,247 1.00/1.00 vMB 67
585,882 585,882 0000000000000000001e9e22cef81f93cf3598a06e0e51add1de8ec678eb51b5 3,306 1.00/1.00 vMB 65
585,881 585,881 00000000000000000013e9c95a906a6ecf2a148d1bf304e702892d258dfe165b 3,095 1.00/1.00 vMB 86
585,880 585,880 0000000000000000000958276a01e5d4f0746c0a508ba807c8b5fa52d69fc50d 2,723 1.00/1.00 vMB 25
585,879 585,879 0000000000000000001824fdb1abfba9ba1087a8f5586b272a2410ee5925c416 2,462 1.00/1.00 vMB 44
585,878 585,878 0000000000000000001c2df06a2214cb56d6eb64dd3e665699160380ba89b109 3,008 1.00/1.00 vMB 66
585,877 585,877 00000000000000000008b7a4b1f89f992835632c89ca011a9f4d55ea501aacd1 2,583 1.00/1.00 vMB 20
585,876 585,876 00000000000000000000d14c1bca74a3ef7a97a695c68f3354fe9b0c72972971 2,399 1.00/1.00 vMB 39
585,875 585,875 0000000000000000001b90df18497aca9068898a9a82b7d205036755d2e30319 1,195 1.00/1.00 vMB 23
585,874 585,874 0000000000000000000e3e972b502a9464901964ba388170fefa000d39e0d4e5 1,856 1.00/1.00 vMB 23
585,873 585,873 0000000000000000000f2f841b7b724f50d3e262d5d0ce7c5bcb1354711a0b18 3,044 1.00/1.00 vMB 57
585,872 585,872 0000000000000000000d3034e1ed1a5673735aa0c9ba62c9a693c06798bb6e88 3,682 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.