Loading Tool

Explorer IconExplorer

Memory Pool

80,459 transactions
29.69 vMB
0.06872316 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt 0a7e2e37d16c34be592c16ef3bb5e1a8f390f9d962933ffda12af4e7664a5234
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root db9553a94ef398c4d85c5858ef2434446c7e88322cb5467a10a577eda2f7678a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,150
Size: 1.00 vMB
Total Fees: 0.00818757 BTC
Feerates: 100.36 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (264,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,011 650,011 00000000000000000008aecb691daa382e1d4d1dcc95d576a0ec37ea1bb27384 2,098 1.00/1.00 vMB 47
650,010 650,010 0000000000000000000a7ba1c228402e68222e8ec4066d7b19b9d72a04a25e26 850 1.00/1.00 vMB 5
650,009 650,009 000000000000000000017026661e2ee091c2b30060615aeb554eaa79b5965c1c 1,803 1.00/1.00 vMB 8
650,008 650,008 0000000000000000000ab87708732335d0fe4742696ff11181156534d0cf236e 1 0.00/1.00 vMB 0
650,007 650,007 00000000000000000009335672badbe3c74fe406a583d76a8dfb86b519f9702d 1,138 1.00/1.00 vMB 30
650,006 650,006 00000000000000000008a72a7b9b85e7e81c27bfeba8d136b37dbd3a29e300ce 2,108 1.00/1.00 vMB 25
650,005 650,005 00000000000000000006c7e9cda45c721508fa7e4c3dfe75e06fba4441891243 629 1.00/1.00 vMB 20
650,004 650,004 0000000000000000000c0890902ce26034c1bd1a02683abb41de18d521c43763 1,270 1.00/1.00 vMB 51
650,003 650,003 0000000000000000000b86f3af39bdb1b49d581042d128db085516e9b887b15d 794 1.00/1.00 vMB 33
650,002 650,002 000000000000000000055c6060c68509aa8a6cebf0a0a24e570369852d144646 2,462 1.00/1.00 vMB 21
650,001 650,001 0000000000000000000093f63a9aff1dceef7c6befba64d6a10ea5dd4c5a28f2 3,038 1.00/1.00 vMB 22
650,000 650,000 0000000000000000000060e32d547b6ae2ded52aadbc6310808e4ae42b08cc6a 1,089 1.00/1.00 vMB 24
649,999 649,999 000000000000000000076c1eea129cec5a5291d0ee516c3305df33b0ba76ac51 2,159 1.00/1.00 vMB 48
649,998 649,998 0000000000000000000a262597317ee17a1e4be0688b860256ce37396e3bf36c 2,166 1.00/1.00 vMB 29
649,997 649,997 00000000000000000002b8a1751ca6f9ffcb28a023649058f5d2378de5ff30a2 2,603 1.00/1.00 vMB 77
649,996 649,996 0000000000000000000bd8ba88e13afea2b27a53e81e113cfaee172e8697aaff 1,173 1.00/1.00 vMB 32
649,995 649,995 00000000000000000009d38e29408a31beeb3f79575531fe17f651450c30f652 1,612 1.00/1.00 vMB 46
649,994 649,994 00000000000000000008d14e6ee122daa6336aba578e7bab9f34e7f07f11c657 1,874 1.00/1.00 vMB 13
649,993 649,993 0000000000000000000c6891bca08ad8297573e0ddf30935839f8f0213791dbd 2,250 1.00/1.00 vMB 24
649,992 649,992 0000000000000000000b47b09574dbdb9842445bbccae6428258eee79f2a5ac2 1,543 1.00/1.00 vMB 33
649,991 649,991 0000000000000000000558e9fdfd923e312537cacd1e637ebef97ddc7c16abb0 1,008 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.