Loading Tool

Explorer IconExplorer

Memory Pool

72,941 transactions
28.17 vMB
0.07365562 BTC
Random Selection Loading Transactions
Max Size: 166.82/200 MB

Candidate Block

Mining Attempt 55ae585d75f3fdf6b515e3ba96b00a0d8a15ddfb0f1e0200ff64e0e8a365372f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8ec55256f41dfd1326c8bae2a05588a3becdd48fb9deb5d4601d3b205e5a8312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.01724999 BTC
Feerates: 152.31 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (240,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,935 674,935 0000000000000000000af61ca54b5ad2d836b36decffaf106adfeb85ca34d340 3,098 1.00/1.00 vMB 124
674,934 674,934 00000000000000000000856439c7a24ef6919e2134b54bdf575d7a94228ab830 1,917 1.00/1.00 vMB 43
674,933 674,933 000000000000000000049844ca0cfb24c6bae8dd7eda2a7db66ccca1f709eae7 1,778 1.00/1.00 vMB 41
674,932 674,932 0000000000000000000392e469173113fb674133870b4c70723f3dac38510c91 2,444 1.00/1.00 vMB 31
674,931 674,931 0000000000000000000a978f1ec7d55642aa957f9b14be9d41370f426bb8722b 2,926 1.00/1.00 vMB 52
674,930 674,930 00000000000000000004681099c913a123abb8a4dfc0e81a1773464eb5fb11bc 1,116 1.00/1.00 vMB 99
674,929 674,929 0000000000000000000ba2bc732c62b4acac58141527b4ebab7810211de5bbb4 2,319 1.00/1.00 vMB 115
674,928 674,928 0000000000000000000820cc6ecc50b4c1d8a855ca146c10671138e7e4df3159 2,578 1.00/1.00 vMB 109
674,927 674,927 0000000000000000000c907feec57128070649cc3451d7aca3d599ae75e67a66 2,085 1.00/1.00 vMB 45
674,926 674,926 00000000000000000002e1b8800b8ba38ee9e7b1379dd742abe76739a330ab36 2,761 1.00/1.00 vMB 70
674,925 674,925 0000000000000000000cf9c8e2137e096615ca0b89b52cc756f06a3423189528 1 0.00/1.00 vMB 0
674,924 674,924 00000000000000000007b015183b3ac6d20a47e693cbea1709e4e797e1f6c59d 3,067 1.00/1.00 vMB 46
674,923 674,923 000000000000000000051e1b59b20c241633300ad9d4be157bc1a6344c04c043 2,591 1.00/1.00 vMB 112
674,922 674,922 00000000000000000006741c439a759e642826f0a7e98d30b371b829c57e469a 2,657 1.00/1.00 vMB 111
674,921 674,921 00000000000000000009ed324abcf98c75359a3d365b50c9eb6dde87d006a34f 2,734 1.00/1.00 vMB 65
674,920 674,920 0000000000000000000993f6d1262500727a3d3817dbc6b4e3c53ca007acc2fe 2,216 1.00/1.00 vMB 59
674,919 674,919 0000000000000000000a7138b2ee5b8d44e7c75a621ee8449f18bee9a58bfa56 2,277 1.00/1.00 vMB 60
674,918 674,918 0000000000000000000506b28b6cecf968894afb739084d0c9e8f165b37c4338 2,219 1.00/1.00 vMB 68
674,917 674,917 000000000000000000029e4f9007ea8db5e1115cf1502257455fb32c361fdc03 2,848 1.00/1.00 vMB 65
674,916 674,916 00000000000000000006c0751a8e45ec2d4c97a0e715ccab113700107cb4aef2 1,617 1.00/1.00 vMB 89
674,915 674,915 0000000000000000000ad0e3dd742a72d77d066fc6534caf5637ff3b56237513 1,005 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.