Loading Tool

Explorer IconExplorer

Memory Pool

77,220 transactions
29.84 vMB
0.10545091 BTC
Random Selection Loading Transactions
Max Size: 180.37/200 MB

Candidate Block

Mining Attempt a1e8c154c5dead60714737cb3931aff728b41ddda61437adcffd2d3f09c4ec2a
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 8e22242fe0753dc3bd6aed008cce89d9b4547cfd45b1eb34eebdda618963dd00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.03701432 BTC
Feerates: 357.61 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (32,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,098 883,098 0000000000000000000216b0844c637475eb014d9aaa9013b0fd264944889f00 1,449 1.00/1.00 vMB 2
883,097 883,097 000000000000000000018694763d7522084342480a47e36d668f9862fe52006b 2,803 1.00/1.00 vMB 3
883,096 883,096 000000000000000000019fff216904d4e2fa6395c52340db736c737c5902415b 3,396 1.00/1.00 vMB 2
883,095 883,095 00000000000000000001f1ea46b70234e58949a21bcd812102015e280c36eb3d 3,266 1.00/1.00 vMB 3
883,094 883,094 000000000000000000011995bf62496d2d5d26d736deb08db2fe27c2f1011c65 3,539 1.00/1.00 vMB 5
883,093 883,093 0000000000000000000023f6c636a9a53114d46cae0d8f2d82cf75fed65d63ab 2,669 1.00/1.00 vMB 5
883,092 883,092 000000000000000000006e4855d5adfaefb7611c9446eb41ceb8a9327188eda8 2,329 1.00/1.00 vMB 2
883,091 883,091 000000000000000000026cb149cb6bd1d1985211ef67bb12c584e65da62baafa 1,904 0.70/1.00 vMB 1
883,090 883,090 000000000000000000012eadd3672df6872cf2aa5a64c5cec6dd4fc78cb666e1 1,361 1.00/1.00 vMB 1
883,089 883,089 0000000000000000000213742a1f0a80fc4a0a10485c1fb0c2bdd5009acbe5e5 3,530 1.00/1.00 vMB 2
883,088 883,088 0000000000000000000114ea8a5c7a9b1bd2aa646a1ad628a1ff25b0fb9aa6ba 3,430 1.00/1.00 vMB 5
883,087 883,087 00000000000000000002323f95bcfe9955fcdeeb647eabc0a8c855cd27b94add 558 1.00/1.00 vMB 1
883,086 883,086 00000000000000000001eb9cada335c10f1c3d057184901531a5386a2b970c89 2,073 1.00/1.00 vMB 1
883,085 883,085 000000000000000000025ea359be58e39cff1e89be161b8e4452ae5f2cb5b480 3,498 1.00/1.00 vMB 4
883,084 883,084 00000000000000000000cdda7517aeb8eaaa5322093d445cedccabc9167b2ea0 2,260 1.00/1.00 vMB 1
883,083 883,083 000000000000000000023d937a95b9ca7a87be6cae30496d75b1db1ea7b80fb4 2,494 1.00/1.00 vMB 2
883,082 883,082 00000000000000000001a7d78079d100b7affa2aab1d43991e5bd2f94914b9d7 1,051 1.00/1.00 vMB 1
883,081 883,081 00000000000000000001fe05437e4024bfdb66efa1c1265ae7556f078a67a2b9 2,124 1.00/1.00 vMB 2
883,080 883,080 00000000000000000001753b8b9e07736524cebe1caa4729a3e7a0439d19fb2a 1,682 1.00/1.00 vMB 2
883,079 883,079 0000000000000000000235a548962e4a74cf5bdc9637ea985dfa88a883b52e0c 2,048 1.00/1.00 vMB 1
883,078 883,078 000000000000000000011523d4a0440b3fc992f3a3bb5b9e4430bedcf689af51 3,572 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.15 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: 744.26 GB
    • Received: 18.71 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.