Loading Tool

Explorer IconExplorer

Memory Pool

44,708 transactions
28.44 vMB
0.07982507 BTC
Random Selection Loading Transactions
Max Size: 150.51/200 MB

Candidate Block

Mining Attempt 717c543a42635c4a01a1ab482a41862eb23eea74a00d627e5f7dd14da43cb993
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root 9123fa125277a2dad91e515cd5368a9f32be0bee1b6cc7ff2380d01dcbb7d06d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.02567398 BTC
Feerates: 147.16 > 2.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (261,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,028 653,028 00000000000000000000a159242f59a1ef7342c6aaae46efe8ddaa8712ab1274 2,978 1.00/1.00 vMB 84
653,027 653,027 00000000000000000006197469d0f9c33af1da2bda45f12f57338791e4280431 2,701 1.00/1.00 vMB 63
653,026 653,026 0000000000000000000652b32c2550c3c521a2e13641b704f58f54dcbfb5ebac 2,316 1.00/1.00 vMB 22
653,025 653,025 0000000000000000000006cf6aa7381853e4e5cf9c88e02d1f7504072c9a068c 2,718 1.00/1.00 vMB 49
653,024 653,024 000000000000000000051b3a0aab32a353c4c34cb94eacf3e9d46c8b5176efcc 2,602 1.00/1.00 vMB 44
653,023 653,023 0000000000000000000b4e4165fbdf219710aaa8463c344a461faeabe105594f 2,905 1.00/1.00 vMB 70
653,022 653,022 0000000000000000000dac674d857337b14e86414f481db12461d5ba2f17165a 3,060 1.00/1.00 vMB 80
653,021 653,021 00000000000000000007b3f2f4e3f1c0a53b54895ebf9798fc03c08a0eccc143 2,814 1.00/1.00 vMB 91
653,020 653,020 0000000000000000000ae2cf436c891444010c8529cc57cbbc49dd507af5c8df 2,576 1.00/1.00 vMB 53
653,019 653,019 0000000000000000000d5a0f8473ca37a98b2e67fe2bf65189c13a0c2c0b6bba 1,492 1.00/1.00 vMB 36
653,018 653,018 0000000000000000000e92ec0a28da1a868119b816009a76096b330af25acce7 1,562 1.00/1.00 vMB 43
653,017 653,017 00000000000000000001936073d45beb55bbd0a495f0ca72a7e6c57ed7e0f7e6 2,167 1.00/1.00 vMB 46
653,016 653,016 00000000000000000006d9303557a8dc2909ccadadb735a39e0b30faa03ff257 1,851 1.00/1.00 vMB 48
653,015 653,015 0000000000000000000bac54bf7eb70e03a60b42ef94d88a035a7f0943088c2b 1,031 1.00/1.00 vMB 54
653,014 653,014 0000000000000000000c71843cb6b0ae751e202f312727c687e453054772ae13 1,684 1.00/1.00 vMB 71
653,013 653,013 00000000000000000003ef3e7ffa55db0e7a6994bd8c9fed181a1894e184798a 1 0.00/1.00 vMB 0
653,012 653,012 00000000000000000001fa66d35ba79424deefdb83d5a035b2f02dcb0a134cee 1,465 1.00/1.00 vMB 58
653,011 653,011 0000000000000000000d51b104ed3f669739b0a5166d27657a834135c9c64c7d 1,677 1.00/1.00 vMB 63
653,010 653,010 0000000000000000000126bf870f21b01089e95c726fa43b29a3e6b40c8bcbb5 1,338 1.00/1.00 vMB 65
653,009 653,009 0000000000000000000c576f2f4968b2645900ab7f3c848e97451654fa2f4f18 1,992 1.00/1.00 vMB 53
653,008 653,008 0000000000000000000563723f4ef06fbdddb7adcea310ca7049dbe9b68e5a48 2,518 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.05 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: 650.85 GB
    • Received: 13.33 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.