Loading Tool

Explorer IconExplorer

Memory Pool

44,895 transactions
28.51 vMB
0.09270946 BTC
Random Selection Loading Transactions
Max Size: 149.53/200 MB

Candidate Block

Mining Attempt 1b0b0ddad0f0b4b8c2abe5cef2d5535344bb559cf65cf436761af3d446a4bb29
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root dcb76457e4500aa0bca63d0a771a2c86cbbdec6d55253bb292834b308bbe9d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,625
Size: 1.00 vMB
Total Fees: 0.03761524 BTC
Feerates: 101.65 > 3.77 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (807,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,093 107,093 000000000001b85be60827fd2c4ddaceb10f121a85f8d513b3db526fe2a70187 1 0.00/1.00 vMB 0
107,092 107,092 000000000000279e0c1b8af79026f08051569daff979cfffe0d84cd7439af654 2 0.00/1.00 vMB 0
107,091 107,091 0000000000004b39234beaa7bbaacd6c70f18786d4b3cc73d10aa15c7fb2ec94 4 0.00/1.00 vMB 0
107,090 107,090 0000000000000c96dd386cf6ba4a868750f2bb2cef4ed504d2d7c85252e26836 2 0.00/1.00 vMB 0
107,089 107,089 0000000000017cc19d8528358e7a1cbd86cc4848eaca62980cd8ac3acde8b047 1 0.00/1.00 vMB 0
107,088 107,088 0000000000026c8a6fdf5a3d697a2a139ffcfe35e6ba00f16334f70c0ffb1f58 2 0.00/1.00 vMB 0
107,087 107,087 0000000000015814f5cf26b891f696f82896e272fd9900289df40ac3cfc451ea 4 0.00/1.00 vMB 0
107,086 107,086 0000000000007f1b5286e5146c059dc817e6ffa6d51eda07aaf08a2c95d2d040 1 0.00/1.00 vMB 0
107,085 107,085 00000000000063854605da002a67394fdf0f88beaec69d46ecca353b2cdcb9cc 1 0.00/1.00 vMB 0
107,084 107,084 000000000000fb28fa9a32f7a68ae1f0f3a12393fe7a12282fdb5ab3d03d2c78 3 0.00/1.00 vMB 0
107,083 107,083 00000000000179f29b35ef19461d9706b933ad3374bb624592dca19c7e773c95 34 0.01/1.00 vMB 0
107,082 107,082 00000000000142ee8bc940d6cf8697f9366aec87cb203d345692cae9f003b49f 1 0.00/1.00 vMB 0
107,081 107,081 0000000000011f6ace355475b3a47e83c6daa3a18b71f53d1693307ab3a4ddcd 4 0.00/1.00 vMB 0
107,080 107,080 0000000000024115cf8a8d342951e5b0727d1769b55389eaca011df00b647aa2 2 0.00/1.00 vMB 0
107,079 107,079 000000000001127d3a7343273d0c6ee124e6e92a072a0c637a9072d44cb30c02 2 0.00/1.00 vMB 0
107,078 107,078 000000000000eba1623f38ec728e7dfb6b490a6e5a7ea86abd1a0e62f793aaac 2 0.00/1.00 vMB 0
107,077 107,077 00000000000092d63292e74347b5da53508625e6a1d5ddffb2e44e377383ad9c 8 0.00/1.00 vMB 0
107,076 107,076 00000000000053df69cb7f74baf95ce70b2f9089f21ba46f3255c1b2f2db30b0 18 0.00/1.00 vMB 0
107,075 107,075 0000000000014dc88139e05bac6b6c69c16b4beb76f3de67993c21835d37ee97 5 0.00/1.00 vMB 0
107,074 107,074 000000000001fa2baedcbc54965f24fb6450301dd54f2b1b6d99ae3b1e0ae440 7 0.00/1.00 vMB 0
107,073 107,073 00000000000010ec17a63479caffb1834db2a873dae54cd968ee41412712ce3b 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.65 GB
    • Received: 8.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.