Loading Tool

Explorer IconExplorer

Memory Pool

83,529 transactions
31.63 vMB
0.08830056 BTC
Random Selection Loading Transactions
Max Size: 192.67/200 MB

Candidate Block

Mining Attempt 214d231a4485ee0ed90984f6104f4f9356592ea1b00a9e436043d66b6973918d
Version 20000000
Previous Block 000000000000000000015a7ee9281539d48f0ebf8c2030b737ac721a110fec89
Merkle Root 45c319fe5c98f56fbb453a6dd2fa512467b44488a171e66ecda84a3379f9022f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.01947376 BTC
Feerates: 182.65 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,212 (176,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,417 738,417 0000000000000000000933624ab3fb41dd34311d7fb74a978700178d96da28c5 3,311 1.00/1.00 vMB 14
738,416 738,416 000000000000000000040af27754d6fd66bc22a6994ba56085fe42834e80e4dd 867 0.30/1.00 vMB 9
738,415 738,415 000000000000000000092995b36342339d356ba8527c5e0880d067e10ed66575 1,198 0.51/1.00 vMB 11
738,414 738,414 00000000000000000006cd87af66f89ade392cf1d7157bd1f7c4226db47028b4 207 0.06/1.00 vMB 11
738,413 738,413 000000000000000000065fd6b85d19fc3e908db56832afd247379713ded0fbce 220 0.14/1.00 vMB 8
738,412 738,412 000000000000000000040d347787eb4d30dff4a0fa2273b0a10307ef12c8ac76 393 0.20/1.00 vMB 7
738,411 738,411 000000000000000000059adf141fe57f23091090c13cdb8ece8dba9deb9a40b8 595 0.20/1.00 vMB 10
738,410 738,410 00000000000000000001e3f0f950fcdc302112db9b2f489626ffa75dff36b7ff 1,634 0.67/1.00 vMB 6
738,409 738,409 00000000000000000002c012a21710ec5413f4a52781939c294cc9b19e944466 1,619 1.00/1.00 vMB 16
738,408 738,408 0000000000000000000885e837ee1d071f5e1c9a701f56ca14ac9452c8c2c782 371 0.13/1.00 vMB 9
738,407 738,407 00000000000000000008dc67c142c011f05d2b72f951739e68f9143cc2cf0563 366 0.16/1.00 vMB 9
738,406 738,406 0000000000000000000789356274fc8654a27fcb62c237638f2596eea91f08b8 2,107 0.76/1.00 vMB 9
738,405 738,405 000000000000000000051843780123f4ab6f109b83121d2d83f7e06b1ba5a666 1,149 0.49/1.00 vMB 9
738,404 738,404 00000000000000000000df40ade826cab54e17e014b2b2cb0a76fab68b071e28 139 0.04/1.00 vMB 13
738,403 738,403 0000000000000000000719dd7538934b13d762667a1712e561bb2b4beb547b72 694 0.23/1.00 vMB 10
738,402 738,402 00000000000000000006a802042d8eafbb4d97982159425ff41076d9a5823a98 1,305 0.63/1.00 vMB 9
738,401 738,401 000000000000000000085558eda077ab07184b9bfbaed11224ed7ec788cfe635 1,229 0.58/1.00 vMB 8
738,400 738,400 00000000000000000009155ec66a5ea894f61247a5983bb6ec627372b932c3e7 978 0.36/1.00 vMB 9
738,399 738,399 0000000000000000000525335beb6732a8c4c4b70334455b9e843fe4132903ab 594 0.25/1.00 vMB 10
738,398 738,398 00000000000000000003a50bacd1e0856d8c63e9318d5739f26a775908bcaf44 2,274 1.00/1.00 vMB 9
738,397 738,397 00000000000000000004ed715539fd3f549c9631faa44d4f903b559d65e31fe9 358 0.18/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.76 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: 708.94 GB
    • Received: 16.79 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.