Loading Tool

Explorer IconExplorer

Memory Pool

77,968 transactions
28.82 vMB
0.07336500 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt dc2c555ba9bdf699822b055a1589c6ab0879002f30141c9be2f76a03a06a1f85
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 8f30223d3aea202a1f6917c23ec0283462497814b69b1b9e627de5e1a31d6859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,338
Size: 1.00 vMB
Total Fees: 0.01327784 BTC
Feerates: 137.15 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (461,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,962 453,962 0000000000000000012c9d5f87ea229f194de0503c137dd2f1bcebfde7e5bd0a 2,342 1.00/1.00 vMB 145
453,961 453,961 000000000000000001f172ea09d33fcd10ecb2c00b251aa414b88c246c1621b6 2,678 1.00/1.00 vMB 143
453,960 453,960 00000000000000000251f24676d155bd762512afbdd5a2ae7d423d03741adc5b 2,432 1.00/1.00 vMB 133
453,959 453,959 0000000000000000023d8fc15d40b1623379bab40ce9bec4beb44e5b81f120d1 2,150 1.00/1.00 vMB 137
453,958 453,958 0000000000000000020c19ac5e919b265568d3aa6bdf6fe182fd87709512f40d 2,088 1.00/1.00 vMB 146
453,957 453,957 0000000000000000006dd9f617358a905ee3c0dc1da360b07ec7d745fbb45592 1,690 1.00/1.00 vMB 81
453,956 453,956 000000000000000001cd58b0763615fdef28417069da52c97810d6858c1544e5 2,063 1.00/1.00 vMB 148
453,955 453,955 0000000000000000006c58a0ae184c4f68c894c5c25d67b97a795c87699993f7 2,492 1.00/1.00 vMB 98
453,954 453,954 0000000000000000020e12644fb18deb6db0c7628e3d5ce0b8d6c78c9eeb5c11 3,398 1.00/1.00 vMB 77
453,953 453,953 000000000000000001141338faa295c7ff3015119129479f02c6a9d97a7d820f 2,859 1.00/1.00 vMB 75
453,952 453,952 0000000000000000021dd8891cd6af1b53e1108a2bbb0ba84eb429dd3aab4880 2,234 1.00/1.00 vMB 121
453,951 453,951 000000000000000000acfd63bc4203a308d4a5b1149b7318306db945cf2d485e 2,404 1.00/1.00 vMB 83
453,950 453,950 000000000000000002528ae3318c549dde17c4e0eeea7ecbefb68f681b68566c 2,695 1.00/1.00 vMB 86
453,949 453,949 000000000000000000f550c0a821bdbe31d46ed988abbab4494af6aa4a5334ee 2,839 1.00/1.00 vMB 89
453,948 453,948 0000000000000000014f1c438d7e7c5e5609452bec3a7cdcb161e002869b5330 2,546 1.00/1.00 vMB 135
453,947 453,947 000000000000000000f25a70626339d4125fc414ef8b5036cb97678fa0291877 1,541 1.00/1.00 vMB 99
453,946 453,946 000000000000000000f5157627a294f5c5614584eb8a939cb43fa771261de264 1,711 1.00/1.00 vMB 130
453,945 453,945 000000000000000000cf1da7a67cacea8f3e33ae4650f6ec3c3d95ae7c2df122 2,298 1.00/1.00 vMB 163
453,944 453,944 0000000000000000020f5a1dfc206dbfa63c772f7463e3b2dd46abaae84733e4 692 0.63/1.00 vMB 121
453,943 453,943 00000000000000000031b041c1029279f75b876e5b1a53bb06b7fb808758cbfc 1,081 1.00/1.00 vMB 125
453,942 453,942 0000000000000000014412a8b8e21f3bcf897decc6947a30a4440ff99f3a9a50 2,958 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.