Loading Tool

Explorer IconExplorer

Memory Pool

76,745 transactions
28.74 vMB
0.06753078 BTC
Random Selection Loading Transactions
Max Size: 174.10/200 MB

Candidate Block

Mining Attempt 5116e946a49aa30e98acadbe377af62407318a5897890cecb155ca1fc270e493
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 42aaf0491da6a049352239cc0860d72d4f07f2c4b4132a5335d5ed2daeb6b111
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,657
Size: 1.00 vMB
Total Fees: 0.00769314 BTC
Feerates: 40.21 > 0.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (241,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,771 673,771 0000000000000000000887ee7e5a976878449f0cf63d9b8a9d68f78e13f4875d 2,112 1.00/1.00 vMB 85
673,770 673,770 00000000000000000007e031b50462d7d9d858e176a2e86cd023908e5361f321 1,486 1.00/1.00 vMB 105
673,769 673,769 0000000000000000000d0bcdc8c13ddd549f4040076c07b7cb25436b694f0fc0 1,883 1.00/1.00 vMB 107
673,768 673,768 000000000000000000051d6426033e929d4e2d19f5be5ca79311b51c360e6cc8 2,435 1.00/1.00 vMB 110
673,767 673,767 000000000000000000039793e1a6cd9af42a78aebab755356b256213fc1a3278 2,954 1.00/1.00 vMB 81
673,766 673,766 00000000000000000003e1f50ae04416881f1f5fbe9f5ee74fc7f19756e67c75 3,182 1.00/1.00 vMB 70
673,765 673,765 0000000000000000000a11eb9bbecf05075ae365fae46b3a4d372d41582bd003 2,888 1.00/1.00 vMB 75
673,764 673,764 0000000000000000000c4f4ee51890d73df260889729bb953b46675b0efa3d04 2,595 1.00/1.00 vMB 102
673,763 673,763 00000000000000000003808cc2ee9b428bc364f19ff8d0dc767af1d11639f5f9 2,062 1.00/1.00 vMB 100
673,762 673,762 00000000000000000009853c14827182b1062e620289ed45fe8cdd377f0b6b53 2,510 1.00/1.00 vMB 125
673,761 673,761 0000000000000000000a58c5382cdc3c71d20d383fd31e7f15a052f1fd76d646 2,280 1.00/1.00 vMB 106
673,760 673,760 0000000000000000000162f3366c6d45b3c2f0f939c9250f25fbadfc76dd8991 2,490 1.00/1.00 vMB 111
673,759 673,759 000000000000000000043f81bc915add6f9b2e4f8b7d40be9576e3d45b6b8385 2,303 1.00/1.00 vMB 110
673,758 673,758 00000000000000000006310d3540eb027dad58b4916c0c8dc58319f81f593a39 2,841 1.00/1.00 vMB 116
673,757 673,757 0000000000000000000830a05c63b674f9d06fbb17d176177797aa8d1b8b4450 1,532 1.00/1.00 vMB 40
673,756 673,756 00000000000000000009516f449731e6376a40461ebdb40b6c616d56fbd8a9f6 2,760 1.00/1.00 vMB 78
673,755 673,755 0000000000000000000649f9907ba3da8570e28bc3f12836e04f010f19d173db 2,321 1.00/1.00 vMB 66
673,754 673,754 0000000000000000000907ea547cea994e3cfffee0655a761c4e053f5e0baafe 2,653 1.00/1.00 vMB 103
673,753 673,753 00000000000000000000a83b39fe6d665cdfd62a6d94165a7200fc8c656dc693 3,133 1.00/1.00 vMB 57
673,752 673,752 000000000000000000079d0046fac5beb2c20186e59d41b2bf5fdd381080b012 2,342 1.00/1.00 vMB 73
673,751 673,751 0000000000000000000ac5d73f0d2d542ad1264c728167357c9ab049d7e7b9b3 1,227 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.