Loading Tool

Explorer IconExplorer

Memory Pool

35,878 transactions
26.11 vMB
0.05759304 BTC
Random Selection Loading Transactions
Max Size: 132.54/200 MB

Candidate Block

Mining Attempt 17e5c4603bccd41a87c6db3321e88f35612d18b13759c5e52227c3fb1d8e7694
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root ccc1740d469d5c316b6154c29690ba2d041b182efc979f9c6860c6baa776ff9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.00929011 BTC
Feerates: 226.23 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (134,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,159 780,159 0000000000000000000249191c26fdb7844a16b697f00ef919f81168fe00c98d 2,995 1.00/1.00 vMB 51
780,158 780,158 000000000000000000043e07084f69305c78483a3f675c2fc6e8eb7d342b1ce3 2,378 1.00/1.00 vMB 58
780,157 780,157 000000000000000000041dfe1ef2752bf5bd524dc292b00a0431cd51449c352b 2,418 1.00/1.00 vMB 18
780,156 780,156 0000000000000000000463ffabb8bdeae27f5c4938a6734a83578c0027a970b9 3,522 1.00/1.00 vMB 49
780,155 780,155 000000000000000000066cd4d1fcf0da78dfdb329613cedcdefe76341863a27a 2,937 1.00/1.00 vMB 16
780,154 780,154 0000000000000000000169f6a8f537d1d4c7dc3cc059fcdbd66ff4053d2d45de 2,674 1.00/1.00 vMB 15
780,153 780,153 00000000000000000000e776a967cb31cb7b78f0e4103920cd9db6422c3f7714 3,190 1.00/1.00 vMB 45
780,152 780,152 00000000000000000005255e8d412c006b0382df3d9391d79c8a9f3e83bfc604 2,242 1.00/1.00 vMB 33
780,151 780,151 000000000000000000010c802eeb14745f01ed71deedf50881cb83d8a647b938 1,432 1.00/1.00 vMB 24
780,150 780,150 0000000000000000000058c350d9e8bd7ebdacf73e36f784f5d12a5cff33d082 3,471 1.00/1.00 vMB 47
780,149 780,149 00000000000000000004664db35df1f447da15bcc5349159e8eaf712ea32b132 3,099 1.00/1.00 vMB 42
780,148 780,148 000000000000000000021c2baa21a2eed57f65cac9b1286f40f594fb3cdd1b43 2,559 1.00/1.00 vMB 34
780,147 780,147 00000000000000000002384ad651c8c5e43f7baa7133e733fc10d4cb6ef7d78a 1,866 1.00/1.00 vMB 62
780,146 780,146 000000000000000000021ca2cc2cf05b2274f8f7f434bfc56058a0c3584059c9 3,311 1.00/1.00 vMB 45
780,145 780,145 000000000000000000004ddb93cc92c2ed5ec2022fd6a85c20114fa0f9861b9f 1,497 1.00/1.00 vMB 9
780,144 780,144 0000000000000000000465c37132825693085a59708080f5892c602331784ba0 2,413 1.00/1.00 vMB 28
780,143 780,143 00000000000000000005ab6ad3bd6b02d723303c8248105f19cf0e4903d95c32 2,814 1.00/1.00 vMB 42
780,142 780,142 000000000000000000020f3f0ef123dbb4bdf1873a17dd3f88503fea01d04427 3,491 1.00/1.00 vMB 56
780,141 780,141 00000000000000000002cea5ef8579699bddddc73682cba941f98834e19ad0e4 3,266 1.00/1.00 vMB 35
780,140 780,140 00000000000000000005e862c85c78e1b7aad7e3613c3ecd12522d9004dd6d92 2,656 1.00/1.00 vMB 26
780,139 780,139 000000000000000000062ecc33809b1370de0e1e24c9830d5969c8245e4ce989 2,475 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.78 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: 633.23 GB
    • Received: 12.19 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.