Loading Tool

Explorer IconExplorer

Memory Pool

81,711 transactions
30.62 vMB
0.08331594 BTC
Random Selection Loading Transactions
Max Size: 187.33/200 MB

Candidate Block

Mining Attempt f17fdc47f0bbd16c3bf488e4eb3b6593a6e770a6ab8efb7a6df1dc6cde3e3764
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 5acc88256e549491a940fc5dc273fe8fd2f6590b9aaed94a79aaf2d289ec8f30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01437454 BTC
Feerates: 150.61 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (132,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,826 782,826 00000000000000000002d33d84d7a3776e63c65488bf203294a1ca6962d1762d 1,860 1.00/1.00 vMB 21
782,825 782,825 0000000000000000000512f33b01748aec200c8a20d8e44ad8bbff08487b3830 2,356 1.00/1.00 vMB 20
782,824 782,824 00000000000000000001ea4de0d771597beeeb227ce8cf3959092d714120cca2 2,766 1.00/1.00 vMB 29
782,823 782,823 00000000000000000002cfa8d5f270e6dae246d23b5aa77ebe8a674435e6b543 2,823 1.00/1.00 vMB 40
782,822 782,822 0000000000000000000354b2c98f3224b0d51dcae02b4da0a620b217f4f0d213 1,224 1.00/1.00 vMB 78
782,821 782,821 00000000000000000000079e42e616ea68a5384e9a833f10f5814f5f1a61f945 2,705 1.00/1.00 vMB 49
782,820 782,820 00000000000000000001f72a0116baa268c8c90c62a938212aa63d0f09d51258 2,290 1.00/1.00 vMB 24
782,819 782,819 00000000000000000004271af1da0e8dcd46c5cf49cba0d498acc8f56c796f5e 2,121 1.00/1.00 vMB 55
782,818 782,818 0000000000000000000500263fc3506111912417ea82fd3110b1069dfb60cf05 2,550 1.00/1.00 vMB 17
782,817 782,817 000000000000000000023a47f0d7c913605c867b2350227130e64b22ba7cbc9e 3,529 1.00/1.00 vMB 23
782,816 782,816 00000000000000000002d809c3bdec9168e1357e21e04a7deb1db45d35540b32 2,902 1.00/1.00 vMB 21
782,815 782,815 00000000000000000002a9dee760be7621c45b6e8e7352c9e1c5aaa0b0024acd 3,122 1.00/1.00 vMB 36
782,814 782,814 000000000000000000020fbfa00fd0a1c5eb08ff0e0cd6387598781056d30a85 1,432 1.00/1.00 vMB 15
782,813 782,813 000000000000000000030f9a852c1894bf24027f1471293acf09046daf0f4430 2,446 1.00/1.00 vMB 20
782,812 782,812 000000000000000000054aa9c1dae7baa976a7699779f94d2906a373091e7279 2,156 1.00/1.00 vMB 23
782,811 782,811 00000000000000000005f02b5f246ee160bc300840fa29f8998face508693a5d 3,533 1.00/1.00 vMB 22
782,810 782,810 000000000000000000009818b1cb20e1f25cfbf58190d3b7de67fc5d5d6a33a0 3,018 1.00/1.00 vMB 20
782,809 782,809 00000000000000000005d135c46635a415fb3b4379f311192a08c4ebba26422b 3,795 1.00/1.00 vMB 24
782,808 782,808 00000000000000000002d01e087b6f09b00d5d792e7d098c38aa499dacd75546 3,568 1.00/1.00 vMB 26
782,807 782,807 00000000000000000003581feaa459cc89a690e36a8b82dab29119d2547d45f7 3,015 1.00/1.00 vMB 39
782,806 782,806 000000000000000000006d51d0def36696f1669eca0ed837301e8c85b4164a1a 1,353 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.