Loading Tool

Explorer IconExplorer

Memory Pool

75,752 transactions
29.62 vMB
0.06753633 BTC
Random Selection Loading Transactions
Max Size: 179.07/200 MB

Candidate Block

Mining Attempt 2900490f6d0cca4c35c176d2bc7d474a6c88893c80a0df724696a0ad0f8e3070
Version 20000000
Previous Block 00000000000000000001202d9deac2496cbee3e462561514b22f7bca5f959693
Merkle Root a30b2d0914c6e0a6ab49453de547d9fa0dad57652ae86c920f2bb2fee0006208
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,222
Size: 1.00 vMB
Total Fees: 0.00511002 BTC
Feerates: 50.90 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,206 (316,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,667 598,667 0000000000000000000c15536b4d87cb89d5dc054217e4c80ff7a2fd2af648ef 215 0.05/1.00 vMB 46
598,666 598,666 0000000000000000000e18e3acabf9427ec11fadf62de73569df66ddcef4cb5a 49 0.01/1.00 vMB 11
598,665 598,665 0000000000000000000809fc4bb8c23743e527f064a476d647c0f04b86696f89 2,824 0.88/1.00 vMB 22
598,664 598,664 000000000000000000016c97647e9e73b0b1e8a3b3e2c00bc8b95413d76b84ab 1,471 0.39/1.00 vMB 21
598,663 598,663 00000000000000000014d5c579e7fa850904ae9aaf205fcb7510d953e3e40a35 1,953 0.76/1.00 vMB 14
598,662 598,662 00000000000000000007d48a4cbeb9cac9afc154adb6fbc8577cd976504eaee2 1,179 0.31/1.00 vMB 28
598,661 598,661 0000000000000000001071723eb373a1060812fad0faf5c2cee783b3b6680452 3,183 0.94/1.00 vMB 23
598,660 598,660 00000000000000000010d04a8139bfc8ceb2d1edc801b92d0c2e5122b0e3464b 3,108 1.00/1.00 vMB 13
598,659 598,659 00000000000000000012e1e43bdba88653f7d6490f878c2db5a6bb7e5c5a986d 2,255 1.00/1.00 vMB 5
598,658 598,658 0000000000000000000efe88fac9ba0e095144969613c0948113a2cada041763 1,647 1.00/1.00 vMB 9
598,657 598,657 000000000000000000021fdb9021dfd8c81baa2fbb6033734e658c06d71fb095 3,292 1.00/1.00 vMB 26
598,656 598,656 000000000000000000003d1848c4905a270e6c788ee300c25139bb3beca96d21 1,724 1.00/1.00 vMB 6
598,655 598,655 00000000000000000005684fe18f2fc0f063336ff1f31ffeeb53fc7030e9d3e8 2,839 1.00/1.00 vMB 25
598,654 598,654 0000000000000000000fd994b1ca8c3f0dc642c44fc869d7ae821652a35331a0 2,707 1.00/1.00 vMB 18
598,653 598,653 0000000000000000000aafcd50b2c1d48848d567f2a8e336d7e8caac5557218c 3,041 1.00/1.00 vMB 17
598,652 598,652 0000000000000000000139bdb45da4cda4b505eb74fb0ea15ed7f768e1da57dd 2,664 1.00/1.00 vMB 37
598,651 598,651 00000000000000000001c4818b82ed9476e506d2c1f7a3da744e25f0a081a5ec 2,359 1.00/1.00 vMB 7
598,650 598,650 0000000000000000001431e1e914b1c3e3d5cd0303195a2e6c76a5aeff08fb04 3,272 1.00/1.00 vMB 24
598,649 598,649 000000000000000000098c2374262da36d92f823278b1166c7c099501cc8d38c 1,812 1.00/1.00 vMB 11
598,648 598,648 0000000000000000000ebfade78ef247aa1f25ce4c60a99848f743455629a0c9 2,925 1.00/1.00 vMB 36
598,647 598,647 00000000000000000007b75d0841a2aea1fea2e44a618c6a99e6109420f5f1b3 1,615 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.75 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: 708.60 GB
    • Received: 16.74 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.