Loading Tool

Explorer IconExplorer

Memory Pool

41,703 transactions
27.57 vMB
0.06966882 BTC
Random Selection Loading Transactions
Max Size: 142.61/200 MB

Candidate Block

Mining Attempt f528baa0ca5e0eacc614cb3542564a4b620f2db27d0a8621a20ad60acf7ce492
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root f4a3f3db5b5000e78eae3003b09aaf72a5a8903af54a6df53bd5812544b304bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01539987 BTC
Feerates: 100.53 > 1.54 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (252,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,087 662,087 0000000000000000000c719db51ae2b06da590ef09d9d44425df2e47b400e833 2,729 1.00/1.00 vMB 84
662,086 662,086 00000000000000000009e54c10b6587eb4fd22af32f04c900d93d53d176181f5 2,775 1.00/1.00 vMB 143
662,085 662,085 00000000000000000009b00250d083c5f48ea46b1b53971eba560cae8566c0dd 1,899 1.00/1.00 vMB 121
662,084 662,084 0000000000000000000d6717b379ee793a3d49d8c829d158bfd805e8d14ac82b 1,335 1.00/1.00 vMB 21
662,083 662,083 00000000000000000004a301cf36da1acbd8ff15cf850610602a204059259194 2,245 1.00/1.00 vMB 26
662,082 662,082 0000000000000000000f0e3fa10376bb76ae917bd7cf1f55c700465915ad407a 2,263 1.00/1.00 vMB 36
662,081 662,081 00000000000000000005f58ddae78b57aa40c8292e844b2dba6a1990cdad74f9 2,459 1.00/1.00 vMB 55
662,080 662,080 0000000000000000000cb28716bdc37b012c6bd061d6fccedde0590834fb9743 1,641 1.00/1.00 vMB 76
662,079 662,079 000000000000000000063b223f78566ecf37996226c1a315bf62851b5f2f4f92 2,925 1.00/1.00 vMB 123
662,078 662,078 00000000000000000004db8b70e02093833235396d2f79e1f4054f5635c60c3a 2,417 1.00/1.00 vMB 51
662,077 662,077 0000000000000000000cd8dcafc63676a4329a919585c6800ca8ab36aa6f0add 1,657 1.00/1.00 vMB 73
662,076 662,076 000000000000000000057161c10ffa797d8c5713439be3d2c70d6d3bd8ddd5fd 3,024 1.00/1.00 vMB 119
662,075 662,075 00000000000000000004ed62cd7988547c03c7f90571fe8765058877b2d7b309 2,596 1.00/1.00 vMB 114
662,074 662,074 0000000000000000000af7aeaee732e1d6ee5887a7fb20837ece4d1b548c8304 1,339 1.00/1.00 vMB 30
662,073 662,073 0000000000000000000ef53d1859030d9c2f2f757529cfcd2b7ea040ece8af7d 1,500 1.00/1.00 vMB 38
662,072 662,072 000000000000000000052f832172ed2a3b4eee732789feb0092bfc4dfa31c948 2,315 1.00/1.00 vMB 76
662,071 662,071 00000000000000000007a719cb64f79b5c61ac2c90f8b75ec0b23d92abe3df27 2,067 1.00/1.00 vMB 53
662,070 662,070 0000000000000000000b6e8ccefa484f06eab7d7cf30f0896776848475992e91 1,839 1.00/1.00 vMB 57
662,069 662,069 0000000000000000000ef8e4e186a4c7066e91595e6b7f2a28a667fbfeccd125 1,934 1.00/1.00 vMB 108
662,068 662,068 00000000000000000002f4dbcd87afeda7ab666bf3eba0172c8180f4b7061f39 1,662 1.00/1.00 vMB 137
662,067 662,067 0000000000000000000798f993123a3a063b81e9f264fdcb21c6559d54ed8e7c 1,900 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.