Loading Tool

Explorer IconExplorer

Memory Pool

40,756 transactions
25.90 vMB
0.04988624 BTC
Random Selection Loading Transactions
Max Size: 135.35/200 MB

Candidate Block

Mining Attempt 9227c317ecac5fee73a46ba5c42372a306cb1b2d4580c26112db586a36ad00a3
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root e4e98ed363e9801b332b34467ef25e8e1d504bea4a113137f4e1cdb3bd70813a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,942
Size: 1.00 vMB
Total Fees: 0.00284919 BTC
Feerates: 18.26 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (333,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,050 581,050 00000000000000000013c3f0fa9d49dc639c9f597c4bb2bba7742d447cef5add 2,344 1.00/1.00 vMB 112
581,049 581,049 00000000000000000018783e0cd2f1cd60d6a6f88dc1ec7f89285f39015fac70 2,148 1.00/1.00 vMB 48
581,048 581,048 0000000000000000001b7a59574f4940c89b1e3f04a1e440276044878e580370 1,404 1.00/1.00 vMB 30
581,047 581,047 000000000000000000044678a3732a87b618c52d91e59889628928c45301899f 1,535 1.00/1.00 vMB 31
581,046 581,046 00000000000000000022eaad5c5048d6f1170b274af37830ae5357b528a30558 1,712 1.00/1.00 vMB 31
581,045 581,045 0000000000000000001777b030658d8009baa6ac4e67892cec7a66802e749459 1,675 1.00/1.00 vMB 15
581,044 581,044 00000000000000000024483d37160e653147f892afd0319bc1f259e17a8aef50 1,847 1.00/1.00 vMB 34
581,043 581,043 000000000000000000204e2544b4fc7a36b5a3e58bf415ebd0aa7b0b82cd5869 2,265 1.00/1.00 vMB 25
581,042 581,042 00000000000000000012f53444caa8ce7508ca108c4353050821b246db83c560 2,222 1.00/1.00 vMB 22
581,041 581,041 00000000000000000000a5ac343a0857716083a9a1821ee8d1ba73f85a8ab50f 2,114 1.00/1.00 vMB 46
581,040 581,040 0000000000000000000d2f1c4822d2bba17899d6d13c6cdd4fbf1e2f4617a7f8 1,772 1.00/1.00 vMB 44
581,039 581,039 0000000000000000000a1cbb2c946e139606ecaa308dcede1fa9d741f78aaf71 2,002 1.00/1.00 vMB 48
581,038 581,038 0000000000000000000bb27f73b47a612841226767115e8085aab4f901260031 2,675 1.00/1.00 vMB 68
581,037 581,037 0000000000000000001a1b89e6761f31653d81d453f415270d7c5c7866153de9 1,127 1.00/1.00 vMB 30
581,036 581,036 0000000000000000001b0d831c445769af39d6ffff09bba9153a6e27fca78b5e 2,190 1.00/1.00 vMB 50
581,035 581,035 0000000000000000001d8c2e960b4298d768df075c332151746e342de239664c 1,679 1.00/1.00 vMB 37
581,034 581,034 00000000000000000018d4be5960d7508025270f433ab336c10cebc5c6c057af 3,238 1.00/1.00 vMB 43
581,033 581,033 0000000000000000000ddd835f6d6e143848e7f6d818d6fab039ed258f791f61 1,911 1.00/1.00 vMB 45
581,032 581,032 00000000000000000003b50a11abcafd9f3fadb514228133bf881e3038c72da0 2,846 1.00/1.00 vMB 84
581,031 581,031 000000000000000000047c9f669afa4b00098044f1f16e78f3c5335ecb79d162 3,027 1.00/1.00 vMB 52
581,030 581,030 0000000000000000000ae1e6494a69999c5ff86037adaafaf3b0bb6c863a4c0f 2,348 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.99 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: 648.69 GB
    • Received: 13.06 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.