Loading Tool

Explorer IconExplorer

Memory Pool

39,901 transactions
25.97 vMB
0.06538154 BTC
Random Selection Loading Transactions
Max Size: 134.77/200 MB

Candidate Block

Mining Attempt db79adb8d5d2837090c97d3b520cf63e300b519692d03ce510458ae68f900ce8
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 1a95978af6bfcdd830577c226df83b95cbba31731dced0e81408f03db20c9dfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,558
Size: 1.00 vMB
Total Fees: 0.01809237 BTC
Feerates: 73.20 > 1.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (499,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,630 415,630 00000000000000000544a58f94b3759857e6aac2f2e76d7396d0a6129f1f6363 2,744 1.00/1.00 vMB 71
415,629 415,629 00000000000000000253a0a80e5174014e45893cdb53510f9b370afd4e521f5b 426 0.54/1.00 vMB 16
415,628 415,628 0000000000000000012495f6a4cee44fb8e9b54f0bc384099e4e9dc5d0a1b271 1,799 1.00/1.00 vMB 38
415,627 415,627 000000000000000000594bb4561d4a6879faa0e7047dc5977b1a7dcf54add940 2,121 0.99/1.00 vMB 45
415,626 415,626 0000000000000000045c1875b9d85b4d12517b9e3314757effff8531746757c6 2,029 1.00/1.00 vMB 71
415,625 415,625 00000000000000000549887dd25234cbae3f91b1d73fe65b53aa7724df0c4405 2,321 1.00/1.00 vMB 39
415,624 415,624 0000000000000000026537bd06c1e82dae435c92fc51a285ada7cfc82cbcfeeb 2,047 0.75/1.00 vMB 86
415,623 415,623 000000000000000002227483b314cca3812123f14cb54e88550d87701d0273cf 1,966 0.93/1.00 vMB 76
415,622 415,622 0000000000000000048d7669c4f95f37029f36bd8e527b0cee6b34df0129aa36 1,600 0.92/1.00 vMB 42
415,621 415,621 00000000000000000526a1ad0ec57f6c49f22630b8fead704d25cc63bd5a9310 1,536 1.00/1.00 vMB 27
415,620 415,620 0000000000000000032e64f0e4b68aab3b3484105afa7df3b75c357a7ea0398e 2,076 1.00/1.00 vMB 44
415,619 415,619 0000000000000000008bbcd7a27ca10cb06d4aa484666978956a92e87557bb52 2,101 1.00/1.00 vMB 44
415,618 415,618 00000000000000000299df8b47ef92ff9064e5b10292afdb1b0eea56e0d8bdfb 2,065 1.00/1.00 vMB 45
415,617 415,617 00000000000000000382d11124d9b3e658603c0626fcc8819b649619aac0c3da 2,514 1.00/1.00 vMB 77
415,616 415,616 00000000000000000195226efda811adeb3bca85f06197b0c80e1a84d4dd9c37 1,843 1.00/1.00 vMB 39
415,615 415,615 00000000000000000136cb955d4c6862e13148357cd1a80846e763bcba9e8d0d 3,024 1.00/1.00 vMB 61
415,614 415,614 000000000000000002999a69df40b896cffa56803e01ff55dc16a42d7aad1765 2,763 0.99/1.00 vMB 79
415,613 415,613 000000000000000003d22aca980d108d9a0fea50c464ddda42c6666e87eaf71e 1,802 0.91/1.00 vMB 48
415,612 415,612 0000000000000000027e1fb6c10e331b84f070ed8194fa2f45d45848916d2787 1,927 0.99/1.00 vMB 48
415,611 415,611 000000000000000003c411c61f33a7b63d6b83e5bc648793359f010567e8203f 389 0.68/1.00 vMB 12
415,610 415,610 000000000000000004aa22a77a6c3da30746658bd146c432b6b6ee2cdd14fdf2 1,891 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.