Loading Tool

Explorer IconExplorer

Memory Pool

50,757 transactions
28.45 vMB
0.07734569 BTC
Random Selection Loading Transactions
Max Size: 153.11/200 MB

Candidate Block

Mining Attempt 7c9c599180ffad44d1dc1960c81e764ffd6a2584c1facd47d38d247967758799
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root 339280848f6b78719d3fdfd5506b538cd682554a9a0e617d217b162f75630de2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,218
Size: 1.00 vMB
Total Fees: 0.02314761 BTC
Feerates: 507.72 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (447,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,097 467,097 0000000000000000002354849af947de9e28cf05f43ab8360c04df7b1fbf30d6 946 1.00/1.00 vMB 149
467,096 467,096 0000000000000000011fe279addff20dbae9ca94e0051f2b4b05c42d7a6c61e2 2,371 1.00/1.00 vMB 242
467,095 467,095 00000000000000000145609759860252c0bbf850afe357d67754bfcc5456e762 2,684 1.00/1.00 vMB 366
467,094 467,094 000000000000000000a4264e97f2216f568ca58108938fab5ec7948d0b060fd0 2,314 1.00/1.00 vMB 248
467,093 467,093 000000000000000001c03f8119f7680bae7fca6c9b1cf95351d7f1128a0c67e9 1,894 1.00/1.00 vMB 215
467,092 467,092 0000000000000000001dad0a76818d0fe57dfd1f99829a717bea6e61cea400ae 2,249 1.00/1.00 vMB 266
467,091 467,091 000000000000000000717ab37e74c5cff465022fd16156a8ebf07fc0b13d5445 1,715 1.00/1.00 vMB 175
467,090 467,090 00000000000000000075d430f7e83b459711098c1aba582c3d72a031da44d8de 1,766 1.00/1.00 vMB 198
467,089 467,089 0000000000000000007d266e9ebe1973efcd08fad3aac7e0f3e067c09ed07e61 1,378 1.00/1.00 vMB 153
467,088 467,088 000000000000000000dca511c7e57128ed5243ad62d79a7689e54d0d627e64cf 2,324 1.00/1.00 vMB 273
467,087 467,087 0000000000000000018742fb12162891083b5751de1a110d38d3e8ebca9cf537 1,258 1.00/1.00 vMB 158
467,086 467,086 0000000000000000009fc67fd105b624f33bff17c98d1c4c59f8a1d41506c0eb 2,198 1.00/1.00 vMB 227
467,085 467,085 000000000000000000c111a6fceefce3bcf0ac82be0745ec444afbd5c659f29e 2,266 1.00/1.00 vMB 284
467,084 467,084 000000000000000000bea76cb8feef3d8a2e60e585eeecc5d59549ab7a4a16e5 2,035 1.00/1.00 vMB 258
467,083 467,083 0000000000000000019479cfa45b0e97d671d9d9c4385f218c9f58b35bd6801c 2,567 1.00/1.00 vMB 316
467,082 467,082 000000000000000000df3805d3007b3e3ea3a2b4b6dd4843224da346ecc15eb9 2,033 1.00/1.00 vMB 338
467,081 467,081 000000000000000000c317cd26dc45b6dc6bed8cb9476ebac9c59767344cc1f2 2,541 1.00/1.00 vMB 356
467,080 467,080 0000000000000000016beeb6924bd9e86b0bc48592935b8bedbf5cab30034d58 1 0.00/1.00 vMB 0
467,079 467,079 0000000000000000008e05cadf74b2d8abb2835bbd023fc078f5e9f36847dcdb 2,684 1.00/1.00 vMB 273
467,078 467,078 000000000000000000452ac703be0ecb51c95b343b7c5e99b3de3dd7c74ef25a 625 1.00/1.00 vMB 305
467,077 467,077 000000000000000000f93824e42102be77f81885ee7d78ed976e4baef5da5fc6 1,414 1.00/1.00 vMB 293
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.