Loading Tool

Explorer IconExplorer

Memory Pool

78,526 transactions
29.81 vMB
0.11595496 BTC
Random Selection Loading Transactions
Max Size: 179.13/200 MB

Candidate Block

Mining Attempt a6cc1ec4c7b291f705b352c4a141e6f49bd65a0e56b308973aab005b783e7ab2
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root afe24d48a90ad34ab1bb7a40ae6bfe978b4f7dc0ee316be68c6c6600e5b88748
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 1.00 vMB
Total Fees: 0.03476919 BTC
Feerates: 673.02 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (427,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,486 487,486 000000000000000000ce239dedcb4702da5031a58110d4424094aef9a5d8f40e 2,158 0.96/1.00 vMB 90
487,485 487,485 000000000000000000800b877eaac6e6e8824a6b321c08a354e21b93c234d237 1,944 1.00/1.00 vMB 136
487,484 487,484 000000000000000000288a385c060aa45d0827569d5f51a86f0103f9013f725c 1,955 1.00/1.00 vMB 48
487,483 487,483 000000000000000000faca692a33fe5d046a06f51426d27285132c770e874af4 2,021 0.97/1.00 vMB 144
487,482 487,482 0000000000000000006a134cc3a1a03714c3098f4733dd1bbb7dd1b5b947a4c4 796 0.46/1.00 vMB 127
487,481 487,481 0000000000000000008a3c5d3a1983faf2268cd9f3c1a6147fac7aae45ec48f5 1,675 0.99/1.00 vMB 75
487,480 487,480 0000000000000000002705749116dcd7460e3e83a32e563e10a159a68b51f63e 98 0.44/1.00 vMB 2
487,479 487,479 000000000000000000f113b604becb1a6b1f83c06e908fee591eb0faa956ecdb 2,404 1.00/1.00 vMB 99
487,478 487,478 000000000000000000c1f87e4b4bfcb5ac140f9b6b272bb8b98f2b7aafc0bf1c 53 0.02/1.00 vMB 129
487,477 487,477 0000000000000000002cf069018af2f6b54f0f56159ed3ad007aa4df86a126a4 1,723 1.00/1.00 vMB 75
487,476 487,476 0000000000000000000b8501731c8cf5b6bda3a0ee80b8c552b723a357e7c6c8 1,134 0.98/1.00 vMB 57
487,475 487,475 000000000000000000fe126f63ed3e66a9b6d4f6ffa03214d71c74b34dddc834 1,492 1.00/1.00 vMB 66
487,474 487,474 00000000000000000034e166d053efaee345f27afcd6b3516779acddb0f74c0a 753 1.00/1.00 vMB 27
487,473 487,473 0000000000000000000bd1673db9455da96fcdf1248cb918e0d56d31b8709a2a 332 1.00/1.00 vMB 9
487,472 487,472 0000000000000000003a497e9a93ae12d569e3e680b2eb6619bf506447d2e751 280 1.00/1.00 vMB 11
487,471 487,471 0000000000000000002da4f835f2bc769e4f616446176cfdba5d74508968fab6 1,969 0.98/1.00 vMB 32
487,470 487,470 0000000000000000002b78eef4d8379b0c3245e380d48d5373c6fb571a010ae7 466 0.21/1.00 vMB 134
487,469 487,469 00000000000000000069a2a8a7a031a64dc9e317c0911c82f2c8f78c8b79f480 1,990 0.97/1.00 vMB 32
487,468 487,468 000000000000000000d56b031e19e868528739857bd5c856997c8c485a450b64 2,119 0.98/1.00 vMB 124
487,467 487,467 00000000000000000086995d7ebcf3d56a21eb94941c968191c466f09314a5c3 1,355 1.00/1.00 vMB 66
487,466 487,466 00000000000000000009ab4912642e3d1b8e42bdc52b44d865bb9f8c7e8fbe9f 2,159 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.86 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.04 GB
    • Received: 17.28 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.