Loading Tool

Explorer IconExplorer

Memory Pool

74,878 transactions
27.64 vMB
0.07676093 BTC
Random Selection Loading Transactions
Max Size: 168.54/200 MB

Candidate Block

Mining Attempt 49ccbfc973b71eb2fe6f3d7f85e638c271e2d0595b5f599226eae3b22e26e3e3
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 3d397a2e1438b0cec5f7f019101613e16a0cbaf97840e47dbf4e33cce0a1e5d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01776619 BTC
Feerates: 121.74 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (535,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,191 380,191 00000000000000000bcf179d5b0d09f8970bf294eb437d4f531b49569bc15dda 157 0.15/1.00 vMB 12
380,190 380,190 00000000000000000b0041a7f671310d7864a019b52f58a7433c45d41985c2bb 591 0.26/1.00 vMB 38
380,189 380,189 00000000000000000159a5836f45551a8e2f8f877b6ada3a4cadd882ae262e7f 511 0.23/1.00 vMB 33
380,188 380,188 000000000000000008e0e959f13663d11e075fc9017bd491b41de39efae08bcb 896 0.41/1.00 vMB 35
380,187 380,187 00000000000000000231c48987a54e7b0fa4045b49870f85c0cc6c3fff7f5fe4 762 0.37/1.00 vMB 33
380,186 380,186 0000000000000000018d08b9f2c1527001cfb9f647fc439575306052fbda28d4 1,377 0.75/1.00 vMB 33
380,185 380,185 0000000000000000088a69df564320d49bd0589d35bef8beb94b2fdf1df6c302 127 0.24/1.00 vMB 7
380,184 380,184 00000000000000000c556809e3a20f06c354b7179e7b6dd51d373c144c91c862 403 0.22/1.00 vMB 31
380,183 380,183 0000000000000000119b0bb304fa8793b0eed7f0520de65b5fc6e84285cbb777 599 0.31/1.00 vMB 33
380,182 380,182 00000000000000000487fa4a85baf03bf87291257d93ecd2c8dd900734884798 1,179 0.75/1.00 vMB 33
380,181 380,181 000000000000000002c2dca45d7a557b1af7292f852a5918947e10aac564e634 560 0.38/1.00 vMB 30
380,180 380,180 000000000000000001f2f767431c48c40f2a99127cfb201ec2927388678c8adf 2,002 0.91/1.00 vMB 39
380,179 380,179 000000000000000011a4ec0bda9019c0049cf8a341be40840965fdcb026d2963 664 0.35/1.00 vMB 31
380,178 380,178 0000000000000000051acde6d06a754a0a2a27eab30634eeb5d777425443d8b6 1,477 0.64/1.00 vMB 40
380,177 380,177 00000000000000000ce61bfb28bf6265f1994dcad8a72cd08a2928767523ae04 523 0.29/1.00 vMB 33
380,176 380,176 0000000000000000079ea7ddc48dcb5075447f97955adebdc7815d7afdfd3f8d 1,915 0.95/1.00 vMB 41
380,175 380,175 0000000000000000049d6862d08b816fb79335ddf0fe2e9d60ae01a38e6ef5ec 1,034 0.58/1.00 vMB 32
380,174 380,174 000000000000000009f891c7f772c782992ee12f69d75c022ed0f5fcd08ad341 1,214 0.99/1.00 vMB 19
380,173 380,173 000000000000000009ef02b7936a64d43b7199ceb40465f68628500f2d872ada 637 0.52/1.00 vMB 19
380,172 380,172 00000000000000000a0da8dbe4b69aefacbcfd0d613632ab856c77b76cdb1f45 2,354 0.95/1.00 vMB 45
380,171 380,171 00000000000000000bbe5e5e113db6b522efa1f51d8ca884b2eb3d4cbcc652a9 117 0.10/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.