Loading Tool

Explorer IconExplorer

Memory Pool

75,079 transactions
28.93 vMB
0.07878282 BTC
Random Selection Loading Transactions
Max Size: 171.15/200 MB

Candidate Block

Mining Attempt c5ebb1e7e95233d9d5965b4ae1408de36a05059bb31cf32b2c043ddca47d2b72
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 5d43d543485a3ce53cc8ba6ea2cc6f11f6d40f2e1554eede4b3aeebf4f6d0772
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.01856562 BTC
Feerates: 100.29 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (355,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,046 559,046 0000000000000000001051d0017518f9fb7a7d201751a34fa91621ed32c0d88f 2,673 1.00/1.00 vMB 24
559,045 559,045 00000000000000000017a5124a1b3f47350fd028f7e82e6460b48814ff5f6e41 3,294 1.00/1.00 vMB 16
559,044 559,044 0000000000000000000a360470e6284bdf60a353da304887e32640f2c8943d25 3,029 1.00/1.00 vMB 21
559,043 559,043 000000000000000000170a4270c9083293dbf63ee37108136c4c297b9aaa3272 2,580 1.00/1.00 vMB 46
559,042 559,042 000000000000000000068c4d7e9f70fc4b1fbf876e74849d9b744dad60a32fb9 2,856 1.00/1.00 vMB 5
559,041 559,041 00000000000000000005117cb59db964686ac84028c176beb99045f7bffb935b 2,830 1.00/1.00 vMB 15
559,040 559,040 00000000000000000008acc9b88a0f9013b88db430f4e421d6838bd9f3edcb3d 2,959 1.00/1.00 vMB 22
559,039 559,039 00000000000000000014c59e008aac02dda964ea967c3990003d57cfdc4cdd70 2,680 1.00/1.00 vMB 21
559,038 559,038 0000000000000000001a3aec79f101bc27067c7d25aa3234ac1512f747a041fd 2,655 1.00/1.00 vMB 49
559,037 559,037 0000000000000000002232f17d465ec1b61cb08eb86ff451e3f4dcea3a0cbfea 1,524 1.00/1.00 vMB 4
559,036 559,036 00000000000000000019400f4aadbbd3a3b7ef1ae73f8b6944d54d1626b26436 1,409 1.00/1.00 vMB 12
559,035 559,035 000000000000000000149dc3d2897fa51bdf7fb35a48cfa8deaf436c42633a2d 1,055 1.00/1.00 vMB 8
559,034 559,034 00000000000000000016933e0b67d41847431fbd07a034308737da4e935b9036 1,785 1.00/1.00 vMB 16
559,033 559,033 00000000000000000008c76a28e115319fb747eb29a7e0794526d0fe47608379 1,653 1.00/1.00 vMB 16
559,032 559,032 00000000000000000002256ccae63e48bd35a8efd344c449f356e3a242d77bfd 1,802 1.00/1.00 vMB 31
559,031 559,031 0000000000000000000770b097186d0dd0fb8d2aff3830532d6c44296c023109 691 1.00/1.00 vMB 73
559,030 559,030 00000000000000000006b056b217ca4a2165b9f9916fce5509dff48ef4885c3a 1,779 0.61/1.00 vMB 12
559,029 559,029 0000000000000000000fd3d73519a2f1e63289647aa013d332a88a59b6382bd9 1,689 1.00/1.00 vMB 7
559,028 559,028 0000000000000000000ed0c86132dc3e844ad318ca153c65bf3cf1b053419f32 2,214 1.00/1.00 vMB 7
559,027 559,027 0000000000000000001c3219f5c9c99bac15d9bdc544372baa988a4378a901dc 2,328 1.00/1.00 vMB 7
559,026 559,026 00000000000000000029769da95d4479c139a9e986f05ab75fa9cda8e8632f2f 2,790 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.