Loading Tool

Explorer IconExplorer

Memory Pool

79,519 transactions
29.68 vMB
0.07437078 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt 439ce16d4ba715033d77d767cddab9b9ff6a10356ef130f387d4c70fbd5730d6
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6df1260a99cba33595bcd5ea89694910e493158cb360cfbed0e0d0d20368d0ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,286
Size: 1.00 vMB
Total Fees: 0.01401677 BTC
Feerates: 74.18 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (458,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,645 456,645 0000000000000000018fc9c828cd14591415a8d7422a608ccc29a728b42b6a2a 3,425 1.00/1.00 vMB 385
456,644 456,644 000000000000000000a80c073667e2d7f681ce6d3dd79ee03b34f66f96e9f8b1 2,082 1.00/1.00 vMB 258
456,643 456,643 0000000000000000002118cdde3f73be3f627989d5a7047ae8daa70c4430ae1d 2,351 1.00/1.00 vMB 282
456,642 456,642 000000000000000000bddcabe5bd6635c7a06ea31f4cca1b3cbd7abaf98771bd 1,620 1.00/1.00 vMB 185
456,641 456,641 000000000000000000b88f752aca54ea2297f3a91b77a429ede4701a745b0339 2,059 1.00/1.00 vMB 222
456,640 456,640 0000000000000000004595201ebbcac9968d4aade5d7e359adb81c970896be4f 2,612 1.00/1.00 vMB 218
456,639 456,639 00000000000000000161dc574601c38d955529b3b9ee177dcd14005b60ce77a1 2,664 1.00/1.00 vMB 254
456,638 456,638 000000000000000001e31ae006ee449dbe6174a8f9abb64aad6d81c597cf7acc 2,153 1.00/1.00 vMB 265
456,637 456,637 000000000000000001b4deef840c64e5b97abadfba6e6e64c5f8c2b5e5661aaf 3,016 1.00/1.00 vMB 320
456,636 456,636 0000000000000000002a546dc3699f7b90ac091d3887800bc689cdc40b70add6 2,716 1.00/1.00 vMB 146
456,635 456,635 0000000000000000003a39083c2cf0311f5cbafcfce3d4e8da0024b3f9a323c0 2,067 1.00/1.00 vMB 158
456,634 456,634 0000000000000000001b6b56316faae422bfa2684d450aafa806107f6d49b1b1 2,184 1.00/1.00 vMB 144
456,633 456,633 00000000000000000174b29280acb0f57a16ea30f5419958f3c14d3e752d6f91 2,471 1.00/1.00 vMB 190
456,632 456,632 000000000000000001dfd7003b6ae018a8734dce146feca3bd27b9010fe7f472 1,869 1.00/1.00 vMB 138
456,631 456,631 000000000000000000c2ec1459e4b01e6eb032176abaaec44ba7169fd208139c 3,010 1.00/1.00 vMB 272
456,630 456,630 000000000000000000f2c805606112c342699ec403614039b03282b91dbbb84f 2,263 1.00/1.00 vMB 182
456,629 456,629 0000000000000000012c2420ced4e740ce61a3e243ffda92f80d8c2fd0d2c15f 2,135 1.00/1.00 vMB 229
456,628 456,628 000000000000000001f28cd22d317696de66d4ad76a0b2e5a4fcd641bde664c9 1,484 1.00/1.00 vMB 139
456,627 456,627 00000000000000000023c8388030d22f6a1210339ecddc7ced35eeb31f87c9b8 1,458 1.00/1.00 vMB 160
456,626 456,626 0000000000000000009a829e0df1e6e0227de85845e62820cc2c0345a03f9f59 2,407 1.00/1.00 vMB 211
456,625 456,625 000000000000000001c8363b2b43b42674fab207597e3794b0d57e13c89bf9f1 1,836 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.