Loading Tool

Explorer IconExplorer

Memory Pool

82,772 transactions
31.24 vMB
0.15637352 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt 6258f93b3cb3b6d1496963168572670ba0998ade38dee7c80abaa1e47d62b3f5
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 82abdcb5d402c7ee2b42bba77c1b4377ba2fcf5b129cd7f1306fcbc69b8030da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.05950077 BTC
Feerates: 269.69 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (233,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,208 681,208 00000000000000000008eff9f4d2a281ec8c8e1dea0754d78b7712044d8ba782 2,324 1.00/1.00 vMB 61
681,207 681,207 000000000000000000012fa749933c1d1b38036b8946749dc6b707ee7b2e24d5 1,773 1.00/1.00 vMB 55
681,206 681,206 0000000000000000000610a6950f26122933b52409291a30366ee92023b4b911 2,736 1.00/1.00 vMB 53
681,205 681,205 0000000000000000000b16093933b50258c777a4f4ca79a6191723848f8632ef 2,670 1.00/1.00 vMB 61
681,204 681,204 000000000000000000052a827f82f1a3fbbfd1bb474c84db8c4910a1e1959e85 2,877 1.00/1.00 vMB 155
681,203 681,203 0000000000000000000319e818c8078f3f66dbfa9a19cf14d2bee752d885e9d2 2,993 1.00/1.00 vMB 98
681,202 681,202 00000000000000000002e316d3e83ce1c2263600b525671b176271567ba7da6e 2,761 1.00/1.00 vMB 101
681,201 681,201 000000000000000000055e8465c5b964c64af48b54672a4a1258d06ef5893d67 2,392 1.00/1.00 vMB 92
681,200 681,200 00000000000000000005f28a31d32dde66a2788b3e8602b11cecbbba9438c9c9 2,914 1.00/1.00 vMB 174
681,199 681,199 000000000000000000088bdecfab0982f8a4f8db0801a1c95fd6d272eba491b6 1,372 1.00/1.00 vMB 98
681,198 681,198 000000000000000000089efba7314041c34099a4f8eb20a0f5ca4fc179b42225 629 1.00/1.00 vMB 129
681,197 681,197 00000000000000000002da3e81f657b94cf93f55305b808d15cf9c42ad1088a4 1,610 1.00/1.00 vMB 154
681,196 681,196 000000000000000000038d3f5424131d17b0ce621a18c94e00b0323c3d8c2c4d 1,657 1.00/1.00 vMB 155
681,195 681,195 0000000000000000000545be74de74b592986c9ac700e541d5cf8c1703fa3dfb 2,486 1.00/1.00 vMB 172
681,194 681,194 00000000000000000009dab00e62cb3d18fddf0582f574260992ce3229489f6b 819 1.00/1.00 vMB 150
681,193 681,193 00000000000000000002b4a5983eedd06ce973898964672c96f6c0af8aa0a6fb 2,862 1.00/1.00 vMB 161
681,192 681,192 0000000000000000000b9c0d5926671cbcb15a018063fbb287b28a21bba0a9bf 3,179 1.00/1.00 vMB 196
681,191 681,191 0000000000000000000bc2b8688c5f3d3762062d46ab86e375223151d842b983 1,739 1.00/1.00 vMB 27
681,190 681,190 000000000000000000011be173d708b55dab697bc7bd58ec33705c1dafbda84a 1,937 1.00/1.00 vMB 20
681,189 681,189 00000000000000000009c8da8de57ab3e389853914d52c13513ed388a7b53f50 1,892 1.00/1.00 vMB 21
681,188 681,188 0000000000000000000a6868c61db6359abec5754160240ce19db2921894cba8 1,919 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.65 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.55 GB
    • Received: 16.27 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.