Loading Tool

Explorer IconExplorer

Memory Pool

78,653 transactions
29.37 vMB
0.07700593 BTC
Random Selection Loading Transactions
Max Size: 177.52/200 MB

Candidate Block

Mining Attempt 76b4a14a958895b6eaef2d9cf98fac0b4c13e879c72dff506768c49c1abe7a79
Version 20000000
Previous Block 0000000000000000000078ffc24a65e78d2b3a0de27eb90b8ca8a30b42966c94
Merkle Root 9ffd7850c511a80a7fd305c53ba31899934a27859b7f12be3f5b1e2d5690ecf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.01431508 BTC
Feerates: 521.84 > 1.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,122 (553,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,048 362,048 0000000000000000072d207e37ff97ef264a5a05f6f4f99767fd0fbf4ab96ebd 1,040 0.75/1.00 vMB 57
362,047 362,047 000000000000000012098f8bb55b19169019cff9aafced0ac38aebf2dc7c9843 1,033 0.75/1.00 vMB 43
362,046 362,046 00000000000000000a67683ee8bfb7cf628418bb257e1cea03a8b208d54fca7d 782 0.75/1.00 vMB 79
362,045 362,045 00000000000000000adb91fba2ff29a47c2447f73854351111dcc24491b351dc 1,985 0.75/1.00 vMB 62
362,044 362,044 00000000000000000fb875385a3c5b8d1f3b41cb82c9bc43bfbac118155fe778 550 1.00/1.00 vMB 27
362,043 362,043 00000000000000000c3fbcccbb366c294ddd2ec23a399aba8fb07c42c4206647 717 1.00/1.00 vMB 15
362,042 362,042 000000000000000004a86d33bfe434d28cd270e90c3e73711f96b0ec12265e94 176 0.75/1.00 vMB 58
362,041 362,041 00000000000000000cc4a6e759cadadb5fe70cee44a14e5908820ab26c6fbb18 1,389 1.00/1.00 vMB 19
362,040 362,040 000000000000000005233ace411d05fe7082ea6bbb0d65bd265a368259a4eca4 93 0.90/1.00 vMB 59
362,039 362,039 0000000000000000037fe7c1b4313790a7232e49d49a6496bbdeffef0531ef2c 175 0.90/1.00 vMB 53
362,038 362,038 00000000000000000c4a97d6a1fc28f31cf77659bca5f2a9eb6a076567b64f50 103 0.88/1.00 vMB 52
362,037 362,037 000000000000000009677d7232d1943f4dea42cfa03bb0c9920d49d6e09ed0c3 183 0.75/1.00 vMB 54
362,036 362,036 000000000000000007643937ad9e070acb3da559083ec5f2f36acdb519f028e0 3,483 1.00/1.00 vMB 49
362,035 362,035 00000000000000000b2df329293632a46c6b6a6c066fe5a617b264ff6edfa6a4 387 0.87/1.00 vMB 70
362,034 362,034 0000000000000000057579d10135ccea977d0d19eac225758a740774d710ba48 332 0.75/1.00 vMB 56
362,033 362,033 000000000000000001c119caad4ef97fdbf1ee041a0cc7e15db9daf5dcad18b9 561 1.00/1.00 vMB 52
362,032 362,032 000000000000000002bd7bb6fe2194c3ae11557103591c3f03a4d132c5f2e1c2 881 0.75/1.00 vMB 49
362,031 362,031 0000000000000000132d04a69878e4f2d8c7bd298ec0d3a0eb73a20a776a9fa7 2,081 0.93/1.00 vMB 30
362,030 362,030 00000000000000000b520ea88a9d64afecc0af78af46c4461f4c5c1cd577fc4a 1,159 0.75/1.00 vMB 53
362,029 362,029 00000000000000000680e67368a6b0a4c16ff496295de258572560b071634af2 261 0.57/1.00 vMB 10
362,028 362,028 00000000000000000fb85e7dba7f188535020832a5aff4957154ccd67611d106 1,591 0.75/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.60 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.81 GB
    • Received: 16.02 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.