Loading Tool

Explorer IconExplorer

Memory Pool

43,121 transactions
27.01 vMB
0.09580461 BTC
Random Selection Loading Transactions
Max Size: 141.21/200 MB

Candidate Block

Mining Attempt c29753a40adf35c2413f9456536bd02ad01c984a6e75a196ec14b40d00c3db5b
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 9a92d1717452aa456ba4f7bf34a4d47b1cc5b54d0db27a994854409c3dc09563
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,751
Size: 1.00 vMB
Total Fees: 0.04512873 BTC
Feerates: 151.01 > 4.52 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (463,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,208 451,208 0000000000000000015040b680ad51579e3e89322a4e3bb82d7c11c9c96bed32 1,906 1.00/1.00 vMB 81
451,207 451,207 000000000000000002319ad33fe90b281f6ed96c1cb1bca097dff2147d4f82dd 1,578 1.00/1.00 vMB 91
451,206 451,206 000000000000000001e156d2ecf853c4168973cad6511126dba6e4729ea21e4d 2,158 1.00/1.00 vMB 138
451,205 451,205 000000000000000002567f90ebef55d275d86d7ba8cd0a71530f7c27e7fbe219 2,076 1.00/1.00 vMB 89
451,204 451,204 000000000000000000f9ab2691659c0be1feff9e3f050cb57c4499641af1fea3 2,256 1.00/1.00 vMB 113
451,203 451,203 0000000000000000014461a9533b8601405d2d53d9020f99233741aa8a431856 2,041 1.00/1.00 vMB 98
451,202 451,202 000000000000000001562ac6ccf9074520f406c1b9ab1dda9feafe14154299a7 810 0.50/1.00 vMB 128
451,201 451,201 0000000000000000021e1f333ac14a19a964c3cbd56fccb027f84aa74383bcd0 707 1.00/1.00 vMB 111
451,200 451,200 0000000000000000024972980846d9a438c6f6c4b9b17fe0c751c7f813605ce5 1,772 1.00/1.00 vMB 141
451,199 451,199 000000000000000001afd07abd905ca5abb5d84ecc8ff907267f53882af3b2c0 2,043 1.00/1.00 vMB 111
451,198 451,198 0000000000000000014ac5eeb8ee1090846eb1ff33934139de4408e78de027e2 602 1.00/1.00 vMB 109
451,197 451,197 0000000000000000023f0c99afbd88cd252c11c362c2f1a086d4a41b819e42cf 993 1.00/1.00 vMB 120
451,196 451,196 000000000000000002113f5a2c3825817e6ae708a341fe38da6617c301a86703 2,249 1.00/1.00 vMB 133
451,195 451,195 000000000000000002c2f55bbeb97316c851ccc8dda60974e21b8bfb8cdbe8a7 2,272 1.00/1.00 vMB 99
451,194 451,194 0000000000000000007db27139e6d813b888b980dc34baa8f4b67f6b3efe4e55 1,505 1.00/1.00 vMB 53
451,193 451,193 0000000000000000001f2c9c1dad53851da36e010f363ecbb9a19bcb72ef7dc2 2,200 0.99/1.00 vMB 86
451,192 451,192 0000000000000000015bcf6e0dbf75cbd4ba76feff1ac3d15b4cf760bad26454 181 0.08/1.00 vMB 96
451,191 451,191 0000000000000000014ea8ac4c0fb186c3853c3909f3e9980179e883c21e0d8c 676 0.34/1.00 vMB 95
451,190 451,190 000000000000000002a45d1e001e2cbe4c9ffd87a2be9e63d08d6a2464506df1 547 0.26/1.00 vMB 69
451,189 451,189 000000000000000002642c78baac6bb528e4511f66b13592f7e3353bc5cd1997 723 0.38/1.00 vMB 82
451,188 451,188 000000000000000001e474d46d03f8d8c7988b12a3a3328a9d2cdc70b4310ad4 1,031 0.40/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.