Loading Tool

Explorer IconExplorer

Memory Pool

43,967 transactions
26.40 vMB
0.05402947 BTC
Random Selection Loading Transactions
Max Size: 139.48/200 MB

Candidate Block

Mining Attempt 199be301cb1afbba5b4f5963bb0605d1b2ac9be35eecb71fbae670253d8c5a25
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root e8e7a7ab27afd9cb6fed921f92b82c40a4b2016e8f1595ad927196bfa7aca00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00572973 BTC
Feerates: 101.72 > 0.57 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (147,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,975 766,975 0000000000000000000586374ead1904393fc15e553b5c1eb00fbae2c6a340c1 292 0.09/1.00 vMB 10
766,974 766,974 00000000000000000006edf517406775afb60ee05ccd17d9bfbc62f53b803a07 885 0.41/1.00 vMB 7
766,973 766,973 00000000000000000005a2ea031e4170d3c57a427eee27adea32173455bb5ce6 385 0.16/1.00 vMB 4
766,972 766,972 00000000000000000005b692cebaf5a08dbb514ccaf1b19d9ef728287bbb9162 2,158 1.00/1.00 vMB 4
766,971 766,971 00000000000000000004acb6766c7c8a7c2852c6789512227e22c67028c4f43f 2,632 1.00/1.00 vMB 9
766,970 766,970 00000000000000000002bb9b43d09f53e0d8ded1cad4d6ceef9de3a6511962bb 3,162 1.00/1.00 vMB 15
766,969 766,969 00000000000000000003b643b9af03fe06510793aafb3e26e5438e1e89426090 438 0.15/1.00 vMB 9
766,968 766,968 00000000000000000006dac3845ff22ca83a1ca07e56af7b62899f9d1e7c890a 1,386 0.41/1.00 vMB 10
766,967 766,967 00000000000000000002ad372d0065c3f3716da5abc6a61aca6bcca2483bef06 1,005 0.56/1.00 vMB 4
766,966 766,966 00000000000000000001176e104f0b1ad29b7565770a9d623e8457ee0e0315df 2,860 1.00/1.00 vMB 8
766,965 766,965 00000000000000000003fe3ac105f67fdf06af6f31a5230ed0793cb0ab738063 2,759 1.00/1.00 vMB 13
766,964 766,964 00000000000000000005d22e7f435a7ca40d8ae9cc5a7bd2f0cac8820d1b0d4c 1,628 0.71/1.00 vMB 5
766,963 766,963 0000000000000000000418ba7cc0c44bb8d115a0ed5a3e715249a4f2763a0a65 581 1.00/1.00 vMB 5
766,962 766,962 0000000000000000000172a694cac7fb11b49f2cf0b2be2f65be5f08817ffe80 1,882 1.00/1.00 vMB 13
766,961 766,961 0000000000000000000578eb9444c2bbcbf6e793aa79a2ac387990d432a2add8 1,334 0.47/1.00 vMB 4
766,960 766,960 00000000000000000000385b9fbf9bd6670786a07e99cc671f0a18d6faed0528 3,225 1.00/1.00 vMB 12
766,959 766,959 00000000000000000000efa76e925aa28fa9712fe38fd9937216aa07cd6293cd 362 0.29/1.00 vMB 2
766,958 766,958 0000000000000000000573026d220cdaf8e852365ffea0f0e7619648691de831 1,813 1.00/1.00 vMB 6
766,957 766,957 0000000000000000000291f53fcc3577d34fb488e1656b75e916262d9f873cd0 2,877 1.00/1.00 vMB 7
766,956 766,956 00000000000000000001a58d82ec4562c3a7f8e0e1150898c959aa219e4dd4d0 2,949 1.00/1.00 vMB 9
766,955 766,955 00000000000000000006b52334bfb1457cd8f6522af52b536b126177d5df3991 2,234 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.