Loading Tool

Explorer IconExplorer

Memory Pool

44,862 transactions
28.58 vMB
0.12145235 BTC
Random Selection Loading Transactions
Max Size: 151.14/200 MB

Candidate Block

Mining Attempt c8441f75fb308e1c2d8935dd4389196638a65c07c0a5de5d1f7fc6e46a1cb486
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 8443fc129b00c7da7ac33e41187e42ec9143837d9f016b2604cb4aa39981faf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,427
Size: 1.00 vMB
Total Fees: 0.06715366 BTC
Feerates: 101.65 > 6.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (247,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,735 667,735 00000000000000000000ddf2e77e07b956192a0d0d942a6feb8ee6426708f700 2,371 1.00/1.00 vMB 18
667,734 667,734 00000000000000000002aa8cb19b810c1098e1769c4366ee614271fdc3f9b8d9 3,067 1.00/1.00 vMB 87
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
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.