Loading Tool

Explorer IconExplorer

Memory Pool

35,566 transactions
25.97 vMB
0.06675276 BTC
Random Selection Loading Transactions
Max Size: 132.50/200 MB

Candidate Block

Mining Attempt 5411bb57e8e3fc1381cce6f7ec2c902dc8e0b66a5f4312c170c9fafcda2d8bc2
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 7d06efee4b1aadfc71a5f990736eab0c0da12417a1c528316ae68f301462b7bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.01903247 BTC
Feerates: 713.01 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (303,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,929 610,929 00000000000000000007b08aed055178a6e0a115a0c0f5071e63af89315afd72 2,472 1.00/1.00 vMB 5
610,928 610,928 0000000000000000001340f0391e6850cd6a335655c0594b633223d14362be9e 2,656 1.00/1.00 vMB 10
610,927 610,927 0000000000000000000f895a1843fa4756b53ee7635311222a4d22d2fd41966f 3,144 1.00/1.00 vMB 6
610,926 610,926 00000000000000000012e5e0c915c74ffc5692fc6bb357361aa05702d793b888 1,993 1.00/1.00 vMB 19
610,925 610,925 00000000000000000003c68a2ed727e33b7eb798bb13f8c9aad1461b8bbc6e35 2,321 1.00/1.00 vMB 4
610,924 610,924 00000000000000000001a7958b7a802d1f20df60607f343512431891070f5eac 2,639 1.00/1.00 vMB 12
610,923 610,923 00000000000000000005ef9f92e74981cd618988a506606f868c84b380503ec0 2,494 1.00/1.00 vMB 20
610,922 610,922 00000000000000000013079d3fc0599020e4b9015936a23ff2986bcd47c330b0 2,747 1.00/1.00 vMB 44
610,921 610,921 00000000000000000003f5975c66cdf0b2c2f8a57586e2d4ee2e9e974e554a32 470 0.15/1.00 vMB 4
610,920 610,920 0000000000000000000909c60872147cd52c77c05e0ea7d6326062ef4c076977 3,222 1.00/1.00 vMB 14
610,919 610,919 00000000000000000012a5d5e92d0f9fd0311ef0bda9aaaa3479f502df2432d0 678 0.24/1.00 vMB 13
610,918 610,918 0000000000000000000d85be177fef109610e11ca789965a8f6288717a75da5f 1,526 0.45/1.00 vMB 9
610,917 610,917 000000000000000000101fb76334a163cdcda7d571ce80fdecb30b14595111c7 1,881 0.74/1.00 vMB 9
610,916 610,916 000000000000000000021b2c325bf01676ebcba8131a32a704984a318531a977 2,740 1.00/1.00 vMB 3
610,915 610,915 0000000000000000000f9f6a969a9cc90b1c6134e475fdaf0a30f758e08cd14d 2,446 1.00/1.00 vMB 19
610,914 610,914 00000000000000000008e1307e8cee29ded8370c17f4dcd9298c39091d5d1734 296 0.12/1.00 vMB 7
610,913 610,913 00000000000000000013ebc08eb7a08f34697fc1fcb366a5d71b6b82cadd277b 2,297 0.92/1.00 vMB 11
610,912 610,912 0000000000000000001393db51a001c2a089bf38e15e11d8a665544f728b7cf7 2,591 0.87/1.00 vMB 9
610,911 610,911 000000000000000000064b40c3229a23e2426ed4fca17333a7ef5e8cf2f6c965 2,646 1.00/1.00 vMB 14
610,910 610,910 0000000000000000001198267813fe1830def5195a7612446ccea160e2468548 2,786 0.89/1.00 vMB 5
610,909 610,909 00000000000000000007a80f0ff77c4ba8774c696e13b0de81fd415103296439 2,499 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.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.