Loading Tool

Explorer IconExplorer

Memory Pool

79,231 transactions
29.48 vMB
0.08438027 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt 51235a7b0ff7ae899e1c1706d69b512dde6d3e7f30be6e30e97785005bee3cd4
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 0398f280a1d834f35b97fe0683945b2af5ad7a5e99d50707e0b33d3816ade25c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.01943175 BTC
Feerates: 402.60 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (123,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,728 791,728 00000000000000000000204e3daafa1fa87035e4bf8aadae457c4d68f703f83a 4,399 1.00/1.00 vMB 39
791,727 791,727 000000000000000000053548d6defeb2947df09458b9a58c6d77ae4a0a0b185e 2,841 1.00/1.00 vMB 54
791,726 791,726 00000000000000000003a48d3b014a534a06726d2824d92dc432aa34221472cc 3,072 1.00/1.00 vMB 37
791,725 791,725 00000000000000000002b69ebc2b2826785649588eeedebad84bd5f1869831b7 3,277 1.00/1.00 vMB 38
791,724 791,724 0000000000000000000330bc6a8f5da772ce9a34af3603a6acc9dfec5a557c17 2,767 1.00/1.00 vMB 35
791,723 791,723 000000000000000000004742f9370319a009941fbe8885a1eac1b5ac0fc3754d 4,913 1.00/1.00 vMB 24
791,722 791,722 00000000000000000005367366eef6f376786e59c3d57371693589ab2a6e29a1 3,922 1.00/1.00 vMB 39
791,721 791,721 000000000000000000024e082b1606995c335fe8e1d8ffc8024978e5327a61ab 2,282 1.00/1.00 vMB 29
791,720 791,720 00000000000000000004277b78aeb9d72d46e880f77d82879f1231cb534e138e 2,782 1.00/1.00 vMB 31
791,719 791,719 00000000000000000003b61a48aa5e8eb1e1113acd44cad797f7eb8f8c0344c6 3,736 1.00/1.00 vMB 37
791,718 791,718 0000000000000000000105244e5cff5c888ceb2919f05b1e8bb285c7b31c9be6 3,283 1.00/1.00 vMB 57
791,717 791,717 00000000000000000005887be09c2d4ae49d265383b42177af29016eabaf6f2d 3,116 1.00/1.00 vMB 36
791,716 791,716 000000000000000000016206f6ad6b8989ae590f0b5cb5727ba786dc4f7b15ac 3,077 1.00/1.00 vMB 45
791,715 791,715 00000000000000000002caa22c3f4594f14b32ab195d105d99c38603c1ee89df 2,967 1.00/1.00 vMB 56
791,714 791,714 000000000000000000047518e46b11bc849247364cb1aa660361cba50077162c 462 1.00/1.00 vMB 18
791,713 791,713 00000000000000000000ff7630b99fb5193d2a3156cd57bf76f6e84e0f2712c7 1,564 1.00/1.00 vMB 24
791,712 791,712 00000000000000000002158cead6249650ca2993c01ecabfd63c344f137b756e 1,824 1.00/1.00 vMB 25
791,711 791,711 000000000000000000050dea7b814593b972a2148e72b175eb22d6ca54ffdec7 3,241 1.00/1.00 vMB 33
791,710 791,710 00000000000000000000a77fea00bb50fc500185f0d7018064aa8c33e96d8b88 4,858 1.00/1.00 vMB 24
791,709 791,709 000000000000000000024b78bd8ad99dd2a4176ac5f0a8b1474502b45401c4c3 3,272 1.00/1.00 vMB 35
791,708 791,708 0000000000000000000521402bf90b259d83c90c3ad9996b8c67cf5d83ffd67f 3,567 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.