Loading Tool

Explorer IconExplorer

Memory Pool

73,337 transactions
27.16 vMB
0.06211307 BTC
Random Selection Loading Transactions
Max Size: 165.86/200 MB

Candidate Block

Mining Attempt 048fb5998220fa8aa1365e5dc01f0b64e34513ed4a0e10c5adee5c311921b20a
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root dee15f55299121474c9a576db437c4238f9d5520b1578599f129c27326033c4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.00457985 BTC
Feerates: 84.38 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (64,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
851,012 851,012 00000000000000000002c5a3c9f19fb58c77a85d01e720c8e04d7b9ab39fd03f 4,629 1.00/1.00 vMB 6
851,011 851,011 000000000000000000033975eda808dfb3402c387d79595c9357f6455e6b65bf 5,892 1.00/1.00 vMB 7
851,010 851,010 00000000000000000000af3a5c2f79b4402c68a233f8a1b05a4e4f56ba2e3b91 5,806 1.00/1.00 vMB 6
851,009 851,009 00000000000000000000a8377026131455bf8643a07eebc18696618150c96b1d 4,760 1.00/1.00 vMB 9
851,008 851,008 0000000000000000000084981db610d9a3ee80fa7aa1bcfa58fedaac87076ac4 6,515 1.00/1.00 vMB 6
851,007 851,007 00000000000000000000c0e0820e53016adadf8342427c1a9ebe15f80e47880c 6,947 1.00/1.00 vMB 6
851,006 851,006 000000000000000000031fecd8273435d5de38924ac4c851e287a3fe776e8057 4,641 1.00/1.00 vMB 7
851,005 851,005 000000000000000000017328b697e27c5718bc0ef46d403fc7f2ff523bdaa308 4,647 1.00/1.00 vMB 11
851,004 851,004 0000000000000000000146330b038e9604f4d5d1df9ed4df122e24c24144f5f3 5,532 1.00/1.00 vMB 8
851,003 851,003 00000000000000000000e8505785e83b909faaf47217e08da36d2c4215fd3987 3,937 1.00/1.00 vMB 13
851,002 851,002 000000000000000000011617f028ae6bb7cad63a6b12ac9c00f489e78ab6056d 5,792 1.00/1.00 vMB 6
851,001 851,001 000000000000000000013eff0ae830b113c7044f397c0611859114aafaa5ed23 7,289 1.00/1.00 vMB 7
851,000 851,000 00000000000000000002b92b4e015824c64d36264e66e4f30b8ab2eaaf48471e 4,462 1.00/1.00 vMB 10
850,999 850,999 00000000000000000000d06f31eee69622bffb77a2c4a52a6cce3d7b290197c1 6,392 1.00/1.00 vMB 6
850,998 850,998 00000000000000000001adb9f8d9862f2b54d04cc243ef1a367320a0ac9b3ea7 5,338 1.00/1.00 vMB 8
850,997 850,997 0000000000000000000017f3ef4eebfba69be7b510d60b830a2e8f80b8aef8a8 4,882 1.00/1.00 vMB 6
850,996 850,996 000000000000000000034c2a8bed3cea21b6e8912bb6b66a780853a623c68782 4,279 1.00/1.00 vMB 8
850,995 850,995 000000000000000000014be0c4f906138f790937c4ba3c973d92bc29da606f23 3,405 1.00/1.00 vMB 9
850,994 850,994 000000000000000000015033fe7a7068eb0d57488ba0c3e83e4e32d83f15e5a5 949 1.00/1.00 vMB 7
850,993 850,993 00000000000000000002d76f1047fb3663beb8101fd1fbc4568e01b751f8ea24 1,500 1.00/1.00 vMB 6
850,992 850,992 00000000000000000000a676b859933617f78aa22775eaffa918a0e5ab502abc 2,917 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.