Loading Tool

Explorer IconExplorer

Memory Pool

20,314 transactions
11.52 vMB
0.05695172 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.24/200 MB

Candidate Block

Mining Attempt f0c4f5fdaec6583560cdf85745ef5a478031d26b6fc0e6122f69fb723173d58d
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root fb940a78156c068db05edc19f6e9dd09bc6387dcb68f132c298ef2b8110a0656
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,818
Size: 0.99799875 1.00 vMB
Total Fees: 0.03641918 BTC
Feerates: 240.43 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (740,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,804 172,804 0000000000000886e672dc9a6fafad626d0a9e965811e274b958dae24de874da 1 0.00/1.00 vMB 0
172,803 172,803 000000000000052e71fa7bc695f04bc87b02373ca3d846e55b1f83ff3d0bae0c 33 0.02/1.00 vMB 29
172,802 172,802 000000000000012bb361965775aaabec90ee1e703a68fefaea799c6076e74d6e 10 0.00/1.00 vMB 182
172,801 172,801 000000000000079d2c8b5ce41f4b6564513c809d0dbd12343f34ff4f040714f2 81 0.04/1.00 vMB 55
172,800 172,800 00000000000006b5f49fc22c4864a6cd52ed6da26cc6555328eedfd1adf0d86c 1 0.00/1.00 vMB 0
172,799 172,799 00000000000004d9b355f9b1b823d43c8098f1e9f941cda30848d37282750622 1 0.00/1.00 vMB 0
172,798 172,798 000000000000032e7e4014d24cd8037fbb5f7b59287eba89f2a8d7d33ea7933e 27 0.01/1.00 vMB 31
172,797 172,797 00000000000004c1401a597823d3f3244196470631499dfa31eb964d11c4efa0 61 0.03/1.00 vMB 109
172,796 172,796 00000000000004fe22dae1440ad4bd98ffe24f31589c4c21835d14e7274d719d 61 0.06/1.00 vMB 70
172,795 172,795 000000000000025a293d9650e681ea51687b9859f3aadca619420f03691eec83 1 0.00/1.00 vMB 0
172,794 172,794 00000000000008b9197ef3c681365cefbbddafd86b27c6aa796671ec3e042652 5 0.00/1.00 vMB 20
172,793 172,793 0000000000000aa5c1a58be19b0c18252aa7f4995b30c15be33c225dacd7bae7 24 0.01/1.00 vMB 53
172,792 172,792 0000000000000176f4815a358fd8ba98b46fa25d376e4dcbde3f4ba8635fedc2 7 0.01/1.00 vMB 1,046
172,791 172,791 0000000000000494c87ee95fa0c7366f0d34a230da41373911b9d60b5a031a22 30 0.01/1.00 vMB 226
172,790 172,790 0000000000000b076710694920623c686b340a8a5df205342dd73f7dd5bbccd1 1 0.00/1.00 vMB 0
172,789 172,789 0000000000000a95014d0415afd11e9d77521f019be94f73fe6b01e43789b98c 35 0.01/1.00 vMB 0
172,788 172,788 00000000000005f464f9e61a7b14071dfa16698614378c28daf993e1b00df91e 14 0.01/1.00 vMB 37
172,787 172,787 00000000000005c8a0c086f9ca0ca9ee87078d984ca6ad7ef9acb1e29f057b9c 17 0.01/1.00 vMB 34
172,786 172,786 00000000000006f6087fcd1977bb916fe636b23eaf1cf0cc64a7f56f0a57d2e1 1 0.00/1.00 vMB 0
172,785 172,785 0000000000000115eaa6aebe0816c39d750e2c27d21b2692cef7304268265668 19 0.00/1.00 vMB 70
172,784 172,784 00000000000006b1e067db4dede36dd377862aa68f9b308379e90f6dd58389d7 37 0.02/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 780.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 512.54 GB
    • Received: 4.24 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.