Loading Tool

Explorer IconExplorer

Memory Pool

56,124 transactions
31.88 vMB
0.20452050 BTC
Random Selection Loading Transactions
Max Size: 171.88/200 MB

Candidate Block

Mining Attempt 0d52de21bdc8d6b4889f53fa3be5112faa6e1bbb9d154935c945f8613c61fa3b
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 2743e43f12b97964f237dea95b8b48e7c74c12d97ffcd1741c01434a5c6420b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.09300507 BTC
Feerates: 502.67 > 9.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (119,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,838 794,838 000000000000000000002f35d901722be2849e54bbf90de116425dc5e2a7b318 4,219 1.00/1.00 vMB 15
794,837 794,837 00000000000000000001e312c705bafa0eeda7b67b84bfc61861a2fdd588362f 2,408 1.00/1.00 vMB 21
794,836 794,836 00000000000000000004e5ac8d7b54dd6ff6e52d7d9fedbd54ff17ec21d0a1a0 968 1.00/1.00 vMB 15
794,835 794,835 0000000000000000000163e362077285087c6f2f7f171025f5ebe12dc28fed91 2,649 1.00/1.00 vMB 18
794,834 794,834 000000000000000000055e3e6be2a59a939370d25f133c7d3bdf3e9d363e374c 2,980 1.00/1.00 vMB 30
794,833 794,833 00000000000000000003f34ddea0d9fb1a433d4a9d131666f90d9131cdbc3da7 2,869 1.00/1.00 vMB 15
794,832 794,832 00000000000000000001ca2b86a1b70ab8355e96722acab9848fa9322e126896 2,649 1.00/1.00 vMB 24
794,831 794,831 000000000000000000024b56e91422c7c5a38bfdd8824026b3c860676eadf4cf 3,031 1.00/1.00 vMB 27
794,830 794,830 000000000000000000040acc73d20de7af80f0e7073ab67f22311813d775c25b 3,219 1.00/1.00 vMB 28
794,829 794,829 00000000000000000004bab53100dafef10d7e4c960bd858bb91f6a85cd1fad2 3,202 1.00/1.00 vMB 29
794,828 794,828 0000000000000000000521364d8a85b71a4c79fbf4beabda4be9277a480cc84a 3,132 1.00/1.00 vMB 21
794,827 794,827 00000000000000000005047a9e46007f88ed2bd9b7e4987c4f1039520fa3a47b 4,170 1.00/1.00 vMB 17
794,826 794,826 00000000000000000005179381de25991698d1aa08feae60e1f156151f22ccc0 2,190 1.00/1.00 vMB 13
794,825 794,825 0000000000000000000239e3105c1a50868f4744130b1b3688d25b9f04b8f67d 2,691 1.00/1.00 vMB 21
794,824 794,824 00000000000000000001c5388d188da9a241cf02f295ae8bccbfe6a9cc232844 2,276 1.00/1.00 vMB 16
794,823 794,823 00000000000000000002ebb053d1a06e4ed392a6859bc7d0db51d6bf2097be11 3,021 1.00/1.00 vMB 26
794,822 794,822 0000000000000000000197b293caf2a4ed95620199e2223ff60b31dcaa565916 2,766 1.00/1.00 vMB 23
794,821 794,821 000000000000000000042b343bb03a2cbf1f5509b74516873964d3c3cfbcdb5c 3,061 1.00/1.00 vMB 32
794,820 794,820 0000000000000000000197c329bebaee229c26b89d4897968056bee40370be56 3,835 1.00/1.00 vMB 32
794,819 794,819 0000000000000000000291a71b954cfb975b589adc936d53fa991cf9c0f99793 3,420 1.00/1.00 vMB 26
794,818 794,818 00000000000000000000edfeb2d4323bef5cdb70ce3d06122c056a2d4db2b0ae 3,021 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.