Loading Tool

Explorer IconExplorer

Memory Pool

48,424 transactions
27.99 vMB
0.08123041 BTC
Random Selection Loading Transactions
Max Size: 148.42/200 MB

Candidate Block

Mining Attempt 710ea988e33c70271ee975c2e248c014eaafaefa1adabc0933436021d70f2d37
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 20fa0c276ee371f06d4d0df79262ddd30006d328b787862a8e77f6725f1400d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.02557175 BTC
Feerates: 318.30 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (255,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,273 659,273 000000000000000000084e03ace8ab476353b0846ed571e6f32c0d7c0cf90105 2,210 1.00/1.00 vMB 10
659,272 659,272 0000000000000000000c8c5f27620955d32122fbd1b8af0ff3482bf6822126b8 2,657 1.00/1.00 vMB 29
659,271 659,271 000000000000000000088cb95ccc9d664619f05adbf7bef9d80b020cc232dd80 2,479 1.00/1.00 vMB 19
659,270 659,270 00000000000000000002c89f419e8f19fa4ae3d3ff606094a824b5e2bac9f8ed 1,790 1.00/1.00 vMB 49
659,269 659,269 0000000000000000000435324cf459f1c8345e9e769e1a5f103ee8655db6b935 2,193 1.00/1.00 vMB 15
659,268 659,268 00000000000000000006cc2a5ad9e3dcc1ee1d87b4b88521bf73ab865a084ce3 2,239 1.00/1.00 vMB 31
659,267 659,267 0000000000000000000c2608f53a0173b1f615f5ccf5d1fb799beed3afa14b1d 2,835 1.00/1.00 vMB 77
659,266 659,266 00000000000000000006333c379b5589102466524aa604b1a24d3e698528b382 2,668 1.00/1.00 vMB 49
659,265 659,265 00000000000000000008c529e4d83ed3d2afc7d239568d73ab7debb19c9a7e2d 2,811 1.00/1.00 vMB 80
659,264 659,264 00000000000000000007342a8096965f4f70266c2854c53cd07eab10801b52c7 3,030 1.00/1.00 vMB 95
659,263 659,263 0000000000000000000127ca9df2df7512deef790d78841f7f0d67a750c50dea 2,220 1.00/1.00 vMB 70
659,262 659,262 000000000000000000063d851667433f88915acf1a241eac7643dc71fb8b747a 2,682 1.00/1.00 vMB 23
659,261 659,261 0000000000000000000cfe12eac2c27b38adfd73086a1c25f78def2b5107bb37 2,353 1.00/1.00 vMB 48
659,260 659,260 0000000000000000000772a73204ef0ca25cdcbf3df380be912681165c2085c2 2,721 1.00/1.00 vMB 48
659,259 659,259 0000000000000000000271ca9ba58b1594d3268fa650124ced0d729921940150 2,538 1.00/1.00 vMB 28
659,258 659,258 0000000000000000000a312315b2274faf03075f887d83e99a7a8dec235666dc 2,160 1.00/1.00 vMB 25
659,257 659,257 0000000000000000000aa74e5e54eb2b9a086bb0bfd6ef7487b5aa461ba31410 2,394 1.00/1.00 vMB 18
659,256 659,256 000000000000000000030817dc955a79b8ea69c15761af2c5ae7e762e4c761ab 1,912 1.00/1.00 vMB 7
659,255 659,255 00000000000000000000c306f2f5c555c22393aab18adac1057963cbb0ba8f8d 2,764 1.00/1.00 vMB 36
659,254 659,254 0000000000000000000a1de815cdd46660b4110cedaa142571efe7299d9f6f56 2,862 1.00/1.00 vMB 32
659,253 659,253 0000000000000000000a3e4c8d3184ce357042cc87243517cc4d9e1b8e33edc5 2,495 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.