Loading Tool

Explorer IconExplorer

Memory Pool

81,353 transactions
29.90 vMB
0.07769067 BTC
Random Selection Loading Transactions
Max Size: 180.52/200 MB

Candidate Block

Mining Attempt 7c9c5f58eefe5d3aa8dd95b0475ce51d98bbb2853e7a064f9e7b78f27eb535bc
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 322f9423b07ad20893dc54ac0b77b9d316ef7f2131bc9cdc6bd8c792d7b4bd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,870
Size: 1.00 vMB
Total Fees: 0.01673109 BTC
Feerates: 151.12 > 1.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (521,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,517 393,517 000000000000000002fecffce29357062352e21deb81b10dac3fbf63addd3702 1,686 0.99/1.00 vMB 24
393,516 393,516 000000000000000004f85ce22aec553a8e2d19d2f15d3276db17031555c31d93 870 1.00/1.00 vMB 10
393,515 393,515 000000000000000002c9b377a75730580ca02789bdd86071b072997c00be2203 82 0.03/1.00 vMB 34
393,514 393,514 000000000000000002bd2845689f9395cdbf12a9a1346ff51bc2001423c42297 705 0.33/1.00 vMB 34
393,513 393,513 000000000000000006facd68505e26dbd62fa68046aeb47ce1abb5cd4163576b 1,021 0.88/1.00 vMB 22
393,512 393,512 0000000000000000040faeb2340e1e117588ff43811a96f2be983b3e023f3cdb 1,415 1.00/1.00 vMB 19
393,511 393,511 000000000000000002f5a56622ce8ac79ed84b6d80c6285f96276162feb7a506 1,276 0.93/1.00 vMB 22
393,510 393,510 000000000000000000e64599703c9dcec8cda3eb5efa22509ac7d296c5974d38 1,163 0.93/1.00 vMB 23
393,509 393,509 0000000000000000048e8b22cb38b6f24f943c7e1401119c2aea9a9b0295449f 1,740 0.93/1.00 vMB 26
393,508 393,508 0000000000000000051830935eca125b861125866cc6b548a2cb0d4d07ede7e2 2,729 0.95/1.00 vMB 52
393,507 393,507 0000000000000000038958136f465b61eb79718e23783df42aee97c0cecefd8b 1,096 0.99/1.00 vMB 19
393,506 393,506 000000000000000001b127bcd85fb6b9a3a4c6eec19dec7ec3b367c7c76cc903 819 0.95/1.00 vMB 16
393,505 393,505 0000000000000000098ced21193e6c3fcbd9f4c825be67bf8d94219d2e002a4d 2,244 0.95/1.00 vMB 43
393,504 393,504 00000000000000000186606e42429fe15c21d1a6fc8cf0e4c9be6ae449ba8ed4 1 0.00/1.00 vMB 0
393,503 393,503 000000000000000008a253a349c6b0a760d38397f6b3669eedf758e1ab9b8583 1,555 0.93/1.00 vMB 27
393,502 393,502 000000000000000002c1796dd2e2fb49ca4968cbc6be08b6fe697e0576dcca71 2,643 1.00/1.00 vMB 52
393,501 393,501 000000000000000008cf9ecdf60cec4e70df82767e532d70cd32563a61cfbe7c 2,010 0.75/1.00 vMB 41
393,500 393,500 0000000000000000054fd9e46e3ca036c43a3c26f05da750c9a9fe50e67e79e3 2,853 0.95/1.00 vMB 55
393,499 393,499 00000000000000000204d097a11323aea1448cfc9c36148b7d9db53671ed3b38 1 0.00/1.00 vMB 0
393,498 393,498 000000000000000000314c532a61486a8aa591b5ff282a60ff28514e464fa850 1,078 0.91/1.00 vMB 23
393,497 393,497 00000000000000000350217fc73e097239513e8378adac9a93d621183a5f5d14 714 0.95/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.