Loading Tool

Explorer IconExplorer

Memory Pool

25,037 transactions
5.44 vMB
0.02496022 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.71/200 MB

Candidate Block

Mining Attempt b44f8c49591b1d40aeba82e5d4a58b82b2baca6d14228b329b07ccabbc02cfc0
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root ae5d7b78fe4d6eb733b88448e14a518c1636c37219bf66774b73f9e52974a258
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,333
Size: 0.44 vMB
Total Fees: 0.01186474 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (767,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,922 145,922 000000000000011a2e0e6974a7433d6d64b5b3853fb0c85d72b6d1aea1bf9578 32 0.01 vMB 427
145,921 145,921 00000000000005f5b307c937ec61d9393f944e730c0c47998a2b191d43a5ece5 124 0.04 vMB 8
145,920 145,920 000000000000066e11c3fe9e4cc96ab86b1cb27dcc30fc281298d3eaa0176599 156 0.07 vMB 178
145,919 145,919 00000000000008f65f688a7a53db4e91bfb6e63fcc3302ac1efb0a388c159fbd 115 0.05 vMB 465
145,918 145,918 00000000000003b393c125d2d22c387e0a164268015ae0c5ac00a08752da57e7 103 0.05 vMB 530
145,917 145,917 00000000000002a61160df7a12b41efb800f171da271cb70cd260b79918222df 33 0.03 vMB 117
145,916 145,916 00000000000006a2d13ddf10260ba69ed0e514d295054a235d232242de593da9 92 0.04 vMB 80
145,915 145,915 000000000000017e3561efa19afa6f11532c2fd1703a7df54c965091f703baab 8 0.01 vMB 737
145,914 145,914 00000000000000c586b05b01d6a078d3c5d4d1a9bed79586c44c5bce88551484 71 0.02 vMB 57
145,913 145,913 00000000000006aa32ec67fb69a80367c4e530d31d76491cf20ef47d5a73f419 120 0.04 vMB 157
145,912 145,912 000000000000077e2e3c76c59c86b19154c41e9a0c2578085df6fcd4e94179a0 99 0.05 vMB 103
145,911 145,911 00000000000001e654c29921e7ea155841fdbe877de03a9496ca047ae4250c74 30 0.01 vMB 15
145,910 145,910 00000000000005f3bb19e929053636b3731f39b3ed2f358fe4b46e097264a62c 114 0.05 vMB 255
145,909 145,909 0000000000000728356283580d659a0ec30b063954fa2ee111a23ff9dd4a01b6 43 0.01 vMB 190
145,908 145,908 000000000000093e1b00b9cb3c2d4ce406f0c422a5716fced03f7adf9bf6d1a9 12 0.00 vMB 193
145,907 145,907 00000000000006f04eec99f12eab6259edf0eb7d0aac3d5b3e43678a404d5372 10 0.01 vMB 169
145,906 145,906 00000000000002d36b63a2b3cbe6ad7ddf7d8edc1dcec7e83073e9287f5a3a25 13 0.00 vMB 83
145,905 145,905 00000000000007028a7f5a0356a2da8f743ffb5a614eba1857e33c43a0fcfe17 6 0.00 vMB 91
145,904 145,904 000000000000068cf9f627a87507626251f5aea529d1f67a9a50b4a40b1a9b56 33 0.02 vMB 62
145,903 145,903 0000000000000909f56a8e9294017a668c08c4b7c6ac69050167c9e646f3208d 164 0.05 vMB 59
145,902 145,902 000000000000006957367c3301fdfbe0ccb665009eda720742d2f1f676cc317d 11 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 77
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.57 GB
    • Received: 0.58 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.