Loading Tool

Explorer IconExplorer

Memory Pool

42,365 transactions
26.75 vMB
0.06355605 BTC
Random Selection Loading Transactions
Max Size: 140.35/200 MB

Candidate Block

Mining Attempt 61a8d96cd099f01457a52fe35b870dcc6a92ece2c915018721181bebb1f9d0b4
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root bfd7247f8b96b05d000acadb5103f75adacc1c87e62f57e4c58f7ba1550b3a2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,187
Size: 1.00 vMB
Total Fees: 0.01397408 BTC
Feerates: 181.54 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (129,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,822 785,822 0000000000000000000361a4a860144c5ac1119e53db121fad5a9331ca3c0163 1,828 1.00/1.00 vMB 11
785,821 785,821 0000000000000000000087bef964d5672a1753a6e8935745df39b9aac0e80e33 2,514 1.00/1.00 vMB 16
785,820 785,820 00000000000000000001299d4d4850093ac74aba9ec3d8f9397409186880e5b0 2,354 1.00/1.00 vMB 12
785,819 785,819 00000000000000000001a5538fbb2a95e78e1f0a3e3743547f5f0bcf1546bda6 995 1.00/1.00 vMB 3
785,818 785,818 0000000000000000000086b9251263712f7449690edc38e8d437229b62902a87 2,711 1.00/1.00 vMB 11
785,817 785,817 00000000000000000003992047db606364ba3d7fda5d343fc9a3155961a4f976 2,900 1.00/1.00 vMB 4
785,816 785,816 0000000000000000000443911e82741e427e753fa583f18ef257ba82e77d1101 2,379 1.00/1.00 vMB 9
785,815 785,815 0000000000000000000260d6a20ea91ee841135e903fd0fbb9ab66fb75067c22 3,575 1.00/1.00 vMB 15
785,814 785,814 000000000000000000003954994d66fd3b3e41c3e002d63ca15b5b0beebff9f3 3,171 1.00/1.00 vMB 33
785,813 785,813 000000000000000000034f9c64284a0ebb563a37c014c6bbbd54984623d0a177 2,338 1.00/1.00 vMB 9
785,812 785,812 0000000000000000000383baa8157df0350973a2af7e8e520a6e838d9f7d3ab1 2,011 1.00/1.00 vMB 10
785,811 785,811 0000000000000000000336cb812d74ecc193a113fc07570cb9662716bff84920 1,698 1.00/1.00 vMB 14
785,810 785,810 000000000000000000053b0575161c1b3517d9925b784e69192f4a45623c82e2 2,617 1.00/1.00 vMB 19
785,809 785,809 000000000000000000022102400ddba39f3b048a2fae4353802e7c95714d5ad0 3,438 1.00/1.00 vMB 32
785,808 785,808 0000000000000000000590d124ba60492d3b42e554e419f3d7271603ded112a8 2,134 1.00/1.00 vMB 11
785,807 785,807 00000000000000000004d7cede5da8c7282ab9bfbf1212a26d3b2ed26f051aba 567 1.00/1.00 vMB 3
785,806 785,806 00000000000000000002b0946afc0b099b9fb09e3af15588c4dce1218e27ac90 2,218 1.00/1.00 vMB 7
785,805 785,805 000000000000000000052d68a407f07153235759f9ba14f3429c2a7c3b168d51 2,760 1.00/1.00 vMB 14
785,804 785,804 00000000000000000002bfcc4b50a60f91c8246a29d50db453875b80aee88233 3,709 1.00/1.00 vMB 28
785,803 785,803 00000000000000000004873cdd7a7d93c12e96d021f3b4e33cc0921d9aa04765 2,747 1.00/1.00 vMB 14
785,802 785,802 00000000000000000004fdf407deeee9de8671f62332acc4f9c1524871e9ed81 829 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.