Loading Tool

Explorer IconExplorer

Memory Pool

42,053 transactions
26.90 vMB
0.06258710 BTC
Random Selection Loading Transactions
Max Size: 141.02/200 MB

Candidate Block

Mining Attempt 6f51b1fa0d0b391d89a597cda6cd110f85b03ec2e6b107905d3d8a507effa6c6
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root e597b63cdd5786fe8ba8d7d277a95e4f79cf8799a6452eb0f8dce4129cbf1ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.01261128 BTC
Feerates: 60.14 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (255,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
659,252 659,252 0000000000000000000296235fbd99312a976eb4091b6dee61c46fdffe729269 2,219 1.00/1.00 vMB 67
659,251 659,251 00000000000000000006be0a7a5a702222c99f20f37873ce884f4673545a8fa8 2,516 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.