Loading Tool

Explorer IconExplorer

Memory Pool

45,121 transactions
28.67 vMB
0.12431234 BTC
Random Selection Loading Transactions
Max Size: 151.68/200 MB

Candidate Block

Mining Attempt 01edcf4832243993ffc7d2be175c4228f646ed590b696a8b1f47c78288353eb7
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 880466bc20092dfdf691e042635701843429ea2704c73d1ea2903ebb40791a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.06973004 BTC
Feerates: 101.65 > 6.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (306,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,018 608,018 000000000000000000052b671aae9c89380521e764c3e2b10d5c38a91600d76e 232 0.06/1.00 vMB 15
608,017 608,017 00000000000000000010ef1cb861e11e2a02c837bc0217c6d24d4a689535e3fd 2,564 1.00/1.00 vMB 18
608,016 608,016 00000000000000000007c0d89905bbe637c0fd53b8aff9cd848498d7339a708a 324 0.10/1.00 vMB 18
608,015 608,015 0000000000000000000078d3130c7f6717cfa42c4b17266f5bcb376a9f22b660 2,603 0.91/1.00 vMB 13
608,014 608,014 00000000000000000011a1c348dfb3716fdfa6f1f27e6aa99d2436d6fb1477e2 2,909 1.00/1.00 vMB 18
608,013 608,013 00000000000000000009d16d38dfacea1f8455003c5c2ff4a172625c80c1b2b0 1,819 0.47/1.00 vMB 17
608,012 608,012 0000000000000000000e4df35d8e7a4c1e6c18b1341066660ed8eabc91bd9fe6 253 0.10/1.00 vMB 13
608,011 608,011 000000000000000000103db3cd1caf2c604427d8e2825fcb1e1bfc5bcc17e72b 1,204 0.40/1.00 vMB 18
608,010 608,010 00000000000000000013450dae236199b9cee548f3699b94947c38434bf34648 509 0.15/1.00 vMB 18
608,009 608,009 00000000000000000005972de3d68e19b26fdd762e1d941f5a1715b8ebe6db79 2,373 0.70/1.00 vMB 12
608,008 608,008 00000000000000000007da4b16e5f6cca2581592fe85403b88fae8a4d692ba6d 3,459 1.00/1.00 vMB 9
608,007 608,007 000000000000000000136456d941425fee3219520b3ff16aeea31aeb0abd199b 2,758 1.00/1.00 vMB 39
608,006 608,006 0000000000000000000a309812c4267a4212fb82511d545e13463614a81940d8 2,999 1.00/1.00 vMB 7
608,005 608,005 0000000000000000000263426f93192337f9d81c37c949fb9fb9c9fdb116674d 2,344 1.00/1.00 vMB 11
608,004 608,004 000000000000000000066a8ebc77ca30cbf7df009f9ed8021d509ba8f4676e08 3,544 1.00/1.00 vMB 34
608,003 608,003 000000000000000000094c8886883571fb8e35ffb9e70f8d11c193bd5971926f 3,410 1.00/1.00 vMB 21
608,002 608,002 00000000000000000005c1bce95bd0b62273efb492d02928e40f4a75a30a3a07 396 0.10/1.00 vMB 30
608,001 608,001 00000000000000000006c9614ecd279de71e8c0c5776cd99b0ee028bf865f1cb 2,596 0.71/1.00 vMB 15
608,000 608,000 00000000000000000006b271c328120aa9e868fab18df6ffbc0c3f58baf4e0f3 48 0.01/1.00 vMB 14
607,999 607,999 00000000000000000004a88cab1e6223f400ce5ac3bd6c50af7336f86d183da4 2,103 0.62/1.00 vMB 19
607,998 607,998 0000000000000000001578e6677678ce98ea822b33b3e8a1f0b5fe6bfa82f0a2 1,190 0.32/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.