Loading Tool

Explorer IconExplorer

Memory Pool

77,831 transactions
29.25 vMB
0.06256951 BTC
Random Selection Loading Transactions
Max Size: 175.76/200 MB

Candidate Block

Mining Attempt 2f8e6e1c92e5c3db2a10890d5b03e9c720bb1f413927e5057636c0c709e8054a
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root c400be8982842fe3bbde88153f128d4d167b41d1282eeb9d4dfd388c4a4f5883
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.00321931 BTC
Feerates: 10.05 > 0.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (464,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,333 450,333 00000000000000000088f05e84cb3e59583d15661231e51733ce5c41986951ed 960 0.75/1.00 vMB 112
450,332 450,332 000000000000000000247af737d1ec6ecd0a390a82070dfa66d34ecc8358630e 1,116 1.00/1.00 vMB 103
450,331 450,331 000000000000000001879ca6948e0314f6558ba5e4cd7f5819442cc6098d9914 2,264 1.00/1.00 vMB 122
450,330 450,330 000000000000000002a6e424bd99157e24a6a044562626339dcc9ef82d57767a 1,685 1.00/1.00 vMB 113
450,329 450,329 000000000000000002314ad0de9eae034586a4924ac5adbf46d25357f773f6f3 2,343 1.00/1.00 vMB 94
450,328 450,328 000000000000000000096453b092e098538f56fb6889ec601cfa037ecb6ee540 2,413 1.00/1.00 vMB 67
450,327 450,327 0000000000000000019eb5e39455ce7650fec85d1b6a759ba139c6563b52a503 1,571 1.00/1.00 vMB 104
450,326 450,326 0000000000000000024f672a386363cb38184b55b78773625d0318ededd1eb96 1,962 1.00/1.00 vMB 105
450,325 450,325 000000000000000000150115c1b7f4cba7987b9b998723e8868b52779b01ac62 1,493 0.75/1.00 vMB 92
450,324 450,324 00000000000000000280be70af77d245fff48ef0886b9571e34b9a64405662f6 1,730 1.00/1.00 vMB 108
450,323 450,323 000000000000000001a12ec83224148320c2146ef86de9cc4c9f9b008c8e85b5 2,603 1.00/1.00 vMB 99
450,322 450,322 0000000000000000004f6fa74cbe1fd9268211da94e1da9e9c5a0927a499df2a 2,341 1.00/1.00 vMB 55
450,321 450,321 0000000000000000017d09958bfdfbd806ec1a37b15d0f7914717cff67dbfe18 2,107 1.00/1.00 vMB 111
450,320 450,320 00000000000000000048d373e313ed018039ae01a9f5a8d542fe90fbe52d0f0f 2,638 1.00/1.00 vMB 94
450,319 450,319 00000000000000000145856aaf9c69e5065c48e67adae9e787fb1353cf54ffd0 1,527 1.00/1.00 vMB 88
450,318 450,318 000000000000000002c3a241ca84f64c4900c5b7b05718e28def2cc169b7c64b 1,868 1.00/1.00 vMB 118
450,317 450,317 00000000000000000056763240afbb2f2175399d340690b1fa788e9a3b3152b1 1,437 0.95/1.00 vMB 90
450,316 450,316 000000000000000001610632634b8f5bf5ec27b681af1c13e5c62579624a201b 853 0.53/1.00 vMB 56
450,315 450,315 0000000000000000008674c84b7723698d256ed8f53c5898416c388fc88969f5 2,079 1.00/1.00 vMB 69
450,314 450,314 00000000000000000006f1fdc34b6885ff5e738b0061d21c2c6d87a64c0fb65c 2,249 1.00/1.00 vMB 70
450,313 450,313 0000000000000000024c03b4fb16466ee4fcf6c74d62b9c65f891c8e417a8c4b 2,465 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.