Loading Tool

Explorer IconExplorer

Memory Pool

44,340 transactions
27.41 vMB
0.06429849 BTC
Random Selection Loading Transactions
Max Size: 144.66/200 MB

Candidate Block

Mining Attempt a8a352c9e158f59ae57a885662298dd70d45201b1f4ec488e327fa5314d7d623
Version 20000000
Previous Block 000000000000000000008b3b3a15207ddb4b53969984fa4d3acfac40fce3eb15
Merkle Root 265984a679ba52f795bb096cb8a5a2cb48277c8af9a78f27e813745388c860f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,288
Size: 1.00 vMB
Total Fees: 0.01280642 BTC
Feerates: 73.20 > 1.28 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,925 (860,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,931 53,931 0000000011eea61748938fed761b0ae18d3a6e8e68e2603859218184ff0b1b96 1 0.00/1.00 vMB 0
53,930 53,930 0000000000a11289148654275da5344e2572df26c9daa52f242bc492ac63ac37 1 0.00/1.00 vMB 0
53,929 53,929 0000000009ee01a660b76736b224d7ba4cfa807e6d326c24d1820632fa52e625 1 0.00/1.00 vMB 0
53,928 53,928 0000000010b48cc5bb49c4afd07fe1f55fe7bbbce48137561261a4db22b92afe 4 0.00/1.00 vMB 0
53,927 53,927 000000000ee20d1ae547a4cbeddda29fd98e51d97fe5839ded7a49af48098c25 1 0.00/1.00 vMB 0
53,926 53,926 000000000c9c27edee1de10618d49f1c3153a5714a387020c81c71e95fdc3adf 1 0.00/1.00 vMB 0
53,925 53,925 000000000bf8e221ada3c7c1541fa5406929970e63fa0e4f2d3327742bd1881b 1 0.00/1.00 vMB 0
53,924 53,924 000000001488fc7dfc57d80a6112ee8eb5753990ee9bc230d63948ea0386bf7d 1 0.00/1.00 vMB 0
53,923 53,923 000000000700b6375cf2d1796d9504e14875fb7f17bcceea85097d7ced5914ce 1 0.00/1.00 vMB 0
53,922 53,922 0000000007945aa5f560d8b8d82a461526c0e2bacc3740aed8638e14dd368e60 2 0.00/1.00 vMB 0
53,921 53,921 0000000012b0c60b70d8bd5f96b03f195de953e17ac4f894ebcb30451520c5f3 1 0.00/1.00 vMB 0
53,920 53,920 000000000aeb0cfc657becde25bfa62655e78262a184d06bf65b93fc153eafaf 1 0.00/1.00 vMB 0
53,919 53,919 0000000015c47a81e874d467a054cf542d1fdde9d08ae948f272af7106093b5a 1 0.00/1.00 vMB 0
53,918 53,918 000000000c44e44fd7e4f0f468789f438c8afbae4e88fc9b40c48b714027e40e 1 0.00/1.00 vMB 0
53,917 53,917 0000000000c2ecdd6be6b2a722d9c3eb656123d3b5addc564ba5e276ca63aca1 1 0.00/1.00 vMB 0
53,916 53,916 00000000080010735d6167996a9134dfa91c1cb7113e84953fb43e0aef0d2ef2 1 0.00/1.00 vMB 0
53,915 53,915 000000001576f12f8ac9e1fd5334593e774d2119cc4c56b6554a64b845c6c1bb 1 0.00/1.00 vMB 0
53,914 53,914 0000000011876315744409b29c106bf0df0fc686e3f7554df3490207eadad814 1 0.00/1.00 vMB 0
53,913 53,913 00000000014a7d794264a3864578d08aea3648a39c8624e71536372f04c2a509 1 0.00/1.00 vMB 0
53,912 53,912 0000000013597afe1c43c69a0ce1634afee264e6cf8702f38bcbf785b862a818 1 0.00/1.00 vMB 0
53,911 53,911 000000000badf11a32c42bbf8583fb23dc049a36ec643fb7cf81ae0991c2b169 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.26 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: 655.60 GB
    • Received: 14.34 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.