Loading Tool

Explorer IconExplorer

Memory Pool

79,302 transactions
29.50 vMB
0.08461755 BTC
Random Selection Loading Transactions
Max Size: 180.35/200 MB

Candidate Block

Mining Attempt 9aa156870d62530c1c4c4887377acd9ede554720f11d4f35974af1b051a7133d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1f564d4838817946efa23ca7e7e358c321c03d6e690c17b29fe3ede7145fafb7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.01974929 BTC
Feerates: 402.60 > 1.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (403,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,630 511,630 0000000000000000005750c14efb4b091e85f07dec9f05daa021a801d2def9eb 1,151 0.57/1.00 vMB 18
511,629 511,629 0000000000000000005a41e3bd281e60e65cf15e3e2cb97876f96018673dd786 2,030 1.00/1.00 vMB 43
511,628 511,628 000000000000000000392287d407b4e8f07cae8cd0b1364549ba205033da45f1 2,204 1.00/1.00 vMB 58
511,627 511,627 0000000000000000000c923d4701abfba76604dad1385f546d94163ece6fd6de 304 0.28/1.00 vMB 23
511,626 511,626 00000000000000000014fb8d619c2b14cbf3d3c8349282810f1d810e59638219 1,135 1.00/1.00 vMB 36
511,625 511,625 00000000000000000048c67b9af72887256628679fd1c87ea7c49d55c4a4076c 289 0.99/1.00 vMB 5
511,624 511,624 000000000000000000006f82c90b302a1217a9da726ca03a83ecdd87582da68a 1,023 1.00/1.00 vMB 30
511,623 511,623 000000000000000000354e1d4d4fbf27eaca7dc062aef37df4d51c55e166ef9c 1,158 1.00/1.00 vMB 18
511,622 511,622 00000000000000000014bac617e598cd0263cce0c750c1e6ce16f15c50ce7a3e 1,629 1.00/1.00 vMB 55
511,621 511,621 000000000000000000194c586ee25625a6093f95710ed9c758cec7a4efdc638b 710 1.00/1.00 vMB 13
511,620 511,620 00000000000000000046d6c0364ae49677b1f66a96dabd69deb86c15e09d7186 1,397 1.00/1.00 vMB 36
511,619 511,619 0000000000000000003e5e38f55db95b44fa594f897a117ae59c94b42898a63f 1,029 1.00/1.00 vMB 20
511,618 511,618 00000000000000000047f4cf59686c10c84158373c3a8bf61e1b85019689a4e0 450 1.00/1.00 vMB 4
511,617 511,617 0000000000000000000a1cabc36810fa565c15fea3f9336626e44e9b3b66e0f1 95 1.00/1.00 vMB 8
511,616 511,616 00000000000000000009737a9f8ecd233382d3421d6f2cff6455d816c8771369 1,639 1.00/1.00 vMB 16
511,615 511,615 0000000000000000001feebfb4bf1503a8788cdeb1bc929387558a8850380fd4 1,963 1.00/1.00 vMB 51
511,614 511,614 0000000000000000002f2ee64df77f3b8fe4f0c7d5433022107a86a468429a9c 2,227 1.00/1.00 vMB 66
511,613 511,613 0000000000000000003a0bd7548af37bcf0b496396c0d3e44d19c1420a3871f5 620 1.00/1.00 vMB 15
511,612 511,612 00000000000000000037327efb19b2b2271197c1425c9a529d217e4d1e920ce9 547 1.00/1.00 vMB 10
511,611 511,611 000000000000000000417b62f0ec6ce951d3f6d9992d5c5660bc89682e26626f 1,019 1.00/1.00 vMB 44
511,610 511,610 00000000000000000014276451e6c2212cae2f50f4091a306ad80bd6f56105a3 118 0.10/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.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.