Loading Tool

Explorer IconExplorer

Memory Pool

43,864 transactions
26.53 vMB
0.05969912 BTC
Random Selection Loading Transactions
Max Size: 139.88/200 MB

Candidate Block

Mining Attempt f44bf2863ac6da2f9afc2b7add8eaacc5dbd0bd075ec0582b60c4147348df34f
Version 20000000
Previous Block 000000000000000000012de3dfbb8c9fe02a03d08b739b2b517f414f317d3d4f
Merkle Root bea59ad9f4e9b56a60752f652c3a25ddfba6a1e6872f8c825f334eb701a5f5ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,955
Size: 1.00 vMB
Total Fees: 0.01109521 BTC
Feerates: 100.00 > 1.11 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,725 (529,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,768 384,768 000000000000000010844e73788b1a8fc97d1837552e31c9713fd04f2689b004 257 0.13/1.00 vMB 25
384,767 384,767 00000000000000000c6c0fd7e0b2be85be5e8a1a1fbd4d1dc3c977ee3b6ed8a0 866 0.39/1.00 vMB 29
384,766 384,766 000000000000000010555f957f085bff33a254fa587aecdfbd075d8a849249fe 407 0.24/1.00 vMB 23
384,765 384,765 00000000000000000bc215f3aa73038423d276b421b8e6d9b2e4d661c0899dfc 914 0.75/1.00 vMB 21
384,764 384,764 000000000000000004a7169eb3054c889709f2e841ee14a4ffe045d9d1dcce63 541 0.25/1.00 vMB 30
384,763 384,763 0000000000000000021b4f029698a3dc0c7d62db9f3a47bf86617b0b0d29f815 1,289 0.63/1.00 vMB 29
384,762 384,762 00000000000000000536273eced4ae47d1df57991463a1e2fd84cdc2195827b8 1,037 0.46/1.00 vMB 33
384,761 384,761 00000000000000000de34d6b1b64aab3aa8e4855d238e5780042df865781fe9a 1,552 0.81/1.00 vMB 28
384,760 384,760 00000000000000000452bd845a58f6bb56c4fa9b86f72b424927b5e60ded4345 1,452 0.74/1.00 vMB 33
384,759 384,759 00000000000000000751c60889d7969be6e3be66eb83ce4b8124a306fd06e55d 594 0.22/1.00 vMB 42
384,758 384,758 000000000000000005483df1e68d2e8be0a32b9115b7ae06ed78b22e46efb272 1,240 0.69/1.00 vMB 25
384,757 384,757 00000000000000000fb2ea170cd99ca8a53021afb52995bcf920fee96d66871f 1,941 0.68/1.00 vMB 47
384,756 384,756 00000000000000000c1fcdad528196a98cc58493d3076f9bfb679579bb9a8e48 1,717 0.80/1.00 vMB 34
384,755 384,755 000000000000000008628033d5b0767d5df818e50ad081525d2d578fad1f6f11 1,322 0.62/1.00 vMB 36
384,754 384,754 000000000000000001b9ecc56a014a2230e9cad6edf93d5b4aee1e42a964debc 90 0.08/1.00 vMB 12
384,753 384,753 0000000000000000015b6a9c2e306eec91e53915718a5ebdc31fb1b50abca1fd 905 0.38/1.00 vMB 36
384,752 384,752 000000000000000006f0095fe514cc8dbbff78fc181369619aac46d8ba8c4846 398 0.20/1.00 vMB 34
384,751 384,751 00000000000000000be550649ce2e1aeb99b2b6c6bc4603c6c3f291cbdf29cb4 1,712 0.87/1.00 vMB 32
384,750 384,750 00000000000000000390c7c428094c79d387dfc17e0ad67eff708cad73a21131 1 0.00/1.00 vMB 0
384,749 384,749 00000000000000000b4e1a21010f65224ad8725390fe9fa157839a6836a9af73 507 0.25/1.00 vMB 31
384,748 384,748 000000000000000007ff70fefe334633c0a7c77fad3a7c0637e6c96f3f45f47b 1,184 0.55/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.91 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: 645.72 GB
    • Received: 12.76 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.