Loading Tool

Explorer IconExplorer

Memory Pool

26,843 transactions
27.45 vMB
0.07331018 BTC
Random Selection Loading Transactions
Max Size: 131.39/200 MB

Candidate Block

Mining Attempt 4982e67290a05889ceadfe0b39b5133d55c04ec5c922a16116c15a05cadb95c8
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 6f93e9d91ae80fcdd640474fae7710e8fc8be1069b9a65b09ad2e01f9b3e1d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.02126570 BTC
Feerates: 301.57 > 2.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (296,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,792 617,792 000000000000000000090b47834d55acad49c313d7ea6e77184b17d2857ede98 2,946 1.00/1.00 vMB 21
617,791 617,791 0000000000000000000d5c0bfa55176e16738b20a72de1a55359c601ea3b6348 3,174 1.00/1.00 vMB 19
617,790 617,790 0000000000000000000b4b69943bd48526121f4770722676f9a768f82592e6a5 2,376 1.00/1.00 vMB 32
617,789 617,789 0000000000000000000082cef47211d6020ee551fa03dffa7f7197566354230f 1,945 1.00/1.00 vMB 23
617,788 617,788 0000000000000000000dfc3f1cb6b66db338c88e98d70db26b6102423ca0a71c 2,113 1.00/1.00 vMB 21
617,787 617,787 00000000000000000009fc01c0a37395cff227d779831e56a9e6d32f476f75b3 2,067 1.00/1.00 vMB 32
617,786 617,786 00000000000000000002c9adc6ac53cc5172778f87d20a55f1159de466a18c6b 2,244 1.00/1.00 vMB 52
617,785 617,785 000000000000000000021b0e08b57425558fe7c4039af4558d12cc59deab89e7 2,725 1.00/1.00 vMB 13
617,784 617,784 0000000000000000000c15e89daf814b80f111dbd49fdca37e94903f4eafa497 3,309 1.00/1.00 vMB 32
617,783 617,783 00000000000000000006b664ea18a19f0778eecd3f956271ab9b28f65f5f818d 3,201 1.00/1.00 vMB 32
617,782 617,782 0000000000000000001018f592c876ffcba288b1b842d3a4ab7a678906d41d38 3,027 1.00/1.00 vMB 27
617,781 617,781 00000000000000000003a667889b455baef74daf1eaded4d034ca3af43915c0c 1,737 1.00/1.00 vMB 18
617,780 617,780 00000000000000000003e9dd5975b4173b64742f783e6d89297b46188a4587c1 2,755 1.00/1.00 vMB 24
617,779 617,779 0000000000000000000c673e5604bcce96156fc7849c2f0c50ef6e6be45f1014 1,624 1.00/1.00 vMB 22
617,778 617,778 000000000000000000079566f0d80b2dbd2ca3b373641f5d5397307381599714 894 1.00/1.00 vMB 58
617,777 617,777 00000000000000000008abbabb67a2de841f7605e0f461aaee9e8c96a227d8a6 1,876 1.00/1.00 vMB 58
617,776 617,776 00000000000000000002cf6681f3a32145296b0c67edae8a1d2818387cdd45ad 2,856 1.00/1.00 vMB 26
617,775 617,775 000000000000000000098b3d05f6cb9dabe720200eefb6be0fdded427caa9a58 2,176 1.00/1.00 vMB 2
617,774 617,774 0000000000000000000a11feb615e6c2fae99f80dd4dabd87d0959420d59d767 2,765 1.00/1.00 vMB 8
617,773 617,773 00000000000000000006e9a9f715043dd729adf95e307bae73af7883b44a9e01 2,896 1.00/1.00 vMB 13
617,772 617,772 00000000000000000005b2e9bf6dcc16d4ebed71072bfea1eaeb5980f7736f2b 2,216 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.46 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: 610.95 GB
    • Received: 10.77 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.