Loading Tool

Explorer IconExplorer

Memory Pool

24,292 transactions
11.71 vMB
0.02980868 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.55/200 MB

Candidate Block

Mining Attempt 29df9b83e6297c57297b6c0bb2b9df35a13049ad891674af79da7678d989c692
Version 20000000
Previous Block 00000000000000000001b4e0c3e4d0289f01b1b913463163383a26e4b927bb95
Merkle Root fc10c4da8b1a72333fde935e534a09715f74a37632fea45fb21900017c26c56e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,355
Size: 0.9978955 1.00 vMB
Total Fees: 0.01038314 BTC
Feerates: 203.60 > 1.04 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,775 (756,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,746 157,746 0000000000000e3c34f7d8bcc08c9023ac998109cd2c04ceba50fdde9765ce7e 24 0.01/1.00 vMB 172
157,745 157,745 00000000000004563e7ef20534cd2a0e302c766c9aa895835a2f25914f9284de 113 0.04/1.00 vMB 54
157,744 157,744 0000000000000b1c420b4fa88ff3fa2efe981cfb5b5a4f1b06b57bbc8ba328bf 125 0.05/1.00 vMB 29
157,743 157,743 00000000000009d075f608bcce64383fa86156d73d1d4c1b5e6ca0355c33b5db 32 0.01/1.00 vMB 478
157,742 157,742 0000000000000dcedbb1592ea4d1fe10e03160e5344c68cf97b03ac5219a7a94 33 0.01/1.00 vMB 50
157,741 157,741 0000000000000cdbd774a4144c4519cc50b798ed4548dfc859f78d9409988b78 31 0.01/1.00 vMB 148
157,740 157,740 0000000000000957a81d64857ee67be1b589a225fcd3bd286115fd852b8a4ae1 2 0.01/1.00 vMB 0
157,739 157,739 0000000000000168943e095b1d73468ed03f48b6727e8a67655bc3e7c15965cf 13 0.00/1.00 vMB 0
157,738 157,738 000000000000096f2ae0bbb0ee674f973ed5406cea2622e7723d81ef5c4ca8de 12 0.00/1.00 vMB 361
157,737 157,737 000000000000094b5f1b205fb96387eb6329e29b5910955d423ec864f64436d1 119 0.05/1.00 vMB 38
157,736 157,736 000000000000077353b76ec1b1ba752ad12b062cd70eb82c46681c4b01fc8192 104 0.03/1.00 vMB 69
157,735 157,735 0000000000000200b19a094b63d647f595bfc3979c166609f9ec66928f9a93d7 31 0.02/1.00 vMB 95
157,734 157,734 000000000000090b1883370b1ca2c55637a81aaef6733eece0d17ae8c3d0e553 15 0.00/1.00 vMB 11
157,733 157,733 0000000000000aca70f95f501adeb99913dee1f9b947280a7e89411bf3231b28 17 0.00/1.00 vMB 10
157,732 157,732 0000000000000dd4eb93ff090498761214705fdff68a124522ea4e4372ff3294 2 0.00/1.00 vMB 0
157,731 157,731 0000000000000907c14f8d4bc4d23009bbbe3b57e4d3a1710609acae3ca0b50a 24 0.01/1.00 vMB 273
157,730 157,730 000000000000060a1fd3220d701afa3730a63e82d1c8d74073d81daec25b7674 24 0.01/1.00 vMB 99
157,729 157,729 0000000000000838baf74df1e2ebd71b76936614c1d7c1cc238442730ce33534 52 0.02/1.00 vMB 41
157,728 157,728 0000000000000e863876693e2c712bfef00ecfc0f161274d4b7ec0a17c00a266 57 0.04/1.00 vMB 83
157,727 157,727 0000000000000a18be3e33cdfcf82179c1d42cfed6675c0838c74d4ddad5e378 29 0.01/1.00 vMB 102
157,726 157,726 0000000000000872ef31f3114d08a9f94b24133f5f290dc9dc19bbd443395b53 37 0.02/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 507.70 GB
    • Received: 4.15 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.