Loading Tool

Explorer IconExplorer

Memory Pool

60,729 transactions
18.49 vMB
0.04626881 BTC
Random Selection Loading Transactions
Max Size: 118.00/200 MB

Candidate Block

Mining Attempt 2119c77ab3533ce387f836eeaba426b242f48fc92a8ab4552cb10d94568a60a3
Version 20000000
Previous Block 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2
Merkle Root 8f6734f34b0f2d19414abb16fa772c6e3cf9aa6b578fc307a7bb37b637f53908
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.00451273 BTC
Feerates: 40.21 > 0.45 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,824 (655,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,661 260,661 0000000000000009394479219995a8097e9e948737a7f12e957b3246a7550a19 431 0.14/1.00 vMB 30
260,660 260,660 000000000000000920e3ac11d1765ab0e5159f353212de15b7a8c8e5ac690197 38 0.01/1.00 vMB 74
260,659 260,659 0000000000000019936f3d1de3f1c71bc49c445d550c2a0ff77a3b8e1ee3f13f 376 0.18/1.00 vMB 108
260,658 260,658 000000000000001623e495d96fad06b5c48b6ec8ac6d814ffc5f8c62d8985a19 347 0.16/1.00 vMB 116
260,657 260,657 00000000000000148955d2d6f7635f8e3516e84d559148b604e4ebf677d1e73a 137 0.15/1.00 vMB 33
260,656 260,656 000000000000001534f44ff08f13fd6b00cc9b2b33b33dbe7dd721c26e11c86b 713 0.31/1.00 vMB 117
260,655 260,655 000000000000000cb3970aa079d909b092eba35362b6344cd2f93d575d1ef195 25 0.01/1.00 vMB 94
260,654 260,654 000000000000000b20a624bf40e1975d26d14c22ecd031157b7755041ca138ef 31 0.01/1.00 vMB 132
260,653 260,653 0000000000000012e1c4e15de63a555300d77e81a78b52828c6957a31fe16851 222 0.15/1.00 vMB 73
260,652 260,652 0000000000000014d51e7e31f3c827e355f7854b7c940e761f0b6efe8c609974 364 0.15/1.00 vMB 144
260,651 260,651 00000000000000187f758142e1ddb24eb3c478ce0b5505f3a7b0ded56aabe9f0 597 0.23/1.00 vMB 138
260,650 260,650 00000000000000163b863cd7b64eb5ddcf05ca0cf56e5f3f9fc1b84e9d2c77a6 250 0.15/1.00 vMB 92
260,649 260,649 0000000000000015394aaaa088ebe20f6e92c1dbee447638320e928c5e08990b 64 0.03/1.00 vMB 34
260,648 260,648 000000000000001bda4c4ec818f8ccbcb66f7213c28cb8b0a3c679a51dd41289 240 0.15/1.00 vMB 83
260,647 260,647 000000000000001a1941ae69939ec25acb21c279f6dd030f90b6bb1b1632db3a 622 0.26/1.00 vMB 92
260,646 260,646 00000000000000095ffbb28c1ce58b8a47d2275833df7499fc325251e5961c99 245 0.10/1.00 vMB 93
260,645 260,645 00000000000000063d665d5160c2bbb160e0c518f903a2c9cd457fa8ff7a560c 452 0.19/1.00 vMB 105
260,644 260,644 000000000000001167ac53f012199fc926d1a8e3e8d39861d71c68428bb749fc 256 0.11/1.00 vMB 101
260,643 260,643 000000000000000527cddd9c319f84bfb5378113cfaad2e855215d4cb5d401e0 374 0.17/1.00 vMB 130
260,642 260,642 0000000000000012e876b3861e4d108f4a2c3bce06c09aaafc6b5d595f20af8a 78 0.04/1.00 vMB 121
260,641 260,641 000000000000001303d852f37155bc29cbd191894821b7da065b1a4eb51d5db4 80 0.03/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 783.80 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: 787.02 GB
    • Received: 21.71 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.