Loading Tool

Explorer IconExplorer

Memory Pool

43,834 transactions
28.61 vMB
0.12402603 BTC
Random Selection Loading Transactions
Max Size: 148.56/200 MB

Candidate Block

Mining Attempt d13c43ad6485cc470ed9c83c6837a87125be3bb42f5ba9191d58a2a33f592cea
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root e0a1167fc9fc438bc8a569d1c0f09df6c1de5350497bd3cfad222f9ddf124f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,864
Size: 1.00 vMB
Total Fees: 0.03777083 BTC
Feerates: 113.05 > 3.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (249,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,634 665,634 0000000000000000000391fda8e961dc727f15448072e728d4292cb6fbf122c3 2,395 1.00/1.00 vMB 112
665,633 665,633 00000000000000000004ff9d0e551b8b542fd871bebbebef706ebad5fcaca345 2,590 1.00/1.00 vMB 109
665,632 665,632 00000000000000000009f2dc31df02ccbe2e1448421af7a26501e3e9e05cda1b 1,704 1.00/1.00 vMB 116
665,631 665,631 0000000000000000000bb974cf484ea7252b34494917e6010adc102ca3faa7d4 1,397 1.00/1.00 vMB 119
665,630 665,630 00000000000000000002057f43cac6386b5e3586c2c7de3d8650220a7cc0f502 2,414 1.00/1.00 vMB 121
665,629 665,629 0000000000000000000913c971945f17c0b2ac82b0f2e7727b7f639d0bc57f41 2,172 1.00/1.00 vMB 137
665,628 665,628 000000000000000000035fd4020f4597ffa9f08fad9ce7b7bb9bbf901931e3cd 2,485 1.00/1.00 vMB 152
665,627 665,627 00000000000000000006f120c962019d7f87a1e53eba0448bbfbaa4ec953055b 2,486 1.00/1.00 vMB 145
665,626 665,626 0000000000000000000340f9e3645c1293f81ab4d458d86d4b219a3888699a1d 2,441 1.00/1.00 vMB 134
665,625 665,625 00000000000000000006470defe1915ff269e5e4abe79293de80c0997952ba9e 2,600 1.00/1.00 vMB 107
665,624 665,624 00000000000000000007b3efc2a8f1c14e3e6c66ef1145e59e3401194d7330d9 2,719 1.00/1.00 vMB 113
665,623 665,623 0000000000000000000a3e87d59da98da8249321d7eee4eddb2497447be1d4cb 2,952 1.00/1.00 vMB 127
665,622 665,622 000000000000000000013e380ab296734da264c7725745562bf9bb8b9054381d 2,138 1.00/1.00 vMB 110
665,621 665,621 00000000000000000006e1abc13a73d6cd9029eefd5e581de7f147e14218efbb 2,248 1.00/1.00 vMB 117
665,620 665,620 000000000000000000037c2d9395902eec8e79c2432eccdce82385404a4c4c3f 2,595 1.00/1.00 vMB 113
665,619 665,619 0000000000000000000d2f3d6a2c77f31fb0679c2da920c4a3f3cef7af705a23 1,771 1.00/1.00 vMB 112
665,618 665,618 0000000000000000000cdb0a93d233fa6c0f5d60ee0cb936ccdf44ba5938347c 2,214 1.00/1.00 vMB 130
665,617 665,617 000000000000000000010e30b25906a3b85c8995e84d396fff26242d9e4556ca 2,257 1.00/1.00 vMB 123
665,616 665,616 00000000000000000001096ee0dbeef50573cbef57adbcde3aa86c0bf2c892c4 2,712 1.00/1.00 vMB 131
665,615 665,615 00000000000000000007ae025b9b7edc5aa6111c0979342bfb3d8bd36e62672e 1,530 1.00/1.00 vMB 127
665,614 665,614 0000000000000000000bf11af71c437e5cb374d54909917aa2b2c75fe69e1292 2,021 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.