Loading Tool

Explorer IconExplorer

Memory Pool

74,121 transactions
27.37 vMB
0.06739322 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt 9dcc10be78f5afbe21aa7644856fa8cec234b2e99586ceb408d68a392054553e
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 49383f2b1bc65c36f0957e1f8ceda6dd3738ef96f47a71f7c48cb80f3764ec4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.00914686 BTC
Feerates: 301.57 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (522,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,392 392,392 000000000000000000dcaa2e286141c91c6ab2999f4c4730f9a3cdafd14fc84a 360 0.48/1.00 vMB 12
392,391 392,391 000000000000000005b7b33dcf68ccb12c9547c3959fe716d2aba600c1238381 324 0.16/1.00 vMB 33
392,390 392,390 00000000000000000754f4f538583a7c67841f557a02e5b453a13f84354d4f72 143 0.25/1.00 vMB 9
392,389 392,389 0000000000000000069809d35c1c5d868d5517e10928a99ef16f80f2504c2774 1,470 0.68/1.00 vMB 34
392,388 392,388 000000000000000006a6a3d5cf88748c15512f6bbe9dc28ffd4c4deb9f8a2279 1,695 0.76/1.00 vMB 37
392,387 392,387 000000000000000000d9595334e51b8422394587349d7aefbba5382fdd096acd 626 0.32/1.00 vMB 36
392,386 392,386 00000000000000000a3ff92626f3b7bd48be8c17ada32deffadcc9d2b2c33ca0 1,246 0.99/1.00 vMB 22
392,385 392,385 0000000000000000064a923fd0c046a17656f915b8ecdc94fd7c104bbc9d0179 1,208 0.54/1.00 vMB 42
392,384 392,384 000000000000000005cd94dd67760243ed4a01d212c0ffabb66f8943d0bb03b9 1,646 0.93/1.00 vMB 29
392,383 392,383 00000000000000000841905bfe7723779ef3ea566ab8f0ed19b3b845608851bb 2,191 0.95/1.00 vMB 39
392,382 392,382 00000000000000000054ffe767e4a9d17541a77aaf31984470161183d909f76a 158 0.64/1.00 vMB 10
392,381 392,381 0000000000000000067073249264617412fb2dfc9bac35f9571dbe6c9ed0be6d 943 0.93/1.00 vMB 16
392,380 392,380 0000000000000000005d2c17bc3c51efd4170d8db14e718ec1e309b87c2d7b0e 2,470 1.00/1.00 vMB 41
392,379 392,379 0000000000000000082b73b7d77475c153bed2d80b9ffe8a74fa28ed99d1803a 1,964 1.00/1.00 vMB 49
392,378 392,378 00000000000000000395a7dbf787e0743588b7412bb20929c5384d55601fec80 2,121 0.95/1.00 vMB 40
392,377 392,377 000000000000000005897f03d520ee9274054bd59c57b53299d69a7d87c0eb21 512 0.26/1.00 vMB 30
392,376 392,376 00000000000000000a903172a9abea5cb84ea9d32a534874e34806ffd09b6b43 220 0.14/1.00 vMB 21
392,375 392,375 00000000000000000161496f03ec5acaa49def3a43dd4a21fbb74282cbd79fb5 1,835 0.89/1.00 vMB 44
392,374 392,374 00000000000000000789e01467f905b8dabf2f12a1b32a8bd942099409de567c 337 0.15/1.00 vMB 37
392,373 392,373 000000000000000009d6c624c46f8eb4a9ce2a7a9944dbd6684444b977549215 453 0.24/1.00 vMB 29
392,372 392,372 000000000000000007f1fd2245f7a4b23ac4999043f63fbc0d021c50b128eefc 347 0.17/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.84 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: 711.84 GB
    • Received: 17.13 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.