Loading Tool

Explorer IconExplorer

Memory Pool

75,138 transactions
27.75 vMB
0.07616908 BTC
Random Selection Loading Transactions
Max Size: 169.34/200 MB

Candidate Block

Mining Attempt d884eeb25b0101d6d380847977a35dde2f1dd46c9fd39d23e220405290551d76
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 49d26a5bfa70bdef06c4b29e9de8970ae9a37741f83da47d480d52d37bcd4503
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,116
Size: 1.00 vMB
Total Fees: 0.01683608 BTC
Feerates: 100.00 > 1.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (350,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,694 564,694 00000000000000000008732a56e0198eab67c1298002441a601fcd25be07e91f 3,076 0.94/1.00 vMB 19
564,693 564,693 0000000000000000000535a874df0d2f876e5cb4b32bc7550d00f1bada3609f2 1,606 0.60/1.00 vMB 14
564,692 564,692 000000000000000000055dff44946c2fe07558d9f2d0d14e8f1b97db6bb5e037 1,555 1.00/1.00 vMB 19
564,691 564,691 00000000000000000000e35efc76f205d6526d379df24d62bbf8e5a5ea373afe 1,487 0.52/1.00 vMB 19
564,690 564,690 00000000000000000023f443516801eb71d857837ac5e70989c9f8d1b16529ba 801 1.00/1.00 vMB 4
564,689 564,689 000000000000000000167ffc82f79a7661e9855d239b3c70999d45dd3fa6d5d8 944 1.00/1.00 vMB 6
564,688 564,688 000000000000000000196b7fb9b3c6e3c0def0888b53b608628ee1e0dc8b21c6 2,520 1.00/1.00 vMB 21
564,687 564,687 00000000000000000021fb7f3e6435c87c82fa2fe33560e2c46f10f7ea67327f 2,823 1.00/1.00 vMB 15
564,686 564,686 00000000000000000001bdbbc8b158b849c2ca600a638286667ba74f986d671d 3,079 1.00/1.00 vMB 26
564,685 564,685 00000000000000000005f03b9af6881ba0e2c6d4162f9a6dd6a945f312e957b4 3,126 1.00/1.00 vMB 10
564,684 564,684 000000000000000000099c8c74aeae7aee9d5728886cad4d69c7bd786ad071e7 3,001 1.00/1.00 vMB 45
564,683 564,683 00000000000000000025726567ce6a8be4813a5da18a5882e82142e537137044 2,954 1.00/1.00 vMB 9
564,682 564,682 0000000000000000000666c717b48a24ad6407af7c37ea4f1352eec182f3f8bf 2,638 1.00/1.00 vMB 24
564,681 564,681 0000000000000000000e896eecb20e58022d4211a28990258afdf85611d09bec 2,634 1.00/1.00 vMB 48
564,680 564,680 00000000000000000011891c83f3943d046231b7458b8ab5dc1722d2f5d2c2c1 2,796 1.00/1.00 vMB 48
564,679 564,679 0000000000000000002c43a12521bc7f782fef5cbafa8272ac1159a90a4c4d60 495 0.15/1.00 vMB 48
564,678 564,678 000000000000000000289c12821ee9c6cad52f39e8b51cc8903b6ed425df486b 1,964 1.00/1.00 vMB 11
564,677 564,677 00000000000000000029a9456753f7bc24de60d9365cd54e36b74691ac0b47c1 1,866 1.00/1.00 vMB 11
564,676 564,676 00000000000000000009fc5ad3b318254e8136a12159a254234997f5394ab84f 2,820 1.00/1.00 vMB 31
564,675 564,675 0000000000000000000736cbf2bbba546551752b35791d2bbc334579755ca353 2,280 1.00/1.00 vMB 17
564,674 564,674 00000000000000000011bb1c0fb4ca30660939b59be60fef3ad2616fc5e467b7 2,760 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.