Loading Tool

Explorer IconExplorer

Memory Pool

82,172 transactions
30.55 vMB
0.13552518 BTC
Random Selection Loading Transactions
Max Size: 183.80/200 MB

Candidate Block

Mining Attempt 710163fa8ca94ebcd05da9bb6bf10cda6e10ba2578e8be1ea7a35e5f48a2611b
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root d42be0f4c01d735c98664707d0c881fb509e9c204a9a2739683a1767b7b7cb0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,061
Size: 1.00 vMB
Total Fees: 0.05279297 BTC
Feerates: 302.06 > 5.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (461,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,966 453,966 0000000000000000026f0a420f80b2cd9784da0859f69982b74a7d2d63954f66 2,574 1.00/1.00 vMB 169
453,965 453,965 0000000000000000011a251c29ef65f49ec7b69d39933c98fd16ba93f85b39e2 2,839 1.00/1.00 vMB 71
453,964 453,964 0000000000000000020ea57fda2172b7109ea1a0fdd71c65d0949b79d6cd6a6b 2,013 1.00/1.00 vMB 75
453,963 453,963 000000000000000000f80c56165b0a918d92546be5272081a152090afc3ad27e 1,787 1.00/1.00 vMB 96
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
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.