Loading Tool

Explorer IconExplorer

Memory Pool

44,683 transactions
26.85 vMB
0.06490596 BTC
Random Selection Loading Transactions
Max Size: 141.46/200 MB

Candidate Block

Mining Attempt 51d7e8bd0de7e8e0a99947097881d62d7093768a976a8b396a187a6b50e77c52
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root e87f75c7a23497283d2a7749a0dfb7887fec06e37b53854c105544d51ec3ab52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.01529634 BTC
Feerates: 251.72 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (817,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,229 97,229 0000000000024f7b5ddd978ad360af0541c5d31ce0714fa899f06f2891dea186 13 0.00/1.00 vMB 0
97,228 97,228 000000000004531b2dd4ebc5469f9cb0dfbdca9380840e5083ab520b8ea9788e 2 0.00/1.00 vMB 0
97,227 97,227 00000000000535857bc6fd3b25f5f0153a107c185bbcd0cf4df344f35474e4fa 3 0.00/1.00 vMB 0
97,226 97,226 000000000002948e2ef8b307ee88ba4f44051384c6473a7ae84cb0d9b0040e85 4 0.00/1.00 vMB 0
97,225 97,225 0000000000054aa5cc8ed7e91e693fef6c67ad6bca50127c510b7ad55242d61c 5 0.00/1.00 vMB 2,097
97,224 97,224 0000000000045b5dde4c9d083d8101a0c9ec08fe6e82f8893dddf003906032b3 7 0.00/1.00 vMB 0
97,223 97,223 0000000000043bcd39399bc3d39588488c77f01146d2fc9cb17ceb59b108aaf2 1 0.00/1.00 vMB 0
97,222 97,222 0000000000050f3593d7ac11feacb913802c82694b5b15dc84a3713c3281b96a 8 0.00/1.00 vMB 0
97,221 97,221 00000000000510b40da107f252dd34752f5738781de74e7329d522d6df4406a0 5 0.01/1.00 vMB 0
97,220 97,220 000000000003db3996c1e8d31109e51b9819078795b9700c57118294035889e1 3 0.00/1.00 vMB 0
97,219 97,219 000000000001e351d8430c70f67411d4bddffe2e1bd6f1e9808d075f0d913eea 6 0.00/1.00 vMB 0
97,218 97,218 0000000000021838bc53c53964c4a40e4213612e20a970fe451d45d79338fd8a 10 0.00/1.00 vMB 0
97,217 97,217 000000000002cece03168a9e78321edfd2ef6d2a6bc70b3cf7f119af2a508338 3 0.00/1.00 vMB 0
97,216 97,216 000000000000e16a6c0d6d936c49d78eab1f7e1aeb245c0fb87e4134ea09eb8f 1 0.00/1.00 vMB 0
97,215 97,215 000000000003aedcdaeda2b5542b988ce900cd77b0bd78873212ccac858a5fa8 2 0.00/1.00 vMB 0
97,214 97,214 0000000000026e47d78d58645648cb04f465d567e7be3eabae1c0b16df4a1113 2 0.00/1.00 vMB 0
97,213 97,213 00000000000417d340d6a46d6c036afb1dd37302415ac52029b0b89d86d915d9 2 0.00/1.00 vMB 0
97,212 97,212 000000000004022069ce18a43a8e94dad8f4c3dd303b2de61a86820f9c411ddb 7 0.00/1.00 vMB 0
97,211 97,211 00000000000161f47c29527c07dfd73930d8b56ba6a63f7d860ad7ff767143e5 2 0.00/1.00 vMB 0
97,210 97,210 000000000003f3fb258013589b82b25e8594a04b845c1070a865c1171265d426 4 0.00/1.00 vMB 0
97,209 97,209 000000000003e2f2310aeb41e5b1edd310d9fe9db9f0e9449cf58878cbceecae 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.94 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: 646.70 GB
    • Received: 12.88 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.