Loading Tool

Explorer IconExplorer

Memory Pool

25,523 transactions
28.62 vMB
0.05259355 BTC
Random Selection Loading Transactions
Max Size: 156.65/200 MB

Candidate Block

Mining Attempt ade5c42262dcaa2d06ced7af8bce557ff3442fb46c36d3ca2764470b51b16566
Version 20000000
Previous Block 000000000000000000007e15a22581ed9e7292a4354231e78e85679da49af561
Merkle Root 3288b1fa89d6c75a0771b13b29b6f2e6244a41938a33c0efe9ed7f32b674eee4
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,307
Size: 1.00 vMB
Total Fees: 0.01904266 BTC
Feerates: 711.74 > 1.91 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,991 (61 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,930 940,930 000000000000000000015da171e4d9bacccc2a5c2c0f2e57f544ff9c7604036d 3,419 1.00/1.00 vMB 2
940,929 940,929 00000000000000000000b6c792ec157809a130f40405f17978a82a9f3d3bac3e 4,291 1.00/1.00 vMB 0
940,928 940,928 00000000000000000000da58513f0ad7c4f006979daccbf1f7324a0b8502ee24 4,496 1.00/1.00 vMB 0
940,927 940,927 000000000000000000017c2480e68156126ccfd3cdd24f95c4b643c8e878a059 2,795 1.00/1.00 vMB 2
940,926 940,926 0000000000000000000116dd60f8219153488f18edd52d3bb737040d8d7f876d 1,162 1.00/1.00 vMB 2
940,925 940,925 00000000000000000000cbe23feb0822eadda316e98539ef3c3d1c8fe85bb962 3,383 1.00/1.00 vMB 3
940,924 940,924 000000000000000000011fd4f2887d3403192fc5af520d3dfa6eb6b1ad4af2ab 3,665 1.00/1.00 vMB 5
940,923 940,923 000000000000000000013a989af2fa405d814f0271a2d5aa16f19fc3eb707056 4,390 1.00/1.00 vMB 0
940,922 940,922 00000000000000000000b12b613b6607ebdb87ebb0217aeaa290bcfbcc0bbb44 4,404 1.00/1.00 vMB 0
940,921 940,921 00000000000000000001a2ba9b89fcf646f4a35b51de7f538f0191916df330e3 3,346 1.00/1.00 vMB 3
940,920 940,920 00000000000000000001945335a90f8c5112fd80a45695179f25d336139f23c2 3,155 1.00/1.00 vMB 2
940,919 940,919 0000000000000000000106e9de191cc1ba81ade3670a1b12c001a0525d4b31fa 3,747 1.00/1.00 vMB 6
940,918 940,918 000000000000000000011c073a3b31cb29dffcfb3b13b8898ec58f04e6a8e4b8 5,476 1.00/1.00 vMB 0
940,917 940,917 000000000000000000015f9b22999e4ce444d7608e0290e33d67f82a5744530f 3,795 1.00/1.00 vMB 0
940,916 940,916 000000000000000000003edbc79407a981316674a4a48057f41a1e348ca36650 3,736 1.00/1.00 vMB 4
940,915 940,915 0000000000000000000098a60c7c143666acbbe079f590aa6305d67f2ae8aa92 4,655 1.00/1.00 vMB 2
940,914 940,914 0000000000000000000093eca9707719d9ca4c00809a5ce85ed39b5691fba921 2,691 1.00/1.00 vMB 2
940,913 940,913 000000000000000000011df4890118ad86d388982f983bc41741588e7a810ab0 4,321 1.00/1.00 vMB 0
940,912 940,912 00000000000000000001e014ad5c6d0aa240bdc84719510329a9b22f994c54bd 3,133 1.00/1.00 vMB 2
940,911 940,911 0000000000000000000170f013ed7fb7b42af20d087b4aff52d9d25cfc222c31 2,492 0.83/1.00 vMB 2
940,910 940,910 00000000000000000001c81b3597236d2988fdefcb85fcc24e1975e7741c6e1f 3,524 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 828.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,603.63 GB
    • Received: 247.78 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.