Loading Tool

Explorer IconExplorer

Memory Pool

80,836 transactions
29.49 vMB
0.10177884 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 4ebc9751b709ffbde55d9c458d2e0e00a7e486370b5cef70dca9a5a2a94555e4
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 9562a54b4767d05bbb5d6dbd1bb2286b679d8d92be7f9705a8195a00bd68e16e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03977153 BTC
Feerates: 146.36 > 3.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (191,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,338 723,338 000000000000000000093ad5a023d3dbecd739e2689bdbe8834ede1bb13f959e 2,172 1.00/1.00 vMB 3
723,337 723,337 00000000000000000005af6de0a4f2f5dbe49bc95ce102ceda6ae85085fdf75b 2,836 1.00/1.00 vMB 13
723,336 723,336 0000000000000000000900c4921dd1102a4d0d6ec74b849ad65aaa767ece5210 1,884 1.00/1.00 vMB 8
723,335 723,335 00000000000000000004fb7a58e414c0def3b16d5cc438a18a6b452cf1ec1b2b 1,425 1.00/1.00 vMB 8
723,334 723,334 0000000000000000000538ae53ee4619d0892dfa66ddb64fb34bc5a35782f980 2,374 1.00/1.00 vMB 11
723,333 723,333 00000000000000000002ef7d998201ee1c95315d7dd7a50c7d5300323e9f7164 2,567 1.00/1.00 vMB 11
723,332 723,332 000000000000000000012e6b32435b6218001586f816aea8e17b09017e9171fa 3,100 1.00/1.00 vMB 11
723,331 723,331 00000000000000000003b43ba8faee1af0c6b60979f797c1a66b158943576262 2,773 1.00/1.00 vMB 16
723,330 723,330 00000000000000000005472df06ac04da809e0170ecda554cb281966f2fed1ba 2,856 1.00/1.00 vMB 18
723,329 723,329 0000000000000000000a39bdcd6f1de4591e94f4a854e364326b453a17274b29 2,722 1.00/1.00 vMB 13
723,328 723,328 0000000000000000000187ef5e4c18be45f76872531c83ba2fc9d8384bfb605f 2,826 0.93/1.00 vMB 12
723,327 723,327 000000000000000000009e23ba9a180cb6b9b8ef8267c2018be36eeee2945adb 20 0.10/1.00 vMB 7
723,326 723,326 000000000000000000071620fbbb199dcf39fd1f8677a1fdd3f044041fe3a51f 2,701 0.95/1.00 vMB 9
723,325 723,325 00000000000000000000b5d5341fb09289e37c413991002fcf056c541470d7dc 905 0.41/1.00 vMB 7
723,324 723,324 00000000000000000004c47acb4ac1ce9674a3c5050879caed665cad994f8a23 2,622 1.00/1.00 vMB 13
723,323 723,323 00000000000000000005952d52ca1042968e4a9076e3fe956f650c2d70df81a6 332 0.32/1.00 vMB 1
723,322 723,322 00000000000000000001aa927c994f07b9d8748f51a0f10fecf6b812de0957e8 1,646 1.00/1.00 vMB 8
723,321 723,321 00000000000000000000ee885ea22e87e55a6e4d39eaa8b51349d2bb3af433f3 1,856 1.00/1.00 vMB 2
723,320 723,320 0000000000000000000047bda084ffb1270ebad02b448a855d11bcec94bdaaa3 2,236 1.00/1.00 vMB 8
723,319 723,319 00000000000000000006df896ee9ce5b7db11fb59e3688d7b25ffff512d43b3c 1,832 1.00/1.00 vMB 7
723,318 723,318 0000000000000000000798c06e66e3723740fdafdf23b469225fcfed73df9199 3,030 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.