Loading Tool

Explorer IconExplorer

Memory Pool

42,815 transactions
30.58 vMB
0.06917031 BTC
Random Selection Loading Transactions
Max Size: 155.50/200 MB

Candidate Block

Mining Attempt 290347a0551511e1d0003775022b73fc264cab3dafefb8e859e77625d583fe96
Version 20000000
Previous Block 00000000000000000001c7bd2722415c2775b2fabf64f064d602061b58f6a5e3
Merkle Root 1a43ed2bd3393aa924af4abf5a1238d314f58a62522e4885235e41c606f1fc2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,338
Size: 1.00 vMB
Total Fees: 0.00789330 BTC
Feerates: 85.41 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,454 (471,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,568 442,568 0000000000000000005a14a6b75555b93a8a26e1f77da3ae30f60571d6a5e1ca 2,270 1.00/1.00 vMB 97
442,567 442,567 000000000000000002b4c670faf24493dc45709c3d086fcec58a8941de9680ed 1,856 1.00/1.00 vMB 67
442,566 442,566 000000000000000003a57d4372c5fccffcb2fae08855c34016942b874320e6d4 2,380 1.00/1.00 vMB 75
442,565 442,565 000000000000000001271b922065277791f4760d0a6be754f3cf181c322b1846 2,561 1.00/1.00 vMB 91
442,564 442,564 00000000000000000345ec12d06a04f145ffeba4808c2c11d1111646ec25843b 2,457 1.00/1.00 vMB 84
442,563 442,563 000000000000000000981c319de39367f4e1c9f90c2d1a177dde9a41d5a9cab9 2,388 1.00/1.00 vMB 73
442,562 442,562 00000000000000000197c53d45144e99ed69cc57a3428593c2e4bd98d8e5603a 2,636 1.00/1.00 vMB 72
442,561 442,561 0000000000000000023f2b45967cbf3225e28096806ad3a9592a2cf035b35560 2,845 1.00/1.00 vMB 87
442,560 442,560 00000000000000000354b1b1f4aa52a9f35c3ae34efd8f7609c303d7c53ef637 2,644 1.00/1.00 vMB 74
442,559 442,559 0000000000000000015844fb4c62228f866a810e496dbe2c840d28a81e06a129 2,630 1.00/1.00 vMB 81
442,558 442,558 000000000000000002c50a8b5309be135e54be88e94745b991c5bf54d7c3b4ad 2,126 1.00/1.00 vMB 83
442,557 442,557 0000000000000000022a7197e43cc1acd22d5152ee566ec63bc71ff1c7238cf6 2,717 1.00/1.00 vMB 105
442,556 442,556 000000000000000003c066e43fc62132e5f120e28cc4d5ef34b29e3b563f2204 2,348 1.00/1.00 vMB 68
442,555 442,555 000000000000000001d67830ee8e14a85fc47fc77d4e573a6fa53b4209e4e773 2,278 1.00/1.00 vMB 95
442,554 442,554 000000000000000001f15c0409b7b3f06ff43fe40b7768341d2df838e8eb6939 2,524 1.00/1.00 vMB 102
442,553 442,553 00000000000000000385e52beeeaa9a2b52ef345caa4ffe29d931838840ec3d4 614 0.87/1.00 vMB 24
442,552 442,552 0000000000000000029e78c786c809e79cc875f1704151bab3664cc4a0697106 2,292 1.00/1.00 vMB 63
442,551 442,551 000000000000000002c151146c89ec84bdec638f35f1f1a4a6065c639644c604 2,098 1.00/1.00 vMB 58
442,550 442,550 00000000000000000136329d0b887b9d0fd3efd326af0d9ac0af449701d69d6c 2,751 1.00/1.00 vMB 92
442,549 442,549 000000000000000002b0006d5233a57bfdf19acc13e7f7ee7387f525c3c86781 2,051 1.00/1.00 vMB 53
442,548 442,548 000000000000000002502b90fce3697436fe3c7acf049135a7f0fee596205784 2,556 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.41 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: 605.64 GB
    • Received: 10.59 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.