Loading Tool

Explorer IconExplorer

Memory Pool

79,314 transactions
29.73 vMB
0.11831892 BTC
Random Selection Loading Transactions
Max Size: 179.39/200 MB

Candidate Block

Mining Attempt 04590c02082f211a3c31ba944f6f8f6f18f59f40b7e0cca248435d9847712ec9
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root d3e636d17f3529a9f65fc029aa5737bf8406abb09ad5afe82ceb92fb01ac8b24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05397666 BTC
Feerates: 150.75 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (103,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,260 811,260 00000000000000000003b7b9364d3090590e0d1874dd0b391055ad94c4b94e22 2,592 1.00/1.00 vMB 15
811,259 811,259 00000000000000000001a6c1707e7a1880003bbb9d571acd03858d71b46d5b31 173 1.00/1.00 vMB 2
811,258 811,258 0000000000000000000130b4444201aa45517c144b21f47c5de8e73340fe881d 1,962 1.00/1.00 vMB 11
811,257 811,257 000000000000000000019b5f58374beee1e18bb283af06394a012efc45a013d8 713 1.00/1.00 vMB 4
811,256 811,256 0000000000000000000195c6135d7af7939fb2b03525304934cee44d6e714f6e 1,840 1.00/1.00 vMB 6
811,255 811,255 00000000000000000001a2ccb4cf0611da8234629676898578f1962c0ba6a674 3,427 1.00/1.00 vMB 25
811,254 811,254 00000000000000000004daf1bc6600806492c73ab29bdea440bafd9f0c944e15 1,682 1.00/1.00 vMB 17
811,253 811,253 00000000000000000003f3fdde3691fb7456eb05a0b9d0033afa1fa60397576c 1,149 1.00/1.00 vMB 6
811,252 811,252 000000000000000000030a7cf51d3987b5c7b5bd048b5c46db4558eb8c9c1b4b 976 1.00/1.00 vMB 5
811,251 811,251 000000000000000000007aca2d2524a0654b7666946a7ebf5ce17c068c356d6e 2,795 1.00/1.00 vMB 13
811,250 811,250 000000000000000000036733364ffe7425b49e40dfe9c0414b70e9842d71f8f2 1,588 1.00/1.00 vMB 9
811,249 811,249 0000000000000000000062f15f8ea212d05d3c4ba429d63395b41dc7da7ad1d4 2,789 1.00/1.00 vMB 8
811,248 811,248 00000000000000000000c060c2b0a6b93d98656f0af0856857982e157c53b0d0 1,589 1.00/1.00 vMB 8
811,247 811,247 000000000000000000046e1ce1357707779e93eb0cdf071c095d5064c4be2d7c 1,584 1.00/1.00 vMB 3
811,246 811,246 00000000000000000002107c50340460d226cbdf5543ad3e808514742e39b37b 1,700 1.00/1.00 vMB 7
811,245 811,245 00000000000000000001fabc47cf442bb6d457940ea0efb2db6c9910e536b795 3,341 1.00/1.00 vMB 28
811,244 811,244 00000000000000000000d38956f5f04ae817269c332248106d268cefc6622ff1 2,011 1.00/1.00 vMB 5
811,243 811,243 000000000000000000021d546d046f221163a97dfa776b33dbdbcbd30f1d9048 1,193 1.00/1.00 vMB 8
811,242 811,242 00000000000000000000cf0e2a720d2d49c53e3ff91317c7d385ee702a4e8f62 2,733 1.00/1.00 vMB 26
811,241 811,241 00000000000000000003b1915abf89d42b8c5d4e85e0d0454add72fd791e7a03 2,468 1.00/1.00 vMB 27
811,240 811,240 00000000000000000000496bb2168d2355e44cee9b7f2dc995444fbf6bc3933e 1,985 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.