Loading Tool

Explorer IconExplorer

Memory Pool

80,940 transactions
29.67 vMB
0.12514884 BTC
Random Selection Loading Transactions
Max Size: 179.87/200 MB

Candidate Block

Mining Attempt 8139072323fdb40e16d059f26d026a9af2080daafbd124785e0493a6368220f6
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root fa0c6376cfcd42692556052a4886ae8926a5508290ba044e986c1ba82ca27c1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.05926508 BTC
Feerates: 151.07 > 5.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (329,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,817 585,817 0000000000000000000adc7832d0ef1606894bea7f7db2a9d3d7cd1af3083a31 2,750 1.00/1.00 vMB 70
585,816 585,816 0000000000000000000456ac039b6df85537f2e535d628a081cb551f405f4487 2,726 1.00/1.00 vMB 54
585,815 585,815 0000000000000000001e2ff264dd13914792b71e7cef8246d4eadec26decc4c4 3,043 1.00/1.00 vMB 60
585,814 585,814 0000000000000000000605dae8f13d58279d02aae0b1519a9aaa949fa310e17e 2,337 1.00/1.00 vMB 23
585,813 585,813 000000000000000000176e4b7d2f8232f2e490964b9d99f81e4d70c607f595ac 2,357 1.00/1.00 vMB 47
585,812 585,812 00000000000000000007afd504ee10ca18f6eca2dfe7f24f114756feef1a7f59 2,851 1.00/1.00 vMB 72
585,811 585,811 0000000000000000001c05472bc3a8502c5675c7d6f8c4aeb1589df2a17ccaaf 2,950 1.00/1.00 vMB 34
585,810 585,810 0000000000000000001723ad8eb334779566227c96bf67d8d3b68f4c0f043378 3,030 1.00/1.00 vMB 51
585,809 585,809 00000000000000000004475e49d2d0aecde0674566831e00b19fbc6219456b8f 3,231 1.00/1.00 vMB 73
585,808 585,808 00000000000000000015887786402897996894289952ac8b9857a29c7a27a58f 2,682 1.00/1.00 vMB 56
585,807 585,807 000000000000000000029122d5b10953e91ddd20a1def7a4676d344f3bb7b4a4 3,144 1.00/1.00 vMB 47
585,806 585,806 00000000000000000005320de6d42af3e2841930725da634c5bd5d06bc8284d5 2,773 1.00/1.00 vMB 71
585,805 585,805 00000000000000000005c5575b699108954025ce3d50de585792de31b73afdfa 2,843 1.00/1.00 vMB 95
585,804 585,804 00000000000000000017b81a1e889cb6dc9ec3f782e612761b2014a55660a3a6 2,594 1.00/1.00 vMB 40
585,803 585,803 00000000000000000011c7d6f4179555d2ad385b56564d229700b1d85ab1093f 2,788 1.00/1.00 vMB 61
585,802 585,802 000000000000000000181e2039a8ef4a8d59a55fcb22b222a7f6829927c6ed6e 2,871 1.00/1.00 vMB 69
585,801 585,801 0000000000000000001e1c785b48b870e29804881637c03ff4e990e3b4c62610 1,720 1.00/1.00 vMB 49
585,800 585,800 0000000000000000001d4576f5368f33bdc134ac66d7ca5f527a9f7e251b12b0 2,046 1.00/1.00 vMB 75
585,799 585,799 00000000000000000000f37bdf4001f04a2fcc1e535a0b22dd697ad9f00dbe12 3,180 1.00/1.00 vMB 32
585,798 585,798 0000000000000000000ca27ecc48b447255b24fb5b908f032f5c98127fa03442 2,344 1.00/1.00 vMB 47
585,797 585,797 000000000000000000159f6cafbe5601788b757a19e8a7b536f3c457e55fe5ee 3,081 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.