Loading Tool

Explorer IconExplorer

Memory Pool

47,401 transactions
28.02 vMB
0.08907611 BTC
Random Selection Loading Transactions
Max Size: 148.90/200 MB

Candidate Block

Mining Attempt 12d8695b1b037f72aadedf66cf7dfdeeb75b2c8c96b17a05e417fd09d07c1ca8
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root cd6c9c8e163a20cfb0b0d1f118757031f61240694f652ac060e6c3049a7c15b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.03422242 BTC
Feerates: 500.00 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (247,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,733 667,733 00000000000000000000a7b2c187c1dee385012674693b45123496eeb8c32b1f 873 1.00/1.00 vMB 20
667,732 667,732 0000000000000000000650273b1c6a60ce5574b22a32d4c4cb81a6b2d6778cc0 838 1.00/1.00 vMB 17
667,731 667,731 00000000000000000006d4be32655f5f1fce418342b16ddd2afd18c4e7a4caa9 1,963 1.00/1.00 vMB 31
667,730 667,730 0000000000000000000a891e85445e677eb3f67c099bb9c0c5f2ca320c952015 2,142 1.00/1.00 vMB 8
667,729 667,729 000000000000000000074ec78ec503c72edd08dd557769865c166f0ef25c45a8 2,334 1.00/1.00 vMB 28
667,728 667,728 00000000000000000001347b7fc65d5a187687e4bf5ef4f0956d32e8d7e61bf7 1,914 1.00/1.00 vMB 11
667,727 667,727 0000000000000000000021376fd794196b0c9b0653bea169871077b865bdb98f 1,649 1.00/1.00 vMB 40
667,726 667,726 0000000000000000000228f72e6a1c95e158bd5a215492cbbbfed807acd02bc1 1,992 1.00/1.00 vMB 86
667,725 667,725 0000000000000000000917300e6917dd7c1617ed0d68cd6f5b164b56fbb9856b 2,749 1.00/1.00 vMB 76
667,724 667,724 00000000000000000003d78c4ab74b5b41d25618022f53c59832b3ce6404b2d5 2,125 1.00/1.00 vMB 92
667,723 667,723 00000000000000000009c42ac35d803eaac905c345d88f8d9eee63aa31ce0374 2,610 1.00/1.00 vMB 64
667,722 667,722 00000000000000000005f44cf049b6ff2303e29cbaa94d1299daa3f08f760b06 3,048 1.00/1.00 vMB 102
667,721 667,721 000000000000000000040d2aed107f9d4164266acd07c009e4bed735ac438fdd 1,530 1.00/1.00 vMB 28
667,720 667,720 00000000000000000007cf1cd6c413e798a8a12ac22535464c031cd1a0d1e379 1,555 1.00/1.00 vMB 41
667,719 667,719 00000000000000000007aca307b60549ea0565e6755d261b0b601d98a5193c98 395 1.00/1.00 vMB 8
667,718 667,718 0000000000000000000672cb73d1a5600a225d837bebd4ae136f7becfd2da0bf 1,433 1.00/1.00 vMB 36
667,717 667,717 00000000000000000000052307c120170c344629fa147c738e5d025253b69f71 188 1.00/1.00 vMB 6
667,716 667,716 00000000000000000006270a576676cb23b72fa6eef59a4f9267062b9e42d35a 1,472 1.00/1.00 vMB 48
667,715 667,715 000000000000000000081ee2b6d91de0a02e85e3fbfa3c88b9dd0515c80d4cd8 833 1.00/1.00 vMB 14
667,714 667,714 000000000000000000091ab75f8f6ce716ee22ef10348054f783ecae11252246 485 1.00/1.00 vMB 11
667,713 667,713 000000000000000000014c064ca59788a11008b9d9660485d9d298a3b4d791df 1,156 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.01 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: 649.42 GB
    • Received: 13.17 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.