Loading Tool

Explorer IconExplorer

Memory Pool

48,639 transactions
29.59 vMB
0.08894399 BTC
Random Selection Loading Transactions
Max Size: 157.66/200 MB

Candidate Block

Mining Attempt 76275991c9b7b9180935af67a23cd656058e8b9be5076008a733b1e7e18c2bdf
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root fd3b1b2c556193642deb523de824b3928062e69064b4a5fd6e0018b892cd455d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.02743770 BTC
Feerates: 105.02 > 2.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (315,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,949 598,949 00000000000000000014f0a937e7a126efab7ab5582a08ae7942cce8ec194e4b 2,368 1.00/1.00 vMB 28
598,948 598,948 00000000000000000007414d28883a5517c2beb4afb64df7eb140046820ccd02 2,856 1.00/1.00 vMB 40
598,947 598,947 0000000000000000000f91a8483c47e517034ec719f28565ac229a5e23efa45f 3,191 1.00/1.00 vMB 41
598,946 598,946 0000000000000000000c072484f3d6f3e5805689af8656a5f5998118bf33de51 3,012 1.00/1.00 vMB 18
598,945 598,945 0000000000000000000de7153d35ab24e045440296da00af345adc3b4eea0f6b 2,532 0.99/1.00 vMB 38
598,944 598,944 0000000000000000000ce780bb6f4a2f19df78c862298ce207a94718775e2779 2,933 1.00/1.00 vMB 32
598,943 598,943 0000000000000000000cf6bf995a8f3661787d24ba035b780e16274220a74039 2,145 1.00/1.00 vMB 20
598,942 598,942 00000000000000000008d68b898c5140a4586dbd4b5110c4d133c08be0b0a5f3 2,115 0.72/1.00 vMB 16
598,941 598,941 00000000000000000004f08742e2d0fca6e4a99ed1075b655a582d88d700b524 1,056 0.75/1.00 vMB 9
598,940 598,940 00000000000000000014a009b0dc11d253cc03a45023b027572189216f079cc5 3,032 1.00/1.00 vMB 9
598,939 598,939 00000000000000000006bd158d9d9fc0aca89ea29c5172ff23f1543a95122aca 2,943 1.00/1.00 vMB 32
598,938 598,938 0000000000000000000e8b86f96190c3332a589c33dea0cb5f586bbd50cd160b 1,407 1.00/1.00 vMB 19
598,937 598,937 0000000000000000001464c35bfac9dc81c0c5f0616921fb5adfb998b22340b9 2,035 1.00/1.00 vMB 31
598,936 598,936 0000000000000000000825d8d5d3a9feb9d2588b11de7623a75a7be19cdd13ce 1,712 1.00/1.00 vMB 28
598,935 598,935 0000000000000000000029fd556c393176b8e91f6c8d37b85b39682b40a5f5cc 229 0.06/1.00 vMB 21
598,934 598,934 00000000000000000000e57457f6817ab1544c8931fb24702c028c0e13e9adfa 2,169 0.84/1.00 vMB 5
598,933 598,933 00000000000000000013e0c8a5e3611114fdf57b4c453b17f511bad059d36d98 2,344 1.00/1.00 vMB 33
598,932 598,932 000000000000000000021f3e8edbf6ddab58049f2d1b035914bdc814d02099a0 1,624 0.43/1.00 vMB 16
598,931 598,931 000000000000000000105cc19fed28473f1b1a694a7ce035311b1992a4191205 2,798 1.00/1.00 vMB 13
598,930 598,930 0000000000000000000063e5f0585125542f5c9691eaf6f7f54e67d59faf6ef3 3,016 1.00/1.00 vMB 24
598,929 598,929 00000000000000000007473669b62cf2576ef4e88ceca454c8f7997181bfad25 2,857 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.12 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.08 GB
    • Received: 13.71 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.