Loading Tool

Explorer IconExplorer

Memory Pool

30,553 transactions
27.64 vMB
0.12308349 BTC
Random Selection Loading Transactions
Max Size: 134.92/200 MB

Candidate Block

Mining Attempt 86d7b12b6ba0268fead5710b0764db5952e0b46835a473f1eaf4f58c1506254d
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root c2f3b99986150f8c27ce1ab6d0a0455188a887b27ee1cf264ba98dc5a897814d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.07035576 BTC
Feerates: 150.74 > 7.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (486,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,101 428,101 000000000000000002e37eb2991f40b37be13c387f3fe7c8ba757c5914b731f8 1,498 1.00/1.00 vMB 34
428,100 428,100 0000000000000000033987fb36873b88b55f486379f69fadcaf75b9aaa3af305 2,251 1.00/1.00 vMB 59
428,099 428,099 00000000000000000361dcadc5ce630cabbe7636c5a62440273821f86f3bc95d 1,044 0.75/1.00 vMB 31
428,098 428,098 000000000000000002595133c1941973fcc9c1a8ce9c6fda28b8e0e344d03032 1,517 1.00/1.00 vMB 37
428,097 428,097 0000000000000000043ed79f2ffb751e3728f78664afad371e4500e10762b484 1,570 0.99/1.00 vMB 42
428,096 428,096 0000000000000000022ac5bddcee7c811e7a0e6e5a89429acf1d58d3e8539320 1,547 1.00/1.00 vMB 39
428,095 428,095 000000000000000003f7dcc2461a28778770029276ee304f3eb13fba6b1cea2f 2,816 1.00/1.00 vMB 77
428,094 428,094 0000000000000000045ee23efcc1c09475d57eefa22c67c27b38f39cfc3c34e0 2,209 1.00/1.00 vMB 54
428,093 428,093 000000000000000003f1d2605ca6630a0060acc0c888ddccad3d6d4125e82cd6 1,961 1.00/1.00 vMB 46
428,092 428,092 000000000000000000784ef695fdd8651da8810ee6864155b45858d987bb8ab6 2,576 1.00/1.00 vMB 57
428,091 428,091 00000000000000000439a49dab80886edb7130302f30a106ff79a4518e45380a 2,535 1.00/1.00 vMB 69
428,090 428,090 0000000000000000009a40a4ca279728b8ed75703ad91f619398e0cf716d77e3 2,388 1.00/1.00 vMB 71
428,089 428,089 00000000000000000345bdca815a0d7d3faecd8df2e7650ae3713eb3903ac5f8 2,234 0.75/1.00 vMB 97
428,088 428,088 0000000000000000004ec11055f27d168119c224215117d8f3cb5cdd82ad07d8 2,532 1.00/1.00 vMB 73
428,087 428,087 000000000000000001f0dc41ad672c5d4bbc37e94e0a83d4f976df711ce973f2 1,306 1.00/1.00 vMB 48
428,086 428,086 0000000000000000049b6cf948cf6d487c551e76f283c80b6ce70140023ea225 2,406 1.00/1.00 vMB 56
428,085 428,085 00000000000000000041fb92fc8ec290a830889953b8877ec20310168a5c6acf 2,648 1.00/1.00 vMB 79
428,084 428,084 0000000000000000033c418ec58cd033c8eb73cd936680a5c52ede880b4ff1d9 2,327 1.00/1.00 vMB 57
428,083 428,083 00000000000000000009066749a2f3c7df7c0f723da604eb2eea5b5b8ff23ff0 2,319 1.00/1.00 vMB 75
428,082 428,082 0000000000000000038f8dc53fda7486d2b262b5c6915598d29f3def7e83dd2e 2,458 1.00/1.00 vMB 76
428,081 428,081 0000000000000000014163f26908d38fa860c2eaa28cb3394e155a2169eedcdd 2,390 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.52 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: 612.87 GB
    • Received: 11.07 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.