Loading Tool

Explorer IconExplorer

Memory Pool

45,494 transactions
27.62 vMB
0.07385764 BTC
Random Selection Loading Transactions
Max Size: 144.69/200 MB

Candidate Block

Mining Attempt ed60b803f7b5f0c6942d7848ee60e15707fd051e369ef9e9157d9acf907d34a8
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 5dfa3e5fefa1a000307be13601a3c9903d9eb5e360b9662a6e7fbe8a17f9c703
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.01887632 BTC
Feerates: 124.00 > 1.89 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (251,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,920 662,920 00000000000000000000a8817625dba2de6ce7993bb66479155aa7ec43c30096 1,784 1.00/1.00 vMB 63
662,919 662,919 000000000000000000034d29a406e9ed6e444b3b52cf70f08ce66058e477b261 2,147 1.00/1.00 vMB 109
662,918 662,918 0000000000000000000cf0b8900f84352f0da9ec6d95738c2d27f1467b441c51 2,597 1.00/1.00 vMB 137
662,917 662,917 0000000000000000000a932704a81a918f7385e39aeb6379e51aa5f5600b6b3e 2,123 1.00/1.00 vMB 108
662,916 662,916 0000000000000000000dfcb62652ef72f2556d3352f644a4354a441f56517584 2,895 1.00/1.00 vMB 139
662,915 662,915 000000000000000000090d445b7b9bfa1a51d132a83f1b9c340963ce0c7da634 1,672 1.00/1.00 vMB 130
662,914 662,914 0000000000000000000617bf0800ba70a303e3cb18be98f51030dc2ade64dfe0 2,619 1.00/1.00 vMB 73
662,913 662,913 0000000000000000000d77353c2e2b1482bf6ef0931d143571e74968d82401e0 2,338 1.00/1.00 vMB 42
662,912 662,912 00000000000000000009601bdd2dd8bf3adeed2f08271a45fe13adb9ac9decc2 2,603 1.00/1.00 vMB 96
662,911 662,911 00000000000000000007e8399ab1df9fae3f5667ee4b6971e2dc19063d70d93b 749 1.00/1.00 vMB 15
662,910 662,910 00000000000000000009a1274586d8e0f212f6962b3e4eb4ede7c6057f6eda25 205 1.00/1.00 vMB 16
662,909 662,909 00000000000000000007675efbda24556eafe4f70e72dcb5594ffd27cd553e83 717 1.00/1.00 vMB 26
662,908 662,908 00000000000000000009e827c5b0dbed62b0cc98e7d567145202cba8a84d0373 2,113 1.00/1.00 vMB 46
662,907 662,907 0000000000000000000d5d8e3ef1f6a0120c082ed4c45fd84a6a924ce7d254d2 2,146 1.00/1.00 vMB 12
662,906 662,906 00000000000000000009e54f720ca4fe43b2b1effc7db2b12944ffbd8399f336 2,472 1.00/1.00 vMB 59
662,905 662,905 0000000000000000000ab33d40538b0c9a02f86c171be37342704bb17af4b6d6 2,162 1.00/1.00 vMB 92
662,904 662,904 00000000000000000007f3583f87158756871d6cae2db5263c599a6f5e6782d8 2,364 1.00/1.00 vMB 52
662,903 662,903 00000000000000000001c4f84227362d66d71f01fb9c8e0e3120ff727f46e187 1,440 1.00/1.00 vMB 107
662,902 662,902 0000000000000000000b1e904dd84fd0ed5f6018151569e8758998a624e17581 2,055 1.00/1.00 vMB 132
662,901 662,901 000000000000000000010334fa0c8283a8b69831294f56906897fa0bf19e9eb4 2,452 1.00/1.00 vMB 59
662,900 662,900 000000000000000000089c2f1134d12d8fecbd2c38444c63a58bad3fe7f79c72 1,306 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.