Loading Tool

Explorer IconExplorer

Memory Pool

80,939 transactions
29.81 vMB
0.12019989 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt b6bf80f300b62dfa87490cf1a09b3b1f44ce67f6d2a3dabf3810adfacbca5ddd
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 063af3cfc5bff684ee02a146d8aba349cf807750b2d8e5a323cf9b03db5dc74b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,329
Size: 1.00 vMB
Total Fees: 0.05004810 BTC
Feerates: 477.45 > 5.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (278,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,320 636,320 00000000000000000000e7b9ede7f6e3e907a557dc6243ac3c165fa39aee007a 1,596 1.00/1.00 vMB 19
636,319 636,319 000000000000000000073c2e7c5e2d1b93a1e7a32052a3ee78b349cedb907226 1,996 1.00/1.00 vMB 18
636,318 636,318 00000000000000000006046c48ffc35b57ce8519b9856055d86f1ca0ddcd98a6 2,833 1.00/1.00 vMB 26
636,317 636,317 000000000000000000015887f1321ba64a7cfdc6a3ce75829ba818821067b362 2,694 1.00/1.00 vMB 24
636,316 636,316 0000000000000000000570c458e91cc88386dae3b96da0e447f01d8af49132c3 1,505 1.00/1.00 vMB 28
636,315 636,315 000000000000000000080f9eee8229cc5d7c7daafb496c3af7ebfdcb2079231f 2,539 1.00/1.00 vMB 35
636,314 636,314 00000000000000000002babb9356f96eba6055752c6510692802da59e0b4eb40 2,801 1.00/1.00 vMB 24
636,313 636,313 0000000000000000000d29843fa84f8c852875af31c9b5abb6c0b2ef28a97036 2,082 1.00/1.00 vMB 35
636,312 636,312 00000000000000000005c05406d63bb7a7024fc255cda10c5f8b3954fbad440c 2,791 1.00/1.00 vMB 43
636,311 636,311 00000000000000000001a9533670deb9e2cf282db03bafdc6b05965be5e6b318 2,590 1.00/1.00 vMB 28
636,310 636,310 00000000000000000008808927958e25c8347234bfd86f90fe43d95ce36f4f45 3,033 1.00/1.00 vMB 29
636,309 636,309 000000000000000000004a23aac129507f3373cbb964f0eaabb76c525954350b 2,678 1.00/1.00 vMB 40
636,308 636,308 0000000000000000000b875f21f7615b17a0f1e62b9ef63b2f5e453af61d3335 2,833 1.00/1.00 vMB 34
636,307 636,307 0000000000000000000eb2b68e0e7f55977fb962c17e913b2d99cf0b0239105f 3,005 1.00/1.00 vMB 39
636,306 636,306 0000000000000000000589fd1211902f756daff06e15d7f0c04923e0efbc4028 3,063 1.00/1.00 vMB 41
636,305 636,305 00000000000000000006328dbd4e5dea5f87d4f75dcb5ce1a3407528dfb27689 2,729 1.00/1.00 vMB 37
636,304 636,304 0000000000000000000918b005535a7c2030a73e7464cd776a8ee47f01b2168b 1,840 1.00/1.00 vMB 40
636,303 636,303 00000000000000000004a2968b16d25b919d4634509f415f394a6493b9fd2b73 2,528 1.00/1.00 vMB 51
636,302 636,302 00000000000000000001b7e0650c1e00e37b6e5cd5f7828a56e6ca33fdbb30e0 2,202 1.00/1.00 vMB 18
636,301 636,301 0000000000000000000536e84f497cb17086a36eea51333d6c214e1a112e719e 2,931 1.00/1.00 vMB 33
636,300 636,300 00000000000000000010dafd3e32f666f0a796f63680c2ddf2cf66a60861a093 2,485 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.