Loading Tool

Explorer IconExplorer

Memory Pool

43,663 transactions
26.46 vMB
0.06204856 BTC
Random Selection Loading Transactions
Max Size: 139.31/200 MB

Candidate Block

Mining Attempt 3273f0e77d87999cfb8944fba65dcc244c6db6c830ddcc43fd4aa3838e8713df
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 4f7f8701af01ca46d0ef4011c6254af61caf0ea9abc9f7f0916e8be024303ff8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,874
Size: 1.00 vMB
Total Fees: 0.01351845 BTC
Feerates: 150.75 > 1.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (207,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,150 707,150 000000000000000000019c3fffd7ef48508b4a11c24b185db0362d0e82948aed 3,070 1.00/1.00 vMB 12
707,149 707,149 000000000000000000084f6ac912d0e8211527f15ce5510c55b08b77fdc2f3f0 2,863 1.00/1.00 vMB 16
707,148 707,148 0000000000000000000ad6c986e1ccca6a0932b8a9fbab07c458bf69c89dbe34 1,984 1.00/1.00 vMB 8
707,147 707,147 000000000000000000018af65db185772a3f31960a335a7b7282e7fb1588c674 2,786 1.00/1.00 vMB 10
707,146 707,146 00000000000000000001a72946b11eddca06944b51cb15d1468ab07a0df0919f 2,301 1.00/1.00 vMB 20
707,145 707,145 00000000000000000001de7208de50b3f59737a8b8267e68fb7c42805ee1afc6 1,163 1.00/1.00 vMB 2
707,144 707,144 00000000000000000009d82b5b6a154af45c0486e4018ee8595c8b7245ecad81 2,065 1.00/1.00 vMB 4
707,143 707,143 0000000000000000000d854d083550bf46d882042c46a12ce83bc555e9c63c7f 1,780 1.00/1.00 vMB 4
707,142 707,142 0000000000000000000849bb6ffed231c7de1cabc2f775b8383f57b8e36a1917 1,441 1.00/1.00 vMB 5
707,141 707,141 0000000000000000000ba45d4429a3d5260bdf5edd719b850e31835c4eae9680 1,270 1.00/1.00 vMB 3
707,140 707,140 00000000000000000004b9e10580bebf5c52001f09833e9764ca4358cbaedfcb 2,495 1.00/1.00 vMB 8
707,139 707,139 0000000000000000000b32c474f6129de975730008181a0b1d934f977203f113 3,332 1.00/1.00 vMB 3
707,138 707,138 0000000000000000000494f55ba7c364285e4bfc104febe118b17aea48cb3ce6 2,862 1.00/1.00 vMB 9
707,137 707,137 00000000000000000000396aa3dccd0104aa6542f2237ca5d3595dd202a3246b 3,140 1.00/1.00 vMB 13
707,136 707,136 0000000000000000000d14e1b0955eba9e99fb9df07e8939efdb9b67f1b3ec51 2,228 1.00/1.00 vMB 10
707,135 707,135 000000000000000000045638569eae7723b10599fbf71c80011ec0a05adc1c4b 2,563 1.00/1.00 vMB 9
707,134 707,134 00000000000000000002802d02ca6c1f0d18a7c5b0272fcc16d830bb64a774f6 3,308 1.00/1.00 vMB 6
707,133 707,133 0000000000000000000702945ec0f5953121f48150c03060133492b8a6e2a189 2,886 1.00/1.00 vMB 15
707,132 707,132 00000000000000000000bf5e4b2d5fe21a40d8f3864fc2e09dd324abb45dec68 2,805 1.00/1.00 vMB 13
707,131 707,131 0000000000000000000b029f481fcb64df016a176c1f99b962ff7b4542836247 2,504 1.00/1.00 vMB 15
707,130 707,130 0000000000000000000c07c19f5a88518b74a0ca538afd9c9e453dbacf392c92 2,978 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.