Loading Tool

Explorer IconExplorer

Memory Pool

80,914 transactions
30.29 vMB
0.15439382 BTC
Random Selection Loading Transactions
Max Size: 182.55/200 MB

Candidate Block

Mining Attempt 918cf4e81ff58ea730e956d6f4113fac9c6a2a9c6a52ce79623f0f9d959dfe36
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 2e263daa1081113b93f8d16274f44eafa532cfeacfd9ec63fb1c7d946b33f6dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.07949578 BTC
Feerates: 251.00 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (444,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,321 470,321 000000000000000000b4777070744d9c68382656b819f4a8c827bc3d98a84998 2,907 1.00/1.00 vMB 195
470,320 470,320 00000000000000000009fd3bb8643f7362c35925467395bbef02bc21f7bfc895 262 0.09/1.00 vMB 420
470,319 470,319 00000000000000000097012b96ae8a2bacc0448835c242d03e5b75af61900600 621 0.26/1.00 vMB 331
470,318 470,318 000000000000000001213e4c71c03bff8bd3f596559efd5076b1301c9d2d63c8 2,822 1.00/1.00 vMB 176
470,317 470,317 000000000000000000788dab66f196dfbffb54e09604ebe8efca18a00ec83775 2,221 1.00/1.00 vMB 83
470,316 470,316 0000000000000000003ab80d286eda291e0984737c0820a135eacdddb6aaa0b3 1,426 1.00/1.00 vMB 216
470,315 470,315 00000000000000000007c3e4b165ac84bccc343aa047401fe1b9c58b8cbe7051 2,060 1.00/1.00 vMB 174
470,314 470,314 000000000000000000bdbeba8025d03fdba5d203021a30d6a4cd4e73898d6756 1 0.00/1.00 vMB 0
470,313 470,313 000000000000000001858f005c04847ace0cf922abb6b017004d77f0ee2af02a 1,723 1.00/1.00 vMB 129
470,312 470,312 0000000000000000006229671e513ef1ec6f8590a8627c8e72f3cd3cbf854229 1,723 1.00/1.00 vMB 319
470,311 470,311 0000000000000000008f12e60b57dc596e5f0ab64c84a598bb2c3027c4f367a5 1,929 1.00/1.00 vMB 381
470,310 470,310 000000000000000000271c0a1df118bd86a364d20d3239a44a0cd3fad90f778d 1,370 1.00/1.00 vMB 315
470,309 470,309 0000000000000000015edd8386aa5567ca04b81acf2ce252aec775e756e0da5a 1,737 1.00/1.00 vMB 392
470,308 470,308 0000000000000000019cdf1ebaf2362f286c61546f2d4f9427d019d13dcf698c 2,390 1.00/1.00 vMB 456
470,307 470,307 000000000000000001964cbfa3d33d2b7f6517125f43428a244b901fe289a551 1,703 1.00/1.00 vMB 108
470,306 470,306 000000000000000000e5ee39637ad956f82f4c0d49a47f97513b9608bd8a9c9f 1,844 1.00/1.00 vMB 188
470,305 470,305 000000000000000000002373896283b5c5c508aa778428a892026a988a53672e 1,800 1.00/1.00 vMB 447
470,304 470,304 0000000000000000017ba3be7d0d220a20a07e79bc39174ec61f87e6f57caa51 1,988 1.00/1.00 vMB 421
470,303 470,303 000000000000000000ee77b2bd0c7268ef4c9a466c04cd1374918472bdd9b41b 1,003 1.00/1.00 vMB 93
470,302 470,302 000000000000000001487a8f0bd9556d14bc1bd65dc2b058998efddbffd15608 1,023 1.00/1.00 vMB 125
470,301 470,301 0000000000000000014960a71bd68e80c307ac0c9695a07e753c157f344f9bfd 1,886 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.62 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.03 GB
    • Received: 16.11 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.