Loading Tool

Explorer IconExplorer

Memory Pool

42,440 transactions
28.33 vMB
0.07314717 BTC
Random Selection Loading Transactions
Max Size: 145.93/200 MB

Candidate Block

Mining Attempt 65d8fec8716b88f65b7c0f9f5c79ddd5bfed3e558b79c81045de47fbf28bb5ce
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 10d8732cccb2f14720a2b4532f48dc3f6d832e68874255b4d6788e8b2996a224
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.01668760 BTC
Feerates: 100.56 > 1.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (502,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,086 412,086 000000000000000001c0f4b6da904aa89428b0f789d55f39c9273c4e43579701 2,020 1.00/1.00 vMB 41
412,085 412,085 0000000000000000037efe28d7bd66e54fc0778f4e8ca869669fdcd3fefaf151 1,083 0.46/1.00 vMB 47
412,084 412,084 0000000000000000044a413cd9e105fab2534417dd186e3f2d672746e98dbbfc 276 0.11/1.00 vMB 43
412,083 412,083 0000000000000000007d5a3a4bc8bb27fab0a7e930241e3b78ab1df88740324e 1,460 0.66/1.00 vMB 63
412,082 412,082 00000000000000000465b4f1b44945457cdf2992d2cf07047fbdae7a15d0c0ba 1,367 0.52/1.00 vMB 54
412,081 412,081 000000000000000001f5f19de28901f5d159295871d9b19c81a6481568e48a1f 901 0.45/1.00 vMB 41
412,080 412,080 000000000000000002fda63d661fd9cfcfc6a3191c68a0a2469e2d64db6c147f 880 1.00/1.00 vMB 15
412,079 412,079 00000000000000000422a4f71fd336ae9b6378addabd5d0f8e084e7a249a19af 1,939 1.00/1.00 vMB 35
412,078 412,078 00000000000000000233a4a2e2d2ec958a2f0544f06df87b5deebe51da778371 667 1.00/1.00 vMB 13
412,077 412,077 000000000000000003cfbd58249c2db08346b8fe5f37c6a64a7590e62545d85e 1,289 1.00/1.00 vMB 30
412,076 412,076 00000000000000000409f884715e5b4a2c3ffbf1ef627c638b024025d587a3cb 179 1.00/1.00 vMB 12
412,075 412,075 00000000000000000200a84cbfef692f323d8e006e6490ad24a7f361593de266 74 1.00/1.00 vMB 10
412,074 412,074 0000000000000000013d620986852e26cb49ab7c077b919d9774ff0940354c8f 1,028 0.55/1.00 vMB 48
412,073 412,073 000000000000000000b22246d11a821531611d2575cd614628a6266992a3f77b 1,574 1.00/1.00 vMB 40
412,072 412,072 0000000000000000012a46ef1da9af2c68eaf1f46ee668725d90dbec7aa3024a 565 1.00/1.00 vMB 20
412,071 412,071 0000000000000000013b06d18e5ad76417daac015c1a5bcd005fc5b2d3fe2a1b 1,598 0.99/1.00 vMB 32
412,070 412,070 000000000000000004de5e76f596dc9c1cbf9128da155724d29a0d55b4131bb0 641 1.00/1.00 vMB 16
412,069 412,069 00000000000000000479dd6587075fc7680413204c31413416acf67c405ea17d 1,134 1.00/1.00 vMB 22
412,068 412,068 000000000000000000117543336b2ed04987c66affe2ebf6c0fe17a2c0b73842 2,547 1.00/1.00 vMB 43
412,067 412,067 0000000000000000007b2723e35724856ec3711b524a5530a3171d1a3dd4b6db 2,322 1.00/1.00 vMB 55
412,066 412,066 000000000000000003da7827f0a80c365df5ce4942860b87213bac1e8abba273 3,038 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 781.75 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: 631.85 GB
    • Received: 12.08 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.