Loading Tool

Explorer IconExplorer

Memory Pool

88,809 transactions
32.50 vMB
0.18070287 BTC
Random Selection Loading Transactions
Max Size: 196.53/200 MB

Candidate Block

Mining Attempt 0344d40b029fb7812f3194c7b20dc9a38e157957963829a329c3f3154a7d1c0e
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 102a2efb13532bb9a2a3fb4de085691856cfba8aa286299055c24719547d34a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.08807408 BTC
Feerates: 216.64 > 8.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (178,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,226 736,226 000000000000000000006e1f8acd1d81d38673b0d2721719f84ed8080a314bae 1,954 1.00/1.00 vMB 23
736,225 736,225 00000000000000000002243800113592b34875d3f123eaed8b8929bc95997817 1,084 1.00/1.00 vMB 14
736,224 736,224 00000000000000000001b425f2dc56740c92c7ec883d9263b52e3c298cece3d2 2,477 1.00/1.00 vMB 21
736,223 736,223 00000000000000000001f91ef5462a11852d239721bf63f453024e1ca6117953 2,651 1.00/1.00 vMB 21
736,222 736,222 00000000000000000000a140a8357f92507aef3eb44bb4c468b97cfaf4b447d7 2,749 1.00/1.00 vMB 34
736,221 736,221 00000000000000000000e9fd4d729d55b6feab0c351996fb21029d0c4537b3a7 1,174 1.00/1.00 vMB 16
736,220 736,220 00000000000000000008bf8fb69885e01797f90f5c3e34d8504bc091c0c7e1d2 2,491 1.00/1.00 vMB 19
736,219 736,219 00000000000000000007a1e589d826bedd6eec6f6b6734b5d0fffc57f730e812 1,795 1.00/1.00 vMB 12
736,218 736,218 000000000000000000060cdb670393e7dda3183e0cce4475329a4eadcf9ca7ad 1,312 1.00/1.00 vMB 24
736,217 736,217 00000000000000000008539aa91d743044be3f032ceb0e86f9137f8976fb8db4 2,952 1.00/1.00 vMB 23
736,216 736,216 000000000000000000055dd9553bcd437c703867cbe2bb49794229a51405985b 3,201 1.00/1.00 vMB 31
736,215 736,215 0000000000000000000842fcaac3f5961289cce3cf57a06be307e7310598c9cb 1,270 1.00/1.00 vMB 16
736,214 736,214 00000000000000000008a29c3052a92e6be92c62b484cbc25b5cc3c4b4a59776 484 1.00/1.00 vMB 14
736,213 736,213 00000000000000000006b39a06f12c5b61c672e6e9b273f1510478ba7e1a09e0 1,242 1.00/1.00 vMB 17
736,212 736,212 000000000000000000003c4e1ba0729bdaeaadd750b4d9d26979af20653a26c1 2,127 1.00/1.00 vMB 24
736,211 736,211 000000000000000000075056d730aafb8b54ebd5aa0a9d02626eb081e58b9d43 1,074 1.00/1.00 vMB 16
736,210 736,210 00000000000000000001ffe6134fd4f7285459cd35df4b694f43870c0ee01f8d 1,834 1.00/1.00 vMB 24
736,209 736,209 0000000000000000000599da608318aaee865751a92b5233ce5cf62adf5aed74 1,926 1.00/1.00 vMB 15
736,208 736,208 000000000000000000033cd3f75f63f9784c50b093bcce31481671f5a7e981b1 2,690 1.00/1.00 vMB 36
736,207 736,207 00000000000000000002cde46e0a66b12743b731675c2138b897e7cafbd2dda0 1,784 1.00/1.00 vMB 18
736,206 736,206 00000000000000000005937bb7a26e6357924b1ceb85633a5573eceefc64345c 161 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.