Loading Tool

Explorer IconExplorer

Memory Pool

43,458 transactions
28.02 vMB
0.08093993 BTC
Random Selection Loading Transactions
Max Size: 145.34/200 MB

Candidate Block

Mining Attempt 456ea7ea65a51226312a4c02c1cd76bc3dcd1dbcfa5f57eda421a613a4ace432
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root a5363b343f06d0095feb14697cd9e1ed90b99542f6af7be54d630cca00689ed6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.02238825 BTC
Feerates: 160.85 > 2.24 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (75,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,826 838,826 0000000000000000000213f6f8e67aa86b9ba4d8459126bfc06b740ecbb43faf 2,658 1.00/1.00 vMB 90
838,825 838,825 000000000000000000002851c7f2e45f20c104a7e3e6416a416dca81d87b6bd7 3,541 1.00/1.00 vMB 84
838,824 838,824 000000000000000000013b865180139731f41db91d1f07077393e0f52cb9b255 3,316 1.00/1.00 vMB 97
838,823 838,823 0000000000000000000284db774c0b3de3a8faddc4c2da7d671779f72060f121 3,469 1.00/1.00 vMB 118
838,822 838,822 0000000000000000000098e1562eb3c921085973fd746e6ce1ea6044b46126c2 2,876 1.00/1.00 vMB 109
838,821 838,821 00000000000000000001d22403ce6c5f0f3bd88863b392ea031d4438e61da458 2,872 1.00/1.00 vMB 115
838,820 838,820 0000000000000000000337ea9c888bbee52be5d9d722b6310d2afe486ba2df20 3,189 1.00/1.00 vMB 143
838,819 838,819 000000000000000000004a4649fbabb34d8e93509fc7a9eabb2e05559b4b409b 3,426 1.00/1.00 vMB 109
838,818 838,818 00000000000000000002e2d08bb8c6e7cfed124097236074684bfbb3f39a7874 3,522 1.00/1.00 vMB 108
838,817 838,817 00000000000000000001c98b76f39deeb5cb6ac057e03eb676f2b3e8fb880a2f 4,236 1.00/1.00 vMB 116
838,816 838,816 00000000000000000001c248e6aa6e69d8a8e2b27edea9f21738f59d06d96324 3,728 1.00/1.00 vMB 124
838,815 838,815 0000000000000000000022c250f007d5142f297a4640e2f89a6137daf470eb20 4,102 1.00/1.00 vMB 162
838,814 838,814 000000000000000000027332caee69ae79d9e7bf450216820c87a0cb7c09e4f8 4,299 1.00/1.00 vMB 117
838,813 838,813 000000000000000000020746575dad60abdfb895926fff1a8286ead14d036ac2 4,411 1.00/1.00 vMB 135
838,812 838,812 0000000000000000000048039f24951ba503fd6c22451e9cf91ce0b27632c14f 3,293 1.00/1.00 vMB 131
838,811 838,811 00000000000000000002e23163fe9a77cb9a830ad1a0ef395354aaddf510787b 4,163 1.00/1.00 vMB 154
838,810 838,810 00000000000000000000affbc630b52cb50fec02e58e9fd5cc49a8d1f430ce9e 4,147 1.00/1.00 vMB 165
838,809 838,809 0000000000000000000173daf22f438ab73d47091801eec213f3a5471cf4ab78 4,180 1.00/1.00 vMB 207
838,808 838,808 000000000000000000011f04943b516e6f98776737ea32c4e3b4d24aa4a18b21 4,987 1.00/1.00 vMB 156
838,807 838,807 000000000000000000012927b3d97372e1c7b7ebc3d08145dc4e32d453b77b3c 4,471 1.00/1.00 vMB 153
838,806 838,806 00000000000000000000302cac07900cce7ca6166ac99801e7bd144133c0f4e3 3,724 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 781.79 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: 634.02 GB
    • Received: 12.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.