Loading Tool

Explorer IconExplorer

Memory Pool

36,085 transactions
26.04 vMB
0.06745075 BTC
Random Selection Loading Transactions
Max Size: 132.88/200 MB

Candidate Block

Mining Attempt 52b6c90acf98495c530082c3f55699741e07b2887e6bd8561e8d20a75dbad473
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 4cc7fdb79f8714803e77b595b088c9b01964a38655a7328bc8f5ae8d4396a12c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.01950626 BTC
Feerates: 152.71 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (854,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,061 60,061 0000000002297fa583d73d5adb7fb86fc3e6749bed6485a4b62962e83435d163 1 0.00/1.00 vMB 0
60,060 60,060 0000000009413a6a3f1d698fd6db8f15a8b6b0e1c4b32307f06d98deae49bb22 1 0.00/1.00 vMB 0
60,059 60,059 000000000c9d4ecb45d7a28c4a0a398c102ed59420355fd7d36129130fd2e4a8 2 0.00/1.00 vMB 0
60,058 60,058 000000000d6604b2babd967c08559aacdb726fac7b119aec46bb9d6e016ce285 1 0.00/1.00 vMB 0
60,057 60,057 000000000973f46558d6be19ba6485a84660a100a12f1f6ce9cca8d6c215c67a 1 0.00/1.00 vMB 0
60,056 60,056 000000000d037d9c852b44ef22a45d656b79493593b663344ff2710b62ba079c 1 0.00/1.00 vMB 0
60,055 60,055 000000000ad7ef99234e399ba23faa32c0e1c123f043eb72e923d71b6e89db54 1 0.00/1.00 vMB 0
60,054 60,054 000000000022a96d7793deb0512e36a7e78be2660ac6946e1ef2586dcc1b8456 1 0.00/1.00 vMB 0
60,053 60,053 0000000004cefe5619f67228a0ab865333dc4c9328488ad59fa887f33fd51624 1 0.00/1.00 vMB 0
60,052 60,052 0000000008de74214f27b4cb63490e608d0b7e29e44f02a3568681eef0d77e39 1 0.00/1.00 vMB 0
60,051 60,051 000000000c5a1b269f9f9fec9ad389bfe96aea676ae84cbc9f859bc48e201f5a 1 0.00/1.00 vMB 0
60,050 60,050 000000000d57c59ed578d5b0ec4d5fa7688db3e3fe5fb6d91595094429fc62f5 1 0.00/1.00 vMB 0
60,049 60,049 000000000d6e92b48cdf73caf0633f64842e22dd9a4a99527da34fab0bb7901a 1 0.00/1.00 vMB 0
60,048 60,048 0000000003b00218e9ac1045058870d18bc42493856f5a5e73c15dd3fe714ff8 1 0.00/1.00 vMB 0
60,047 60,047 00000000053968538936e88838b4f240000e9141275577c1fe79ae076349b7ce 1 0.00/1.00 vMB 0
60,046 60,046 000000000084dbcfd4116663708655bc3dc926d5295532d47617fcff5649ebc2 1 0.00/1.00 vMB 0
60,045 60,045 000000000ba80f88100fc38a3b2a9d8f35854ab1234a00544941da90ae403380 1 0.00/1.00 vMB 0
60,044 60,044 000000000eb503fe3db0974d57414d6ffa09d16c8f966bea8955c317749ce400 1 0.00/1.00 vMB 0
60,043 60,043 000000000cd1cee30c3553d68c00732ad6cc2d81cba2dcc066128d39f56f4caa 1 0.00/1.00 vMB 0
60,042 60,042 00000000041a4191b4d309a48944a747f39bbb27b9426a9bfab7b7795ed3e0c6 1 0.00/1.00 vMB 0
60,041 60,041 0000000001551e1ff5e3c8c139d15ad0828069e691e69de2f627326f8e373918 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.