Loading Tool

Explorer IconExplorer

Memory Pool

79,358 transactions
30.29 vMB
0.12453987 BTC
Random Selection Loading Transactions
Max Size: 180.26/200 MB

Candidate Block

Mining Attempt 26eefc2de35eb262c1c33e82cade3dbab72ba7eb2b1d3bea810a161ffae11d20
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root b3d85ba42f2c8445d34d77b9f5e9cdb5350b1cd138cc6af6b7a039caa8cf4c4e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,246
Size: 1.00 vMB
Total Fees: 0.03169431 BTC
Feerates: 301.69 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (491,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,617 423,617 000000000000000001a17d6df942f0fcba18375cc27014241b4587ab41146b91 154 0.08/1.00 vMB 37
423,616 423,616 000000000000000000c2935e420a1856e3cc16d52e6723dba4aeee9c13d70f66 2,310 1.00/1.00 vMB 58
423,615 423,615 000000000000000004ca2909385333e9612c6e59f2487a27386127e364820885 2,081 1.00/1.00 vMB 51
423,614 423,614 000000000000000004f3f79a62bfba70cbfcd81e5fdc4dd2d61f602befcf25e3 2,856 1.00/1.00 vMB 85
423,613 423,613 000000000000000000f6fd8551b9e0aa8bb6427a7778da3060fa0a38d8979d52 835 1.00/1.00 vMB 20
423,612 423,612 000000000000000004731e1b1a38912dec9d9f92b1e3dadbda9e4bd3b5be52ca 2,653 1.00/1.00 vMB 66
423,611 423,611 000000000000000003b7f58165fa0dfa2ed012c47b87afb499eb057edbde5e94 592 0.23/1.00 vMB 60
423,610 423,610 0000000000000000000e7e2ff352f6f29ef44c006668ae651e3c47d154f54c6f 168 0.07/1.00 vMB 61
423,609 423,609 0000000000000000035ac62c735bbb68f3c1a32fbf999451037d6288ca7fb43b 1,382 0.57/1.00 vMB 61
423,608 423,608 00000000000000000209f135badc916dcf58f4ad1c170c937abcd35d467effc7 530 0.29/1.00 vMB 42
423,607 423,607 000000000000000002dd83e4d96262efc9332d2722f508955a6f3d6bc9c54732 2,417 1.00/1.00 vMB 62
423,606 423,606 00000000000000000163f3db84165ca44e082990d44bd1133f30aea957638037 1,116 0.54/1.00 vMB 51
423,605 423,605 0000000000000000000cfd7d80223b30d30a058d144849a692a08dca78774395 1,804 1.00/1.00 vMB 68
423,604 423,604 000000000000000000427e7b0dd813d6e68e6a9fb3b29573026565f133a29c30 531 0.28/1.00 vMB 52
423,603 423,603 00000000000000000495bc660654a09c0e757a502a5cd983dfd127102f72c4b4 1,509 1.00/1.00 vMB 39
423,602 423,602 000000000000000001cf91873aeb7f05d654d6207d718788a8918219b8d03616 507 0.20/1.00 vMB 68
423,601 423,601 00000000000000000206f3738f99d5c67c18912b5d28de2c484cba720e4b7bee 982 0.56/1.00 vMB 43
423,600 423,600 000000000000000001ca9967e5a92e40ff7097eb615f7d9b4fb78a3e074d8fd3 2,411 1.00/1.00 vMB 64
423,599 423,599 00000000000000000319ba67b7e15fbcf84006528fbfbb965a1bd3db151eb85a 1,995 1.00/1.00 vMB 53
423,598 423,598 000000000000000002cfa75857b07e1da31220e3521f5e56d1dea481414f7d8f 1,411 1.00/1.00 vMB 46
423,597 423,597 00000000000000000319f2bac64eae62ca4b75b617d439b31a3fef6f491ffb26 2,456 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.