Loading Tool

Explorer IconExplorer

Memory Pool

54,475 transactions
32.12 vMB
0.14818012 BTC
Random Selection Loading Transactions
Max Size: 171.60/200 MB

Candidate Block

Mining Attempt ea01baac24b3ea0bd63f89421c7b2b18842adeee399e0d44cf3873ad0ba660d8
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 23dc1a65404ee7560d1103b3d79718e9257e5224a00d0629967c2cebdc402630
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.04686512 BTC
Feerates: 104.17 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (306,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
607,997 607,997 00000000000000000000b283d6c8bfe8440484ddec3bb82a79f882edc8cc5143 3,391 1.00/1.00 vMB 11
607,996 607,996 000000000000000000006cc718f70494a1fccbc5c328d08320b6ab7ec58f0fa3 3,552 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.