Loading Tool

Explorer IconExplorer

Memory Pool

82,938 transactions
31.51 vMB
0.11464228 BTC
Random Selection Loading Transactions
Max Size: 190.77/200 MB

Candidate Block

Mining Attempt 2d7ff810af816da44059c31871234c2a9943687212386e919fbc319b1597490c
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 476f72ef0cb70654235dacd6918c63702f39ec9cb1769d40bcb3bf5ed37ebe71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.03561847 BTC
Feerates: 318.30 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (466,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,784 448,784 000000000000000000ca0558f6670f7f1f31c908361eb42c0b9a190129c5e1ca 2,367 1.00/1.00 vMB 86
448,783 448,783 000000000000000000a1f24379e1089140069b77f674d27d5707aef871937d80 2,233 1.00/1.00 vMB 87
448,782 448,782 0000000000000000033c4e1cb9fb7d3863fa5f627b1d3fb9cad38ba9b580e733 2,490 1.00/1.00 vMB 92
448,781 448,781 0000000000000000030799b07a6f6c73188ad863bbf5371377ee0fa50e14fc27 1,267 0.57/1.00 vMB 79
448,780 448,780 000000000000000001b7f29480b98564da0edefa7df6d26305d47d81ba558fc2 1,019 0.55/1.00 vMB 59
448,779 448,779 00000000000000000279554e22d15de44ba167bd2022590a0e9b0d3273382269 2,113 1.00/1.00 vMB 62
448,778 448,778 000000000000000002b5cd852a252c34f9d0246bbf0192ee12fd13ace84e9493 2,571 1.00/1.00 vMB 100
448,777 448,777 000000000000000001a95a61cbad42828f3a717059f57e0b7a3d5e8379aea396 916 0.40/1.00 vMB 82
448,776 448,776 0000000000000000002aaf20720c709a46a3e53f9a4740b23e8a09c99e0df812 1,967 0.95/1.00 vMB 71
448,775 448,775 000000000000000000d6c2a2a8cdbed088b559f39b36a6d2f24e8546ca4d8025 328 0.61/1.00 vMB 22
448,774 448,774 0000000000000000000ab510e842c22d0f3896276d9fecc5a0a55296842e3489 422 1.00/1.00 vMB 17
448,773 448,773 000000000000000000ebbf06afd9c1e6884a71f9e21ba7709daa7c83dc157e05 840 1.00/1.00 vMB 27
448,772 448,772 00000000000000000178ce03d405a321283cabec70d62f72d1f1ac69383a6762 2,057 1.00/1.00 vMB 69
448,771 448,771 00000000000000000190d6c35dac647bcc8fc367fb6160ef5468b22934ded015 2,622 1.00/1.00 vMB 91
448,770 448,770 0000000000000000015554380c13780368ef460fe8a51dcaf2f0d6f78d67e2b3 2,055 1.00/1.00 vMB 53
448,769 448,769 000000000000000000b24784f3f98655fe10fd413d5f912c33287f5baf102e45 1,891 1.00/1.00 vMB 63
448,768 448,768 000000000000000000b2c9033935149cae2077a6e34f793f95adee597ed83b53 1,336 1.00/1.00 vMB 63
448,767 448,767 0000000000000000023e5a2a0085a07f640cbedd97a34b5619a1fa6ca01328cf 2,661 1.00/1.00 vMB 83
448,766 448,766 000000000000000000935b1ba346126d7f045183f348f17f526bcb12500428b7 2,328 1.00/1.00 vMB 72
448,765 448,765 000000000000000000f9d18ae34b75a1bd2422534a0b8e498a8f331f715a0319 2,184 1.00/1.00 vMB 93
448,764 448,764 000000000000000002bbc052c50ebba0fe80d9d6b123e68e3e7c0aa0e42ef929 2,768 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.00 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.48 GB
    • Received: 17.90 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.