Loading Tool

Explorer IconExplorer

Memory Pool

43,668 transactions
28.16 vMB
0.06687259 BTC
Random Selection Loading Transactions
Max Size: 148.65/200 MB

Candidate Block

Mining Attempt 5945715330bdbb9a8634d1e039b7372828de82533288f170f7f0a17913ce8e4d
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 9d80a9f49b3e8fff8dacc754df254ea007f2c5c867251d5226766861a9fa2cfe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,544
Size: 1.00 vMB
Total Fees: 0.01333557 BTC
Feerates: 100.23 > 1.34 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (403,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,055 511,055 0000000000000000005a87a0af643abb49e0d7c2e1ab1c3ae8eb65ef427461df 1,481 1.00/1.00 vMB 36
511,054 511,054 00000000000000000001a211f30d0071e12a211fefa4ce936bc852f8d3783de0 1,305 1.00/1.00 vMB 54
511,053 511,053 0000000000000000003b30cd2d641263e02afc6c8f757c0786ec3a8289760d2b 1 0.00/1.00 vMB 0
511,052 511,052 000000000000000000498872f84bc812f8ff1396df8ccbc0cd146d65448f59b6 798 1.00/1.00 vMB 17
511,051 511,051 00000000000000000041272f3d443bddc690fe0b5d2e95c30ac8e4c0abf67b47 1,297 1.00/1.00 vMB 18
511,050 511,050 0000000000000000005bc7ceb59e56beebc8c32631c143e5cee79b74ae82f24d 1,191 1.00/1.00 vMB 40
511,049 511,049 000000000000000000173dbf7c843afadba6d140d31079abd9fe626f0e6975fc 700 1.00/1.00 vMB 23
511,048 511,048 00000000000000000011737220dfef3ab4eb8a133282f89b9899ba49f5b5c4ca 1,094 1.00/1.00 vMB 35
511,047 511,047 0000000000000000003f4a2c34ead269c02c24c346edccab7c6a1457fdae5194 1,709 1.00/1.00 vMB 31
511,046 511,046 00000000000000000043e4b4ae6577755ba1a6d589ec8975a907226342507e14 1,828 1.00/1.00 vMB 30
511,045 511,045 000000000000000000315a8c9fa7da6367f4459ffc29e4a3f200e6e5867fa2ee 946 1.00/1.00 vMB 33
511,044 511,044 00000000000000000023739cca0da2725229cb549e71f78d8197ad1e92a86fa6 2,047 1.00/1.00 vMB 77
511,043 511,043 000000000000000000567170a050733da4c9a412eda24752cc7754de6e5e8eea 1 0.00/1.00 vMB 0
511,042 511,042 000000000000000000240f539f987d05d7c1a129870eb9a439edbe4cdf894568 777 1.00/1.00 vMB 20
511,041 511,041 0000000000000000004099550e3074074b446d1aab498abca638d890cdb8bc5b 1,881 1.00/1.00 vMB 32
511,040 511,040 000000000000000000077082c5defcc4c56c35a7380ddba51e84e841ecd987e1 1,609 1.00/1.00 vMB 41
511,039 511,039 0000000000000000000727b18d83ddc37f7c62e0990854f089ccfcd9fe37cfd1 2,228 1.00/1.00 vMB 24
511,038 511,038 0000000000000000001397d5ca59b754e13768db4d2ffb9f9bc9a3d3b3acd215 1,832 1.00/1.00 vMB 27
511,037 511,037 000000000000000000167b0093c15a0eeda67674b884c70604c3776d4b16589b 1,178 1.00/1.00 vMB 31
511,036 511,036 0000000000000000001b8251f948ec71fd432ac3e1338c2ac3762da915f6e415 1,245 1.00/1.00 vMB 45
511,035 511,035 00000000000000000012b32d8e4dbfbca2f3fbf632bd59a2e15c3a5eb6d4566f 852 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.