Loading Tool

Explorer IconExplorer

Memory Pool

50,157 transactions
30.10 vMB
0.11741866 BTC
Random Selection Loading Transactions
Max Size: 160.57/200 MB

Candidate Block

Mining Attempt 75d16495c40aca532646d9c63239dcf2b56bb2c3fa990b5d47690e55e58581fd
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root ba394154d2b85cd705244cb20cea5fa99645cc7462617f0205f617330cb926c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.04546939 BTC
Feerates: 179.69 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (286,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,992 627,992 00000000000000000003e225b24eee110741898b5e8b31cafbc3f67245df1cb3 2,022 1.00/1.00 vMB 18
627,991 627,991 0000000000000000000f97fce131b96c7389b97b4304af48bbf2b47ddfb87280 1,544 1.00/1.00 vMB 8
627,990 627,990 000000000000000000102558aa5e44cbe4fe20400259a4b96ade40f4b49b3b0b 2,692 1.00/1.00 vMB 13
627,989 627,989 00000000000000000002632baccf40f1de62f8ade9bba270c5d618b976e94a1f 3,038 1.00/1.00 vMB 34
627,988 627,988 0000000000000000000fa134848583a9f37b8733fbba3e6a28d208c5ceaa82e9 1,289 1.00/1.00 vMB 7
627,987 627,987 000000000000000000108b2ae30dcbf59e6817e734c7c71fda986bff8be2643c 2,084 1.00/1.00 vMB 4
627,986 627,986 000000000000000000038c8c3be2298c6fb7790378ba9e50fc33792b471cd8cb 2,810 1.00/1.00 vMB 13
627,985 627,985 0000000000000000000484d2056f2bfd51f0bc42601bd4f7a0e0810651efa702 2,736 1.00/1.00 vMB 26
627,984 627,984 000000000000000000041deab9f671046872356f7ad6ebac5a5d3d0c00a0b71c 2,874 1.00/1.00 vMB 40
627,983 627,983 00000000000000000006ed16f22b99963b40a6f7c3152f2e43def9bb2b77dc3a 2,189 1.00/1.00 vMB 14
627,982 627,982 00000000000000000009d3fa3872de74a71041623f91af4161a692418975ccc0 2,574 1.00/1.00 vMB 21
627,981 627,981 0000000000000000000202db6207ae2b682bd16de1e521d8cda0eb355631b1bd 2,809 1.00/1.00 vMB 36
627,980 627,980 0000000000000000000fbd4d7ae2dd2ce36e967bfe8c041e217ca64f49433ed6 1,089 1.00/1.00 vMB 8
627,979 627,979 0000000000000000000e78dca1d72c177c6848b231386a1223b9aa10d57de5bf 2,586 1.00/1.00 vMB 25
627,978 627,978 000000000000000000029b7a68f8ad8e16fafc3e42900f6e286496a54ea5413c 1,792 1.00/1.00 vMB 5
627,977 627,977 000000000000000000002313a4fc2626da3d1956faae004d9af4cf3b17f583d8 2,796 1.00/1.00 vMB 31
627,976 627,976 00000000000000000009aa97b62060a8bb7f1f3fa4015fabe8f39c3caa6bf572 2,700 1.00/1.00 vMB 8
627,975 627,975 0000000000000000000ae7a932448369a8d0595485a006c6d32bf9cf638843a2 2,748 1.00/1.00 vMB 33
627,974 627,974 0000000000000000000381b667844e8411f09b02c24322e78a58c40d1373cbbe 1,669 0.99/1.00 vMB 13
627,973 627,973 0000000000000000000a6459e40a5e730b0774e660ab20591ddae8c9325a6d5b 2,496 0.98/1.00 vMB 17
627,972 627,972 0000000000000000000be0ae04928fb96442fc360531a11c06bfcfa3cbd0f7e3 1,314 0.99/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.11 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: 652.02 GB
    • Received: 13.69 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.