Loading Tool

Explorer IconExplorer

Memory Pool

56,108 transactions
31.88 vMB
0.20436721 BTC
Random Selection Loading Transactions
Max Size: 171.86/200 MB

Candidate Block

Mining Attempt b24bb7a734a4c7cf7d19b163d59f795153890d5ffa8cdb2c0c0e2d642b7b2179
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 2743e43f12b97964f237dea95b8b48e7c74c12d97ffcd1741c01434a5c6420b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.09300507 BTC
Feerates: 502.67 > 9.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (306,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,023 608,023 00000000000000000001c1ffd1d58db10fd60d2bd5654f30bf1f0301b1089962 2,472 0.81/1.00 vMB 17
608,022 608,022 00000000000000000005fbe171360760de7e586081c20d40f5501c615417dc14 2,000 0.54/1.00 vMB 15
608,021 608,021 0000000000000000000b42b0437e5803f252bc84b174233c59293ae057a49e88 3,030 1.00/1.00 vMB 17
608,020 608,020 00000000000000000005979c861fffb7fe8a1a30c9b44bf79c1f478a28767fdf 3,290 1.00/1.00 vMB 12
608,019 608,019 00000000000000000003cf749b260783819e5a271955e775ad457e4c2ad9f3c0 2,888 1.00/1.00 vMB 27
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
Previous 10 blocks ↓
Total Size: 782.06 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.13 GB
    • Received: 13.42 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.