Loading Tool

Explorer IconExplorer

Memory Pool

82,078 transactions
32.05 vMB
0.08429264 BTC
Random Selection Loading Transactions
Max Size: 193.11/200 MB

Candidate Block

Mining Attempt 8ee94fb221926dfe1b311f4ff39a705338e755ba5db174bace895c24c31cfcfd
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root e9b2d12de0759336b4e91105ae7c94c3c8c682639f61318da09f06259c14b20b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.01377494 BTC
Feerates: 142.62 > 1.38 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (253,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,509 661,509 0000000000000000000699e1a781d0c16c3264bc271f89f0c2c241ca91881445 2,059 1.00/1.00 vMB 85
661,508 661,508 0000000000000000000add69d8dbcec97a90d915fc3556d60db7663431ee5d33 2,322 1.00/1.00 vMB 66
661,507 661,507 000000000000000000011cf269baf2a2b15fa30b9cfa7bdf50a97c06f9283970 1,685 1.00/1.00 vMB 87
661,506 661,506 00000000000000000001011c8f9859f60e2c96f6b913ca7a8b2e2a05b8c00bb3 2,871 1.00/1.00 vMB 61
661,505 661,505 00000000000000000006d005325b4278a513a29da3a7b0f889132b8b8dcdda4e 2,823 1.00/1.00 vMB 85
661,504 661,504 0000000000000000000f06b2977345fdc32e9611a3681c83b5b4f8aaac469503 2,704 1.00/1.00 vMB 77
661,503 661,503 00000000000000000004c016bc3ff3aa2c7157e02abb336f94128bb61f482832 2,778 1.00/1.00 vMB 69
661,502 661,502 0000000000000000000694a42e2fda128d468914faea1661cfdfef9048783f48 2,589 1.00/1.00 vMB 60
661,501 661,501 0000000000000000000c3049eba7379fe572651b4bc5e59021496861eb3a7080 1,706 1.00/1.00 vMB 60
661,500 661,500 000000000000000000056a42312a97a756ac524c6993b25a47cac1135676f04d 3,058 1.00/1.00 vMB 47
661,499 661,499 0000000000000000000e083f13b2106375910dd18d81249529f6311ceec570a7 2,826 1.00/1.00 vMB 52
661,498 661,498 00000000000000000003047954da0f9a2006f2bad47d4f07b6f14f75e9d6c50d 2,911 1.00/1.00 vMB 65
661,497 661,497 00000000000000000006daef57fd2cb2afccf7bce43175406e20003cab7b0f3a 2,587 1.00/1.00 vMB 71
661,496 661,496 0000000000000000000b629958f078f019e8f33fa2bb03250e3c3ca8a83b3cf6 2,870 1.00/1.00 vMB 88
661,495 661,495 0000000000000000000542d30833cf9d40828985ac9a4af6147eca65932ad9e1 3,003 1.00/1.00 vMB 42
661,494 661,494 00000000000000000008670078df86c375933dc2a035fafb7a326ab5c4849bc5 2,219 1.00/1.00 vMB 44
661,493 661,493 0000000000000000000819682480eff8ab6f720309eef5fee5a58c486adc5904 2,826 1.00/1.00 vMB 44
661,492 661,492 000000000000000000001c52be79f349e284e61f49aee79e114e1ae5a999f89a 2,618 1.00/1.00 vMB 65
661,491 661,491 0000000000000000000efc5d205d037002fcd298cd72432ac3ff504f85abaaa8 1,656 1.00/1.00 vMB 60
661,490 661,490 0000000000000000000a076d9988a6f6a96dc61815312971f0dc057d200acfa1 2,710 1.00/1.00 vMB 53
661,489 661,489 00000000000000000001b6de45f28cb5a34a377fdf3ddb74c49d9ba2227ee753 2,660 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.