Loading Tool

Explorer IconExplorer

Memory Pool

78,857 transactions
29.22 vMB
0.06968891 BTC
Random Selection Loading Transactions
Max Size: 175.35/200 MB

Candidate Block

Mining Attempt 243a41b7e9be6ae5c521d5d6873a99f52e415511ca99e3146d690d2f63514631
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root e1ce91a54dfeafd488e3fb9bcf1e695cb2a1939c883078a47fff6641db2071bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,442
Size: 1.00 vMB
Total Fees: 0.01026387 BTC
Feerates: 170.94 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (291,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,931 623,931 00000000000000000002ac3fb11c6c4fae757aef2e5e04003f47b60f98304b14 2,515 1.00/1.00 vMB 17
623,930 623,930 0000000000000000000d81816944faa81b30f8f5709cad717aa90b46eb0b031f 2,114 1.00/1.00 vMB 15
623,929 623,929 00000000000000000002ff7a49ef1d3b294d2441d7f8665f10c070f6f49487d6 3,063 1.00/1.00 vMB 14
623,928 623,928 00000000000000000001bed2caec4fc9c2722ca581e61bca14c814d77a50520f 2,250 1.00/1.00 vMB 15
623,927 623,927 000000000000000000120cfb87de9fe7e33226dc47648f940d33b56f8e8cf116 2,945 1.00/1.00 vMB 32
623,926 623,926 00000000000000000013e27496b1b0bc69ad87869bd73ace663ad9e0c6db130c 2,849 1.00/1.00 vMB 41
623,925 623,925 0000000000000000000d12b673fe515335ffe36a80471e66ffa8c0506a68a515 2,873 1.00/1.00 vMB 40
623,924 623,924 00000000000000000003026e9079514eafe5ed774b588e7c492279d82ded699d 1,321 1.00/1.00 vMB 12
623,923 623,923 0000000000000000000650bb09a47c1d33f20c38033b75adaba9bd81511170da 1,723 1.00/1.00 vMB 13
623,922 623,922 00000000000000000001ac97dfdbf61bbed3ca1bf49bcfd75df37bf53b7e8a02 2,163 1.00/1.00 vMB 28
623,921 623,921 00000000000000000008462c5d086c4b52818cd7b4773fba7d81baaae508d78c 1,766 1.00/1.00 vMB 21
623,920 623,920 00000000000000000012a3e3f09ed1b5d58495988255b4db54a0b939f645f586 1,380 1.00/1.00 vMB 48
623,919 623,919 000000000000000000033cd7bf1a426c86fec58d760a5e475cc888552f2cab71 2,286 1.00/1.00 vMB 49
623,918 623,918 00000000000000000008cf53340d39b821a54eb0a9cb57b2ccaca227cf023736 2,531 1.00/1.00 vMB 38
623,917 623,917 0000000000000000000585fbc1e3521be58d22b4a2256a7769c2754c67f45f95 956 0.43/1.00 vMB 18
623,916 623,916 0000000000000000000bb6a43ee2a8c4f0d0b09c8adb1c77630f5feeebee2d33 2,320 0.96/1.00 vMB 19
623,915 623,915 0000000000000000000e998117d57dafb6e1a4dc3af304bfe2c0a61781c721e1 324 0.17/1.00 vMB 15
623,914 623,914 000000000000000000118f6bea04a257c40a1226431fc3a6c003daeea0e50943 1,559 0.75/1.00 vMB 21
623,913 623,913 000000000000000000022564aa51a097c3335c95fd91e521f0247f6ae9242adb 1,500 0.69/1.00 vMB 7
623,912 623,912 0000000000000000000accac2a0e60f930e3a77b6ae93d30bdeb3135fd142514 1,687 1.00/1.00 vMB 27
623,911 623,911 00000000000000000008455b712137fe8fad6842c4cdaaeb5e982fa616f6b47f 1,160 0.41/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.