Loading Tool

Explorer IconExplorer

Memory Pool

78,041 transactions
29.30 vMB
0.06400055 BTC
Random Selection Loading Transactions
Max Size: 176.10/200 MB

Candidate Block

Mining Attempt 0e80b77d2ec0255eadf240da59c090595cec9e03f4762b0e1b7b649a1e973c39
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root a6de9bf31b20ddb331ed5836a45bc10edbbc4bb12e0607e93b4f1cf903549e6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.00457008 BTC
Feerates: 50.25 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (310,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,633 604,633 000000000000000000149e357915080dceebf0b79a8b7ae7beece2e159cb80eb 3,072 1.00/1.00 vMB 29
604,632 604,632 00000000000000000007720f48eaf7f76b2a873184360d349837f22e4628685f 2,991 1.00/1.00 vMB 20
604,631 604,631 00000000000000000002d244bab0acf92acdde83e9f05204212f46b0428c4f72 2,898 1.00/1.00 vMB 37
604,630 604,630 00000000000000000007f2845fbfd4e1d3bd5b4543fd110200eba3d519a8dc8a 2,554 1.00/1.00 vMB 12
604,629 604,629 0000000000000000000b7ad324a5bdf63e6c4d641a70d6bb7efa3e00e814bc70 2,573 1.00/1.00 vMB 19
604,628 604,628 0000000000000000000b0d5bb886b7ad946a74935f1e89aa04fed62792802402 2,372 1.00/1.00 vMB 25
604,627 604,627 0000000000000000000dd461e8809e20f5062951a9eeda1b206050ac76dd1687 3,010 1.00/1.00 vMB 39
604,626 604,626 0000000000000000000a1d27e2110208288f2597e7ebf0d654ba2ae808b764b2 1,377 1.00/1.00 vMB 55
604,625 604,625 00000000000000000009529f9cfbef95092b3801eba9e9893092676d34a6a27e 1,629 1.00/1.00 vMB 42
604,624 604,624 00000000000000000013114ebf60421da0b9dcd5a86857f94f56cd53ee2d8d15 2,166 1.00/1.00 vMB 56
604,623 604,623 0000000000000000000e663e91e558d4ebe23d4bb18bda319372c1671ca037b6 2,142 1.00/1.00 vMB 48
604,622 604,622 000000000000000000113533b1ffef5f22e289c8c709dd7e95c7a49ca03ac533 2,475 1.00/1.00 vMB 23
604,621 604,621 000000000000000000091636ca63d4570ee932fa698d4260a4c917d2f544467c 2,681 1.00/1.00 vMB 24
604,620 604,620 000000000000000000003eb66bec12711ac38a77322fb602bfbf3d5ba4864812 1,324 0.36/1.00 vMB 4
604,619 604,619 00000000000000000011311ab7893df171753743cf52a4e6e4b0764894c07a4f 2,354 1.00/1.00 vMB 15
604,618 604,618 00000000000000000015fc7bc650ec3631fb82f8c3bdc7d198719afe0ac5d3b7 2,667 1.00/1.00 vMB 20
604,617 604,617 000000000000000000047a91d0fcdfc961a12ea606485fc0146f561230627afc 2,364 1.00/1.00 vMB 20
604,616 604,616 00000000000000000003a723d786b56652fc5a1f2365557e89cb17cd7017ef5c 3,168 1.00/1.00 vMB 50
604,615 604,615 0000000000000000000e92510ed1d1f7b4198819e0ccec60a16f659c66dcab47 1,063 0.31/1.00 vMB 19
604,614 604,614 0000000000000000000210e680f1e0386810894e83a8e243b92ff6bb660e3a05 1,033 0.35/1.00 vMB 17
604,613 604,613 0000000000000000001238a5d0b7e7c953fa0da171b0f9be504dc9f5b89d6abb 721 0.22/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.