Loading Tool

Explorer IconExplorer

Memory Pool

75,646 transactions
29.48 vMB
0.09313444 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt ecb0fd63bd0dc85fbe7cac8378ee21f4e26f3438bdf94162b6908f2b17e4661a
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root 63ba2474baa3a342f9b917509be20cf7803f8c87179df76afcd9c4363408a592
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.02609308 BTC
Feerates: 147.99 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (57,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,986 857,986 00000000000000000000d74f284beeaf29043439aa639713e190505cf77dcf81 7,666 1.00/1.00 vMB 3
857,985 857,985 000000000000000000015b5ba456448f577819c07ca1a5b9e74e726eb694ccbf 6,344 1.00/1.00 vMB 5
857,984 857,984 0000000000000000000252cebcfdbe2504c2d3c6c1a6c6084b4365877e5e03b5 3,242 1.00/1.00 vMB 12
857,983 857,983 00000000000000000001bb3c443e9865877492c4f59d1ad11dc3081fffca15ea 5,802 1.00/1.00 vMB 13
857,982 857,982 0000000000000000000295f5e690086ebd56223392f4e1c020491f05ec274450 5,842 1.00/1.00 vMB 3
857,981 857,981 000000000000000000007e44ed84554668c2d55c83812eba87e825a9be794ab1 5,108 1.00/1.00 vMB 19
857,980 857,980 00000000000000000000acaf8348417cbd5308e8c20f0002da7ed44a8d219a68 4,880 1.00/1.00 vMB 25
857,979 857,979 0000000000000000000152069d37163e4512961b095ebf27ead9a45a8ed5e97c 3,192 1.00/1.00 vMB 31
857,978 857,978 000000000000000000008ec33956fbf116519fa78bd660e907d0fc3ecdd41d15 6,708 1.00/1.00 vMB 6
857,977 857,977 0000000000000000000264d3bf401b99e28ad66852598cab9edeb5e7ecc76fdc 3,003 1.00/1.00 vMB 53
857,976 857,976 00000000000000000002726d1c5d794ba68696e0838d610ac92d13af8f093824 4,403 1.00/1.00 vMB 19
857,975 857,975 00000000000000000000afd54dba482c3abed435d4f46d7fec043e1d78a77ccd 4,294 1.00/1.00 vMB 83
857,974 857,974 00000000000000000002b8d07b390016d0c2dff284322b29c996a8563a5d624d 4,923 1.00/1.00 vMB 15
857,973 857,973 00000000000000000001b7230d55fa209bbc7f3380a8a791dfa24782c55168f9 5,100 1.00/1.00 vMB 5
857,972 857,972 00000000000000000001beeebbb88074f6c01c0c76d450b7a3aac4373e52aca6 4,782 1.00/1.00 vMB 38
857,971 857,971 000000000000000000008c0cfb11c0c3e6ff9f152ea5132cd579182d6d34fae4 4,395 1.00/1.00 vMB 13
857,970 857,970 000000000000000000002c62b9f0c7ca09cdd86489bc06036688b8ea166dabcc 4,555 1.00/1.00 vMB 46
857,969 857,969 00000000000000000000ae516b824e4f68197d590154907b03802e13e0d8fe71 5,390 1.00/1.00 vMB 32
857,968 857,968 00000000000000000002ed67f6cfc3ecbbaf1430e68fca5450b3c0a767162366 6,172 1.00/1.00 vMB 45
857,967 857,967 00000000000000000001c9e7993aa0c2ebfd7a0d3cc5d08167a0a670ac7f9760 6,349 1.00/1.00 vMB 78
857,966 857,966 0000000000000000000248795a9300a310da0894178a4a2feca946d116fcf86e 6,874 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.17 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: 748.28 GB
    • Received: 18.79 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.