Loading Tool

Explorer IconExplorer

Memory Pool

41,921 transactions
26.54 vMB
0.06046629 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt b8dac0a54026eaee9eddb1294259ebfaa516f244d9da56d026658d62d4c59926
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 8bf8a614e1107f83018f0db9c4d26475ca689ec6e215c2eaa0161bc7e02a9b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01138494 BTC
Feerates: 47.58 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (154,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,386 760,386 000000000000000000015f883a9d5bd0fe01e390c862f77e3b8d1813183280d6 3,341 1.00/1.00 vMB 11
760,385 760,385 00000000000000000006ff085420d6340308b4ba0a1b640dd0b80cfc3d84dd15 2,848 1.00/1.00 vMB 15
760,384 760,384 000000000000000000036f8a1069e3d3a4ff0735df2033988f1ff31898e2a3e3 3,038 1.00/1.00 vMB 20
760,383 760,383 000000000000000000008a18bf6afb60cacf6ba2bda52891fd893a149c1922f3 2,859 1.00/1.00 vMB 18
760,382 760,382 000000000000000000053f209978c819bb4708bc6c559959e79a84f971767e9f 2,905 1.00/1.00 vMB 20
760,381 760,381 00000000000000000001c7f0caaf9706ed70ef2a208d1e76e9240a4fd78fd891 2,948 1.00/1.00 vMB 25
760,380 760,380 00000000000000000001e8b2a2ed32a730610a478c62828968733287a2fbb2ee 1,659 1.00/1.00 vMB 16
760,379 760,379 00000000000000000002a8fd15d34b4a94832db122495b9d4a032b87af7d601f 2,855 1.00/1.00 vMB 23
760,378 760,378 00000000000000000004591cb614163ae1e1eeb0f3daec6d728a0035525b161b 3,636 1.00/1.00 vMB 32
760,377 760,377 00000000000000000002ca514501ed7af87cde9d782e0d1184aa2f163d816e17 1,374 1.00/1.00 vMB 16
760,376 760,376 000000000000000000009a0e9a04a3c63ffe5b9cd43fffb1cba2486b00dab283 2,866 1.00/1.00 vMB 25
760,375 760,375 00000000000000000006398ce947f947d0d7aadeeb5aabe67fb383c37c68878c 3,511 1.00/1.00 vMB 24
760,374 760,374 00000000000000000002cb27d8667b3a9e8875771d0b9b5a45ec5c3565fbd06f 2,044 1.00/1.00 vMB 10
760,373 760,373 00000000000000000001a051c088574241e6a56ee451608b00f58aa2f05d1993 2,327 1.00/1.00 vMB 21
760,372 760,372 000000000000000000035cde7e6f54edb36d26e6077288e7c00c6d3f007113cf 1,616 1.00/1.00 vMB 18
760,371 760,371 000000000000000000028f717a9f7319646c2cccf7d05ac35a626b0aea791229 1,854 1.00/1.00 vMB 22
760,370 760,370 0000000000000000000024a7b2c5f55dc7042fd28fa4ab7347216af0a2a98c1f 2,876 1.00/1.00 vMB 24
760,369 760,369 000000000000000000063ef016bb6db1ffa0c9d2c0df5bb204fe74f7b469fc73 867 0.24/1.00 vMB 17
760,368 760,368 00000000000000000001bee5b5adae12ee68901d92030d20a4274ffe7f1141fb 2,574 0.80/1.00 vMB 18
760,367 760,367 0000000000000000000321d2dd341d44e22317df225febd3177174b8965555d0 65 0.02/1.00 vMB 13
760,366 760,366 000000000000000000021487ea8ced71728b3d64c5a048cbfd14812417e0f119 1,135 0.38/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.