Loading Tool

Explorer IconExplorer

Memory Pool

74,769 transactions
27.60 vMB
0.07367711 BTC
Random Selection Loading Transactions
Max Size: 168.34/200 MB

Candidate Block

Mining Attempt 25d3288179570cb966a380d9ac76d10f7f68d8098688314a392e1171c571797a
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 66dd2c20533c38fd135d987d614c5abc11ecfbd3fd2252102f5790f20bf30096
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,356
Size: 1.00 vMB
Total Fees: 0.01476970 BTC
Feerates: 100.35 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (294,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,546 620,546 000000000000000000006c8d1f31be68c01b0a07678f6d4e751d4a9b9ffe0790 957 0.45/1.00 vMB 16
620,545 620,545 00000000000000000009bcb56603f33715908d7ab38c1f486cb7e62a3b357871 102 0.03/1.00 vMB 16
620,544 620,544 0000000000000000000b200341694a3ea247dd68d1ad765bb8eb331423ed2d9f 1,302 0.35/1.00 vMB 16
620,543 620,543 00000000000000000008f9d420ce433ee7001523313f706fca58c6a019f472ad 1,249 0.91/1.00 vMB 4
620,542 620,542 0000000000000000000d462e00e51753768f9f728ed8741791c2eec432ee4601 1,137 1.00/1.00 vMB 3
620,541 620,541 000000000000000000064d4f35309b7e84fde69338d2c01ba20569686ee2b0cf 2,592 1.00/1.00 vMB 2
620,540 620,540 00000000000000000009faf467102b7ca597b960e1cda99a768ed47ac848529d 887 1.00/1.00 vMB 15
620,539 620,539 00000000000000000005095279eeca53c040d8b722ef6a2267dc4af7644814ab 3,023 1.00/1.00 vMB 26
620,538 620,538 0000000000000000000fb83dcaeb5ed8d7b9419e2af59eabc1eee7c85c27c3b6 2,071 1.00/1.00 vMB 17
620,537 620,537 0000000000000000000138a0deb99666b5ed659f835a1c8606018fc5d5c1228f 2,360 1.00/1.00 vMB 13
620,536 620,536 0000000000000000000024dc370d450c285d6195cc7f389edc2c4370d887892c 1,611 1.00/1.00 vMB 21
620,535 620,535 0000000000000000001131dcce51f514a4d5f8ddc7420718bc7af54e0f21293d 1,223 1.00/1.00 vMB 2
620,534 620,534 0000000000000000000119e179a3169afe7e1dbd867cb9070a6f75a583b98fb3 2,309 1.00/1.00 vMB 14
620,533 620,533 0000000000000000000eb390eaecb469b16f5982fbb4bdf1e6079c5c3c7e7a7c 2,008 1.00/1.00 vMB 11
620,532 620,532 00000000000000000001d781ee8b3338e5a4f8f47918efe1f663e73c01fa423e 3,389 1.00/1.00 vMB 20
620,531 620,531 0000000000000000000fe843d7060e8d4f1c2d37e5bbd81b370d04e858cb68e2 2,183 1.00/1.00 vMB 9
620,530 620,530 00000000000000000007bd8a7edf9d6d8e4ce550bfd45154755b04742e8abaec 2,787 1.00/1.00 vMB 19
620,529 620,529 0000000000000000000bdba3a4f714e794b3acf0c601e6779588e132268bfd9a 2,229 1.00/1.00 vMB 26
620,528 620,528 000000000000000000048d30074a01e2bc465126e453319e6052472589e641b3 2,946 1.00/1.00 vMB 22
620,527 620,527 000000000000000000114f9df03b7a1afe68ddb3ae16a05e08ffa59e820080ab 2,695 1.00/1.00 vMB 16
620,526 620,526 00000000000000000007c7f70352802a366030e87c655fb8d4d1e8590af09de8 1,004 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.89 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.51 GB
    • Received: 17.38 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.