Loading Tool

Explorer IconExplorer

Memory Pool

36,078 transactions
26.04 vMB
0.06742285 BTC
Random Selection Loading Transactions
Max Size: 132.87/200 MB

Candidate Block

Mining Attempt efdf731d5445dfef79e2975bb62a029b59f884c3b7436f5d5360af0005fe34bd
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,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,069 60,069 0000000008a4ff50140fee1671f1be1a8ea4b957b21ea2162ad17abc9784dc21 2 0.00/1.00 vMB 0
60,068 60,068 00000000070f85b62c1ad2024333bf74316d756b3436133811157a153d05cdce 1 0.00/1.00 vMB 0
60,067 60,067 0000000000bc9dd1d7118143c4d71080528f18f76c9cfb15514611c6a53902e9 1 0.00/1.00 vMB 0
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
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.