Loading Tool

Explorer IconExplorer

Memory Pool

45,364 transactions
27.96 vMB
0.06889493 BTC
Random Selection Loading Transactions
Max Size: 147.83/200 MB

Candidate Block

Mining Attempt 7f1e3679caa406e04b8fa45f6ab304c9ff9469cb879e312e544ae43434529e2a
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 0dbc35260164bb9e6fc741b58e3e75f813a05013d7b26744d5acfe965951ed4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.01561164 BTC
Feerates: 101.53 > 1.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (240,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,621 674,621 0000000000000000000c270f4248080ddd5a8d6f0858d18da4a5ad545ea5f40f 2,366 1.00/1.00 vMB 94
674,620 674,620 000000000000000000030e055c385318e8a9b658759a3d9b5c2874a78411c711 207 1.00/1.00 vMB 20
674,619 674,619 00000000000000000002c004ef0504c880d7d83dd9b5343000e8e3b71baa572b 1,525 1.00/1.00 vMB 61
674,618 674,618 0000000000000000000b7f55f3cfdfe0376e6d72d7e854bc7d18c103468b588e 1,454 1.00/1.00 vMB 107
674,617 674,617 00000000000000000004ac6ec4a1a54fb6a24e5829ffe3fea6def831854f85f8 2,255 1.00/1.00 vMB 76
674,616 674,616 0000000000000000000a4505e1b789f1629e132530e47131b23c01f353c76182 2,156 1.00/1.00 vMB 59
674,615 674,615 00000000000000000000a7f65a808c5813090a5889a21f92f30b2929a3b7306e 2,323 1.00/1.00 vMB 42
674,614 674,614 000000000000000000004671083701c6e609072bac3ccd30adf2bf4d6db5e5ee 2,368 1.00/1.00 vMB 65
674,613 674,613 0000000000000000000c65ec0437f4d02c3c1f82156abe7d5e0e026b31c6c8ca 1,807 1.00/1.00 vMB 38
674,612 674,612 00000000000000000008507bb9b2f4d5a13bd002a8c0c863e7927a73b8061ac6 813 1.00/1.00 vMB 17
674,611 674,611 00000000000000000006dcd3ec1837be312461e45e97e2f15b2a1a3d7fa4f294 2,230 1.00/1.00 vMB 47
674,610 674,610 0000000000000000000a7144fab1191cdf5085a34a438e5e7042d3f879295a6b 2,042 1.00/1.00 vMB 13
674,609 674,609 00000000000000000002bae9268515e77d0f770a8e59bca9b14fe31c540a23a3 2,386 1.00/1.00 vMB 32
674,608 674,608 00000000000000000009f167211454c37eca1742871a7ff8d907d3455de57e76 2,298 1.00/1.00 vMB 21
674,607 674,607 000000000000000000043d9eb9497121951a0eb639faee8b419d21674989f084 2,815 1.00/1.00 vMB 91
674,606 674,606 0000000000000000000c528eb71c556c15aaa83bc74fbfdf7bed47417a32cf6f 1,624 1.00/1.00 vMB 88
674,605 674,605 0000000000000000000be9cde9a989506dc86e6f8beb5c155ba4da3b436cea50 983 1.00/1.00 vMB 102
674,604 674,604 000000000000000000096d4536f2656a29b6eb7e53c5445e88f190e85eb4e255 2,651 1.00/1.00 vMB 65
674,603 674,603 00000000000000000002870ecbf548f9f240a2a5c7441a56a524ef0ab19c05b2 2,792 1.00/1.00 vMB 41
674,602 674,602 000000000000000000099322c6b63b7a78e443343c53c3dd51de30bacc2cd3d1 2,395 1.00/1.00 vMB 52
674,601 674,601 0000000000000000000a33bc4197e1ac60890a7b0e5578879b896007f0ba9502 2,357 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.