Loading Tool

Explorer IconExplorer

Memory Pool

13,297 transactions
5.55 vMB
0.01495360 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.10/200 MB

Candidate Block

Mining Attempt 7fbfeed40f750f4f657f4134a83eb2c6da2b71117a6f8194cab2d5643e9c47ba
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root aba152b79f60c97ce9b06d76f29a190d1a92285faab6f14cb8bd466c570fa8b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.00578413 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (710,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,442 203,442 00000000000004bb60e977ae31ef34e5d4815b923c35cbc553f6b1bd51bc86ab 181 0.09 vMB 161
203,441 203,441 00000000000002f56375abac7bd35e499a944f746e60d04e21c7ff17b7bfd504 66 0.03 vMB 75
203,440 203,440 00000000000001caa3948c01795308eb75110c910251f6df7750fb3cba21eccd 248 0.18 vMB 227
203,439 203,439 00000000000002ba92fd32437a60e9f8c4c19209e3c175087a7b8a17f2ea1d96 170 0.08 vMB 135
203,438 203,438 0000000000000201892dd6ed76236eb8f42e93bf0dad2606cc5aaa246f253bf1 1 0.00 vMB 0
203,437 203,437 00000000000001d5ce6880b3c265f34dee91f3c7603ab6f151e814e08ed050fd 91 0.04 vMB 122
203,436 203,436 000000000000017c118daed5c3fd997b3c55ac0d00d7cba5d6de88fe70fc5dfa 214 0.10 vMB 137
203,435 203,435 0000000000000406dc596ed9a0c9d2b484ce0747a83a360628375c2d0559a72e 481 0.19 vMB 245
203,434 203,434 000000000000037288456c5dbe79c71bdd90c48df7ec27944ccbf15676adafbf 247 0.13 vMB 172
203,433 203,433 00000000000004786892c16fe7c3b37b480f73f62fb7367d7014c8648e4f646b 489 0.24 vMB 119
203,432 203,432 0000000000000274c39670ed62a3ff8d5ff70f149d2c419f645f4c238a625b02 41 0.03 vMB 87
203,431 203,431 00000000000003e1482a4447996ccb383bd23b1b636e58b7dc21362535ac013d 131 0.08 vMB 206
203,430 203,430 0000000000000401790a8fe275037a37fd5cbe5800fb60080103b39ef8c0efa5 410 0.16 vMB 212
203,429 203,429 000000000000007112eff379bd004bc7253173cbeb597783c2dfb584d446e55b 230 0.09 vMB 167
203,428 203,428 0000000000000187a17e936964268a91e89c3c596f5d1b5a16ff9d2bcf4380ce 135 0.05 vMB 167
203,427 203,427 000000000000014efe6a948776670fbc2e7c59fa69f372c2f3b26253e5a71805 284 0.20 vMB 92
203,426 203,426 000000000000033937eaf0c1be1e160b9d7407a41222fe456d384cf6321ca520 36 0.03 vMB 21
203,425 203,425 000000000000020972f4b191b5bb9bdb7eda1fea41d0ac5540b962e55930a781 550 0.21 vMB 162
203,424 203,424 00000000000004c1fb0ed92b119491221724e1eed4f494ce411c8ae4d3e0b4e6 4 0.00 vMB 6
203,423 203,423 000000000000014e491019b6d1bae996cfc8add205a8ef4f98ec2fd75b5c0cfe 63 0.02 vMB 198
203,422 203,422 00000000000004a08c4abc13ea28ede7a7f5b9d52aa00f9171a4e8043d282ccf 117 0.05 vMB 163
Previous 10 blocks ↓
Total Size: 779.66 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: 310.37 GB
    • Received: 1.47 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.