Loading Tool

Explorer IconExplorer

Memory Pool

87,047 transactions
31.94 vMB
0.13449127 BTC
Random Selection Loading Transactions
Max Size: 192.84/200 MB

Candidate Block

Mining Attempt cc9e6ab81cfdb4ee7801e0412d7c60217214b4189cf21f71c3cb0ddbfd964efb
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5e23433d3b1168cde7f276b62f07c828b9d30f637b87541297dd675c23c762aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.04819950 BTC
Feerates: 911.92 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (254,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,827 660,827 00000000000000000007d72e74d77d281f758be2cc9fd94d67384e0cc8b25860 2,119 1.00/1.00 vMB 36
660,826 660,826 0000000000000000000d298e01525cb508978433bfd27db40072c322f48220dc 1,695 1.00/1.00 vMB 66
660,825 660,825 0000000000000000000bccbd2577d1b8cd771563f90a6036e93739b2abb8f2f7 1,523 1.00/1.00 vMB 12
660,824 660,824 0000000000000000000e2a05d4b3106d2629f263b15b4e4d4d4bbd40c226b219 2,678 1.00/1.00 vMB 19
660,823 660,823 0000000000000000000ddf0b0811b96674a5167cddd2bc9a82e0336cbd5d0278 2,460 1.00/1.00 vMB 31
660,822 660,822 00000000000000000009e58e0461c56e3b332b865e551370fc0806d6eb3d8b2a 2,963 1.00/1.00 vMB 67
660,821 660,821 0000000000000000000bb5531f66f8fa7555b2f21891bb8cacb231c3dd8e8e0f 2,913 1.00/1.00 vMB 96
660,820 660,820 0000000000000000000e8ec31e9562975174de594158d6c6fffcf1871da29706 2,092 1.00/1.00 vMB 25
660,819 660,819 000000000000000000023689b5c953d3b8663bb72d8f5234a7cf0500e8c1f312 2,420 1.00/1.00 vMB 38
660,818 660,818 000000000000000000018131a8748ced25b8d2a5d73fa85c59e24fd489ed84ea 2,629 1.00/1.00 vMB 17
660,817 660,817 0000000000000000000d5965d34845f3caa6f168eae8b0960bd2bfca99cca9af 1,989 1.00/1.00 vMB 30
660,816 660,816 0000000000000000000c8d7b65532f23676a2f83f5efe987655cd58cc3983163 2,875 1.00/1.00 vMB 67
660,815 660,815 000000000000000000025199815a22d693abe216802a3a424231d4260f2819b5 2,705 1.00/1.00 vMB 75
660,814 660,814 0000000000000000000b5919828ddcb1e253a8f7a7d44651ecdfc28abbcd3161 1,963 1.00/1.00 vMB 63
660,813 660,813 00000000000000000006598f99c250f53574a0bb7ec27622718287774c883d34 2,346 1.00/1.00 vMB 22
660,812 660,812 0000000000000000000bd3f579f06fb0bcc65e508c1e7d9d22ea34a3aadcf54c 2,791 1.00/1.00 vMB 64
660,811 660,811 0000000000000000000c8aa1003d44a39d31182bd2b185e71e050791327a93c8 1,014 1.00/1.00 vMB 17
660,810 660,810 00000000000000000006962eaa452b948899a7e885670290594318eb4b043c98 2,638 1.00/1.00 vMB 36
660,809 660,809 0000000000000000000327883e979953bb7ca899a2323dff7a2c9c3d96d36a72 2,315 1.00/1.00 vMB 38
660,808 660,808 00000000000000000001742ea485e614b2fb01a1660ab0c6b763c058ea4a66b0 2,951 1.00/1.00 vMB 29
660,807 660,807 00000000000000000005cb73641ea29a8a37aaf3bcfa3832bee1cf994cbe16fc 2,726 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.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.