Loading Tool

Explorer IconExplorer

Memory Pool

72,784 transactions
28.12 vMB
0.07092972 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt 6ba96c91379d6464a747467a228e3b2358de32446de925c325d0e516889e8a4b
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 725958051671ab5feb9dfb0c6ada63cd4c6b4856229ec852a762f9589ff6158a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01462488 BTC
Feerates: 157.46 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (343,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,173 571,173 0000000000000000001d89672ea164fc6bc7c5e452ead694e8ad8eb23978125b 2,550 1.00/1.00 vMB 149
571,172 571,172 0000000000000000002010c41a5f99b10ad730fed0af2074d9d48318e6e5c014 2,402 1.00/1.00 vMB 151
571,171 571,171 0000000000000000000a54aa8635c83a402a64c63a31cbaa23d0866ea69c0841 2,017 1.00/1.00 vMB 34
571,170 571,170 0000000000000000000d066077659f8aa9420507a9095577815b2bc27a364f31 2,646 1.00/1.00 vMB 60
571,169 571,169 0000000000000000000e0f9b6d4be8df551139d8e922dd54112193b0dc92fe69 2,815 1.00/1.00 vMB 120
571,168 571,168 00000000000000000010c1a4a515876a660e8565d3228fe8fc06ab3180ac93e8 1,596 1.00/1.00 vMB 29
571,167 571,167 0000000000000000002247ec847d7d6ba64f4689facde99fe03c71cf69d77283 2,306 1.00/1.00 vMB 35
571,166 571,166 0000000000000000001b64a493851451f0b5914e70151b8e09edd2ce6a5ec88e 2,808 1.00/1.00 vMB 22
571,165 571,165 000000000000000000281510636a7140c6fad98e7b128406b67c6af9025d8856 2,274 1.00/1.00 vMB 76
571,164 571,164 0000000000000000001d1d02e2ad8fce03137e28b925e52b520b5291e9f8da3f 2,229 1.00/1.00 vMB 22
571,163 571,163 0000000000000000002a4986009d2b3a3ab908f385f2ba6f432515b7ae8bf9f9 3,240 1.00/1.00 vMB 7
571,162 571,162 00000000000000000029d577aa33622a93404653357a9b7ff7c59b8dbbe016d4 2,226 1.00/1.00 vMB 68
571,161 571,161 00000000000000000002cbea3ab1acf355014f14b6241b1c182190553e0cb96c 2,294 1.00/1.00 vMB 55
571,160 571,160 00000000000000000007c1bcb72de6fb127da3a7514f99c622be167ee530fa36 1,936 1.00/1.00 vMB 32
571,159 571,159 00000000000000000018648ad7b45b6fcdba68a73a390d779b83f3fc965e2d83 1,510 1.00/1.00 vMB 10
571,158 571,158 0000000000000000001b913e4bf0fa4303563b094a8319c95fadc4a9e0a87336 2,620 1.00/1.00 vMB 32
571,157 571,157 0000000000000000002c03f51fedd1829fd8e2560ea9a90f19996184bdb0babc 2,898 1.00/1.00 vMB 17
571,156 571,156 000000000000000000241938e11fa8a93ea7a8ba6e851a379e81230173c27832 2,520 1.00/1.00 vMB 41
571,155 571,155 0000000000000000000c81c673d3647e8d4bfb5a868712d8369972ed22093640 2,331 1.00/1.00 vMB 76
571,154 571,154 0000000000000000001c731b78e4377c4a7b4269728af2ff2f2b043ae0da77cb 2,224 1.00/1.00 vMB 52
571,153 571,153 0000000000000000002985f034e5e97da1ef14735f0af6f1df71ab99c7aac349 2,420 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.