Loading Tool

Explorer IconExplorer

Memory Pool

78,444 transactions
29.48 vMB
0.07803292 BTC
Random Selection Loading Transactions
Max Size: 178.09/200 MB

Candidate Block

Mining Attempt 857ec165c8f9bf27d289f9465a44a3c77f9178972a371ade0bfbcbac80cf85c2
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 721e32e372d849ada55ea0f12604ff768037c2c3f993f45ae7d28392159cf5cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,273
Size: 1.00 vMB
Total Fees: 0.01394638 BTC
Feerates: 150.66 > 1.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (365,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,306 549,306 000000000000000000263a1ec2c7443ece43cbacc453f64df1aef2cd9a7b6ef3 2,655 1.00/1.00 vMB 16
549,305 549,305 00000000000000000000c012887e22356c4240503fc85b9e47875f6eb1fbe98e 2,835 1.00/1.00 vMB 27
549,304 549,304 00000000000000000017e7c461f2fb9e24be1dd7b8396c56f7181e4750d80dff 3,169 1.00/1.00 vMB 29
549,303 549,303 0000000000000000000a6a48fa081a549780168282e75715c59ce0ce4b104403 2,758 1.00/1.00 vMB 10
549,302 549,302 00000000000000000003be671464c6b615f95f3d183a4c3fe38c4c4bdf7949b3 2,912 1.00/1.00 vMB 27
549,301 549,301 0000000000000000000315fd37594b8a000017e4e97bb36d91ecc8e204f10133 2,862 1.00/1.00 vMB 14
549,300 549,300 0000000000000000000714514b0a4fa318a85d8976b87acdd519c1b8e8cd0122 2,907 1.00/1.00 vMB 22
549,299 549,299 0000000000000000001c8ef3bfd8aba2d0242753d758508f77722af6821ed825 3,280 1.00/1.00 vMB 31
549,298 549,298 00000000000000000002a5811f2900ad9a28dc177896402d540b4656e4442f5c 3,096 1.00/1.00 vMB 25
549,297 549,297 000000000000000000114899a773fb99d753b854d18f041bd6ceec7f35697258 2,580 1.00/1.00 vMB 12
549,296 549,296 00000000000000000020c55b7c44d916012b54151ce184a5beeab0bcd2483ef7 2,520 1.00/1.00 vMB 21
549,295 549,295 000000000000000000171f0ef71a4e92db9c0d571d9d27ad51be39d2ac9ebccb 1,557 1.00/1.00 vMB 17
549,294 549,294 0000000000000000000cc626655041cda26fc5d69047c893d6546c032abd19e3 2,935 1.00/1.00 vMB 18
549,293 549,293 00000000000000000012ce09a7cdd89c2ded2ba01f05c420fb855db3b31a1d15 3,119 1.00/1.00 vMB 29
549,292 549,292 00000000000000000006be2fb52e5824487f8ae73fdda77f3206eb68ea4b1d81 3,534 1.00/1.00 vMB 26
549,291 549,291 00000000000000000021313422d28d9bed1bcc5c9f9423579986ff04a4175426 2,676 1.00/1.00 vMB 39
549,290 549,290 00000000000000000004cb17f92e39f7a212419315a0f5136a2a59326447601f 2,786 1.00/1.00 vMB 19
549,289 549,289 00000000000000000016d64ce43c8037c36ea8a07816696b6b4f65d44e02628f 2,537 1.00/1.00 vMB 12
549,288 549,288 00000000000000000008e9098135a81ab2328edbe28fef0caa5c1a298eec83c5 2,586 1.00/1.00 vMB 24
549,287 549,287 0000000000000000001bd3a3a7eda26463bcc0bf6635d660208cf07e66609aac 1,953 1.00/1.00 vMB 17
549,286 549,286 00000000000000000019aa20289e552ee648e915673fbf4bbcc40c87a33c1149 2,570 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.