Loading Tool

Explorer IconExplorer

Memory Pool

79,236 transactions
29.49 vMB
0.08440630 BTC
Random Selection Loading Transactions
Max Size: 180.26/200 MB

Candidate Block

Mining Attempt 89530050105bff2aeb350d051068ec6cac3bf13b4d4714320dd8a16120d4795a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ccb7ee42a99378438d7d4d20b83965d24c392450d143085f7430f3da06de5c79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.01958643 BTC
Feerates: 402.60 > 1.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (120,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,618 794,618 00000000000000000000c4ab104eeea12e66310d436ff30757f03d22fde37a2d 3,933 1.00/1.00 vMB 50
794,617 794,617 000000000000000000014d30a1c0cf36a9cca66dba86d7c0a8d12eef445153d7 3,529 1.00/1.00 vMB 60
794,616 794,616 000000000000000000047ea4ccbd5c2d982f07a381b65eeb5b2a90a776d5a6f6 2,917 1.00/1.00 vMB 67
794,615 794,615 00000000000000000002d80156d9155adf8d2d349654a55553fda49d2e8fecce 3,391 1.00/1.00 vMB 25
794,614 794,614 00000000000000000004843eb2b2d5b3ab71d1e016bf85c9b4b597ef80a8d439 4,729 1.00/1.00 vMB 38
794,613 794,613 0000000000000000000451c0e2254970e200b34d39627700a12cf1910ee8c983 4,942 1.00/1.00 vMB 42
794,612 794,612 0000000000000000000443ac7d18c381060fe0ff1ea70261ed671ddf56dc094e 5,028 1.00/1.00 vMB 42
794,611 794,611 000000000000000000005fc9959c208c1923ce971a1e2587b5629f650b7d9082 4,941 1.00/1.00 vMB 41
794,610 794,610 000000000000000000042365a72875c0d8613e6e5c4eddfa8cc72eac2d9c75f8 4,575 1.00/1.00 vMB 50
794,609 794,609 000000000000000000007d130e5c295998162104f4bfca5a191b0c0b18fa1b39 4,230 1.00/1.00 vMB 49
794,608 794,608 000000000000000000015a29e7536de6c720eebcc1a94d86852fcb86d6e53fff 3,949 1.00/1.00 vMB 18
794,607 794,607 00000000000000000000546c18e17fbd96204be989bbb306c9c4461f9e27bf0e 4,139 1.00/1.00 vMB 12
794,606 794,606 00000000000000000003042ded52fca1c4aabd4c7701edcbe1b0a70c4e05fd25 2,709 1.00/1.00 vMB 30
794,605 794,605 000000000000000000028246fc810343ec55eb6492b46d62b4a7c1e81bb0e769 2,803 1.00/1.00 vMB 30
794,604 794,604 0000000000000000000310186e07df260f6cf05c29fcb2f6fd7918c11ddb7767 3,410 1.00/1.00 vMB 11
794,603 794,603 00000000000000000004c671563952d4120a53278c12ecb1e3d808a437c7802e 2,251 1.00/1.00 vMB 19
794,602 794,602 00000000000000000004cab619d3f06c731fd2aa99bac3b369875e4ac07457e6 1,582 1.00/1.00 vMB 27
794,601 794,601 000000000000000000040912f1ace268a09db2d0e6fb081a02d7ee2611df99a4 2,125 1.00/1.00 vMB 22
794,600 794,600 00000000000000000003dec704963906dd665c8893611dea8399166fe05fd46b 3,349 1.00/1.00 vMB 27
794,599 794,599 00000000000000000001c53f230ba26999684e2c0796c7fb1a72f53ab60fce19 4,288 1.00/1.00 vMB 13
794,598 794,598 0000000000000000000456bec3fb31b02d6c27f786e0bdf0ac95dee848b894d0 6,217 1.00/1.00 vMB 11
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.