Loading Tool

Explorer IconExplorer

Memory Pool

75,047 transactions
20.77 vMB
0.05025018 BTC
Random Selection Loading Transactions
Max Size: 138.22/200 MB

Candidate Block

Mining Attempt f71ef2c09b049a5575d5097f4dc36bdc176bb5d2d387a2981718620a75a24706
Version 20000000
Previous Block 000000000000000000014831590101caa30f6412bd929f7136f45dd679430bdd
Merkle Root de268249897839c8029fce59dc6f7a6789fbfb3b4c893fd9a7369e812b93fec9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,877
Size: 1.00 vMB
Total Fees: 0.00354164 BTC
Feerates: 100.53 > 0.35 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,170 (907,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,064 9,064 000000009124fb96be321a11f2cc8550c8f8336fae21fa3589f59f4c4eff7a0f 1 0.00/1.00 vMB 0
9,063 9,063 000000003b89eaf7515f9d5445a550e904aac936d8c8a1ef6d29805ab00fb25e 1 0.00/1.00 vMB 0
9,062 9,062 00000000f223596b03ce2b9996a2c74101cfe7f3aabd306a7c92a799a3a831d0 1 0.00/1.00 vMB 0
9,061 9,061 000000001a8eabe6211605a4c827f215acb3dcdfd00c66874d4358b9ec30a748 1 0.00/1.00 vMB 0
9,060 9,060 00000000c0aba4339f7db7148c87ef284fcf580183252c797f89cbaa339ec661 1 0.00/1.00 vMB 0
9,059 9,059 00000000eb8c12cc256bf23dc6cf4769463757e65db3683277513fe5a3597a63 1 0.00/1.00 vMB 0
9,058 9,058 00000000970a3b8dd07707ab6707a616a6f70e23bc63a273533166468cd407b6 1 0.00/1.00 vMB 0
9,057 9,057 000000007463719f5e0ecc07bd6d5c5c0d3fd567025b1af9f545943270ea4dae 1 0.00/1.00 vMB 0
9,056 9,056 000000008b782db48929338ef530f230f44c313fbbd39edfac1304bee1c2a6ad 1 0.00/1.00 vMB 0
9,055 9,055 00000000e25dc130fc90b0dbfff374fa88b28613cf4ea8aca73ddc0bbe56695b 1 0.00/1.00 vMB 0
9,054 9,054 000000001b93604460bb1146613ce5cd7aa13fb22bbd561c960759b729fc6d62 1 0.00/1.00 vMB 0
9,053 9,053 00000000e72bcf1aa4e8cb917b76259064c92e5673cbcbbc9557a55a34516fe5 1 0.00/1.00 vMB 0
9,052 9,052 000000008e8e06813da4d90b6e4e88a35b552d730f1fba0ae557707d362a6f47 1 0.00/1.00 vMB 0
9,051 9,051 00000000ecd78365eaccf46fe35f61aa1b4d79888c3a50cd781f061b6010d18d 1 0.00/1.00 vMB 0
9,050 9,050 000000009a3062e2131984c6cf0b589c1eff5c9a50ff663c23e39670d325ee26 1 0.00/1.00 vMB 0
9,049 9,049 00000000c76b0b67575a8735b8321399bc61c492b3b894150e751ea25205fc1a 1 0.00/1.00 vMB 0
9,048 9,048 000000001247f067f39b80d4f0ebc77bd6e44ad520d48dcae476c791b190117b 1 0.00/1.00 vMB 0
9,047 9,047 00000000652518bcaeb45faa6379068d5ed34caa0fe046498b974d8acc265a1d 1 0.00/1.00 vMB 0
9,046 9,046 00000000a9f7951b94c788d7e5b96e1f606bae29cb7439b3b2f357411b2f7cd6 1 0.00/1.00 vMB 0
9,045 9,045 000000000f5ec0f4106f0302f9302cad7da39c5bd7a1e0b88c411d730047be2a 1 0.00/1.00 vMB 0
9,044 9,044 000000001e8e2046288d542c5cc9ae27dbb6b4fefcb1efb658329654a74edc6c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.40 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: 820.09 GB
    • Received: 24.66 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.