Loading Tool

Explorer IconExplorer

Memory Pool

83,309 transactions
31.24 vMB
0.09299909 BTC
Random Selection Loading Transactions
Max Size: 191.62/200 MB

Candidate Block

Mining Attempt d1664b8e30bc8970982cea9101b078c0bb35910a2f66a4d0b9b9b7e805bf6aa1
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 66b8bbcc3ef10b7aecd83702d43d46eba7d4b1a85895b986f862e1125bd75097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,390
Size: 1.00 vMB
Total Fees: 0.02234679 BTC
Feerates: 114.60 > 2.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (24,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,134 891,134 00000000000000000000f09795ffce01a8d34e5fe47f9d6f5a8c6078d1b2e9fe 2,788 1.00/1.00 vMB 5
891,133 891,133 00000000000000000001056f3430a27b7af27bd114462a6f3af59e0669bcb178 3,309 1.00/1.00 vMB 6
891,132 891,132 00000000000000000001636036b4f5b0184ad4d79296d8096e20e5cdeede50a3 2,367 1.00/1.00 vMB 6
891,131 891,131 00000000000000000000d5b7101f53e5c6bd986ce7c0bccd1b85bb7e5b4f92a0 1,777 1.00/1.00 vMB 3
891,130 891,130 00000000000000000001bd9e176b31a696f7f59bc38ef50d980525f942add26a 2,480 1.00/1.00 vMB 6
891,129 891,129 000000000000000000002c5c7fd42e982045c1c3edd972bcaaffaf0ac80b244e 3,120 1.00/1.00 vMB 6
891,128 891,128 00000000000000000000c3f83973b6aba80f2e69418639382f84b22470a183e1 3,183 1.00/1.00 vMB 3
891,127 891,127 000000000000000000018846be10c065d4fd0ba1302e3babfe9decee5f8bded7 1,981 1.00/1.00 vMB 2
891,126 891,126 00000000000000000000d54e4d54c164c51236fcd4cbb9d0d77485e7fad591a4 1,470 1.00/1.00 vMB 2
891,125 891,125 00000000000000000002481c62d9a95dd55c8699deb74dd1d7246d149a9abb1b 1,578 1.00/1.00 vMB 2
891,124 891,124 000000000000000000017235bebf1f94e2e7601079034539d3d4838971eac8c8 1,090 1.00/1.00 vMB 1
891,123 891,123 00000000000000000000d17f5030ae57a0545329b544595616b52a22ce46f507 985 1.00/1.00 vMB 1
891,122 891,122 00000000000000000000e048a85a84d0fccc5e958b22f107e91a43fa539211b5 697 1.00/1.00 vMB 1
891,121 891,121 00000000000000000000fd43efce57aeccd04acfc7a9c6e4ea50eb0875742bd0 2,257 1.00/1.00 vMB 2
891,120 891,120 0000000000000000000218c654448e97db853a8b8062bc8e1c65203021ed9892 3,039 1.00/1.00 vMB 3
891,119 891,119 000000000000000000018609bcd56d0eca6fa42dfbbfec6419d585efc4156f93 2,480 1.00/1.00 vMB 2
891,118 891,118 000000000000000000016d27ef90fcdd2b3e6c90c98ded99060eb78be6a681b8 536 0.18/1.00 vMB 2
891,117 891,117 00000000000000000001fa528106bdf715e6b44ad2185ba1c9cc9c529f67b590 880 0.25/1.00 vMB 2
891,116 891,116 000000000000000000001a187cd28758062a43a0c4bec1a6f7f8e1a3efd08e1d 2,291 1.00/1.00 vMB 2
891,115 891,115 000000000000000000003680cfb16e814f8615f90f49ff59f76077cd2f624a75 389 0.18/1.00 vMB 2
891,114 891,114 00000000000000000000e23ab93f552fcf0245150eef9e612017342bba34a1e9 914 0.26/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.