Loading Tool

Explorer IconExplorer

Memory Pool

28,134 transactions
24.50 vMB
0.05144150 BTC
Random Selection Loading Transactions
Max Size: 120.90/200 MB

Candidate Block

Mining Attempt 88e280ceaecf37e6e49bc2198987761aac2d956664ce3a42dbfa36a33268404b
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root eefc88c5dd66e422d8ac98201a3eaa439e23e928f7655430b2c80cd9cb476f1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.00794524 BTC
Feerates: 73.20 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (411,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,826 502,826 0000000000000000002113ed90ada484b5d6645a1dd5d88d52bf5bc0a44b93e9 1,966 1.00/1.00 vMB 433
502,825 502,825 0000000000000000008c7346f54abe11c5bfc0d99823f9ce49c1d156f070948c 1,982 1.00/1.00 vMB 432
502,824 502,824 000000000000000000245b74ae7893036124c50734dc7417dd9caedb43c09741 1,820 1.00/1.00 vMB 408
502,823 502,823 0000000000000000003621f5ae98de75840e3090b2218d8033ceac772ec78d37 1,983 1.00/1.00 vMB 405
502,822 502,822 000000000000000000090269bf702a0b93c866e1ff8a95412f56421351fe3331 1,303 1.00/1.00 vMB 390
502,821 502,821 0000000000000000003d5b755f4b73af93be68a095b8643fdb439091a2581157 1,986 1.00/1.00 vMB 252
502,820 502,820 000000000000000000877467d2b5be8311b2465f556daf3e411b3c8849c8bde7 1,807 1.00/1.00 vMB 476
502,819 502,819 0000000000000000005457fee15ffb663c71055184bb7b48c144010e787f18db 2,220 1.00/1.00 vMB 457
502,818 502,818 0000000000000000001551a9d7c7e8d602fa2e59fe69a7c096d67646f0e873a1 2,136 1.00/1.00 vMB 546
502,817 502,817 0000000000000000006ffe514f454f5219e2c84e58b4774213fd494a57ee10da 1,560 1.00/1.00 vMB 390
502,816 502,816 0000000000000000002fa833551100dbdf0b5aa31f3d94563efb999b1821e806 1,278 1.00/1.00 vMB 266
502,815 502,815 00000000000000000049cea4bdf2207519369c75dd873a0737cf2a7463b0c4b4 1,633 1.00/1.00 vMB 296
502,814 502,814 0000000000000000004ca53fd965c6ca0b87d6f5171d96cc86b92c928a22a8ec 1,719 1.00/1.00 vMB 294
502,813 502,813 0000000000000000008d057e7e574b411294fd2da227bff9c9b487b59c93c39d 1,983 1.00/1.00 vMB 430
502,812 502,812 0000000000000000000bc002c2cd17d5eec9a150b0b3dff7f0a3f8e682e32489 1,888 1.00/1.00 vMB 468
502,811 502,811 000000000000000000289b4c2d399cc89654658a8fc3f420a2294ced2ba84f3e 1,681 1.00/1.00 vMB 353
502,810 502,810 0000000000000000004ee9436c87841535b27093a5701c747fc5cf59138bed8d 1,787 1.00/1.00 vMB 341
502,809 502,809 00000000000000000050e51c05ea3b0e1585069618e4d588879deff37a3044a9 2,080 1.00/1.00 vMB 448
502,808 502,808 000000000000000000570c33451a38c6170be0d75f91e6388fd47e777f0d859c 2,182 1.00/1.00 vMB 564
502,807 502,807 00000000000000000054c92b62be6167a9e595ffd588ae217dae644281f03a3c 1,419 1.00/1.00 vMB 366
502,806 502,806 0000000000000000007062c86edbd4c7aef4cd1f61bf92129a26ba4c4c1514ae 1,939 1.00/1.00 vMB 284
Previous 10 blocks ↓
Total Size: 781.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: 641.84 GB
    • Received: 12.53 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.