Loading Tool

Explorer IconExplorer

Memory Pool

77,726 transactions
28.85 vMB
0.07305010 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt ffc8c141aa48dbb1e8972fa27e46b6115fcce69f275f7e8261cf1b3a550a8f8e
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root d886f972dcfd1356dd134530c0b2ac16da66a97fde1818f2240b358491f1ef36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,867
Size: 1.00 vMB
Total Fees: 0.01285084 BTC
Feerates: 299.43 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (246,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,962 668,962 0000000000000000000a2c53b83f24c792698996ec6b45102d6c7433b99c2f8c 2,336 1.00/1.00 vMB 122
668,961 668,961 00000000000000000008a6ff96064acc83b25bb86de2c57ac24998fa23c40615 2,531 1.00/1.00 vMB 124
668,960 668,960 00000000000000000009680904c3444be8ad49f67cdec2c6de06fd003284179c 2,580 1.00/1.00 vMB 123
668,959 668,959 0000000000000000000549df472cd8f51c2f7a035ed4cc1e24044799cf9907e0 2,957 1.00/1.00 vMB 147
668,958 668,958 000000000000000000090c2356ad37ccfe27270179ab6da44b3446c5a2f6f750 1,288 1.00/1.00 vMB 126
668,957 668,957 000000000000000000064edbe9f60ea2a1f343627d95dce52378aa2fa7030e6c 2,271 1.00/1.00 vMB 121
668,956 668,956 000000000000000000037c1003b5f0cde28f83c2f3e9c19a76aeddf20be2bcfc 2,813 1.00/1.00 vMB 123
668,955 668,955 000000000000000000004772673c49fd6a4b37f60eb28a53355b6dc6f3acc5cc 2,495 1.00/1.00 vMB 142
668,954 668,954 0000000000000000000158652eab3c4a36bc106e7ad5d8bc2722b55c5638269a 2,716 1.00/1.00 vMB 147
668,953 668,953 0000000000000000000acb0ff2dc0921dd6bfabbdcf0c9596972f32eb66d4ff1 3,015 1.00/1.00 vMB 150
668,952 668,952 00000000000000000007cc994c2f44f62287f20ea870f373915471734ce860a8 1,543 1.00/1.00 vMB 109
668,951 668,951 0000000000000000000847c439556a4ccedcf31e7676a268bd111bdbf1ac6a47 3,190 1.00/1.00 vMB 117
668,950 668,950 0000000000000000000abc1f6c43a72719ab3d5103ad12cd299b1dac0d119df7 3,058 1.00/1.00 vMB 136
668,949 668,949 0000000000000000000a4c1d079bdc7e50ffe02a20f966ffcceb4250a61be037 3,175 1.00/1.00 vMB 122
668,948 668,948 000000000000000000087a6f41eabef3d3d0795b900b0d4a552dd6c6e3fbe05f 2,157 1.00/1.00 vMB 119
668,947 668,947 000000000000000000084b91c9f7f2a281cac55329d627c87792aa8b57fdf72f 2,007 1.00/1.00 vMB 122
668,946 668,946 0000000000000000000d2bd95bdba50f696e3aa6e19b55a0802a96276d06ace7 2,623 1.00/1.00 vMB 141
668,945 668,945 00000000000000000008fa308c94179d3b6c4d4501cde114d14b33593bbeae59 2,750 1.00/1.00 vMB 143
668,944 668,944 00000000000000000001d15fabbabb4e8d5e9cc90d5359f2897cf4b05e683b37 2,950 1.00/1.00 vMB 123
668,943 668,943 00000000000000000006b67a56f247bfaddb12e03f5070a32598d85c3bb9356b 3,298 1.00/1.00 vMB 128
668,942 668,942 00000000000000000003faa6a2954bcaa29877681a2706eada2ca909c9082327 3,406 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.