Loading Tool

Explorer IconExplorer

Memory Pool

78,936 transactions
29.64 vMB
0.10753874 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 21506de6760ba925e2c94c99b4d6e379ecdea80132a1f8443e4a4817676cd926
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 474b118f3d440455c5ae41c4c68221d3e0d7de19fe0e5f572e7acb181987d742
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.02522918 BTC
Feerates: 100.53 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (421,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,100 494,100 000000000000000000489ebdd4638596fb2173feb0eb40b97e807a115762db2f 2,860 1.00/1.00 vMB 787
494,099 494,099 00000000000000000051bd8c9fd67e06d92a3501c8d711fdc98b17cce6ce28eb 1,500 1.00/1.00 vMB 629
494,098 494,098 00000000000000000096a96a5b45552b896cba0ca58a8348871d3e4e21c3f03c 2,182 1.00/1.00 vMB 775
494,097 494,097 0000000000000000003dfb3b2741ad7f5964ba6e044cf03f730d190a9b5d3c1a 2,495 1.00/1.00 vMB 848
494,096 494,096 0000000000000000000b14ce7d4e3e840072c30c8e2f2f3849a0ee6b294f42ca 1,977 1.00/1.00 vMB 612
494,095 494,095 000000000000000000a1a152840623298a0215f8d7b511e007bd43f3455171dd 2,444 1.00/1.00 vMB 720
494,094 494,094 0000000000000000008d58bf8a2fae3d989828ef857f652b434142faef97e0e4 2,050 1.00/1.00 vMB 666
494,093 494,093 000000000000000000392506ec2dc3801e61879c5dc030281fd032ec981632f0 3,050 1.00/1.00 vMB 790
494,092 494,092 0000000000000000004fe938b068af09668029a0c778d53b2f267fef764a15b8 2,497 1.00/1.00 vMB 826
494,091 494,091 0000000000000000003ec27d22df42f716674fea9423ae1c8fe0fa33137ef97a 1,483 1.00/1.00 vMB 368
494,090 494,090 0000000000000000003be9fe1f12b0c2a160138224da3645ad63e6a467bc4750 2,259 1.00/1.00 vMB 797
494,089 494,089 000000000000000000c6dc94534ae83f2d2d971edd380adfde52b80d85165050 2,669 1.00/1.00 vMB 823
494,088 494,088 0000000000000000001039f44bef1ded2d70c767b64a1eb6b5b78a96f03cf019 2,064 1.00/1.00 vMB 972
494,087 494,087 0000000000000000000461c8ade44c6fc15ff21e26cf2aa759f89babf993413c 2,667 1.00/1.00 vMB 572
494,086 494,086 000000000000000000271404c4120dd6f5b685002e3eff63c4476309eac560b9 2,597 1.00/1.00 vMB 922
494,085 494,085 00000000000000000091016d064b5071e9753647db53163f99cd921d6c98dcd1 2,762 1.00/1.00 vMB 1,122
494,084 494,084 000000000000000000a25980f0228f6548271486de6773ee8d8fc363fe441937 2,482 1.00/1.00 vMB 826
494,083 494,083 00000000000000000062caa44f815ba7c793bdc052d7d8a832668770f73033ff 2,684 1.00/1.00 vMB 1,064
494,082 494,082 0000000000000000007a69b67848af1a20f7b33422672541cd58794403c8bc41 1,732 1.00/1.00 vMB 437
494,081 494,081 0000000000000000009b537728a1c3978e78da06a196c73ac8d4299919a1afa6 2,121 1.00/1.00 vMB 686
494,080 494,080 0000000000000000009253e9832e464fbdf8e73785aa93684e5300d7322be60f 2,395 1.00/1.00 vMB 1,002
Previous 10 blocks ↓
Total Size: 782.91 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.99 GB
    • Received: 17.50 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.