Loading Tool

Explorer IconExplorer

Memory Pool

34,627 transactions
25.86 vMB
0.06398568 BTC
Random Selection Loading Transactions
Max Size: 130.92/200 MB

Candidate Block

Mining Attempt 4f80c42d7fe2d46673d520a6eb6af90bd43ace754b62387f3b05e92767176706
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root f474577027d588f554da26f3887653611219f79ca204fd03d648972710e50b29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.01653897 BTC
Feerates: 74.70 > 1.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (854,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,066 60,066 000000000615322c8abfe331b7eccd41f5756bafeb05045b070aa6ad42c8bb7d 1 0.00/1.00 vMB 0
60,065 60,065 000000000e80364d5960ea7ce7c66aeff12865cdee3d3b3596a6fd259a429685 2 0.00/1.00 vMB 0
60,064 60,064 000000000c6e9e8aaa97a031667ed229764371b427a4e91cbd74d0ea9495024e 2 0.00/1.00 vMB 0
60,063 60,063 00000000002cf370b3570d59a965598304beaac76b91ce82974a2c267f9774a1 2 0.00/1.00 vMB 0
60,062 60,062 000000000b10ede3a9f121a3d5110880ed7f97fe8fec9bc0871b3f9f5621abab 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.