Loading Tool

Explorer IconExplorer

Memory Pool

473 transactions (0.12 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.77/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,463 000000000000000000022b910000000000000000000000000000000000000000 439 0.00314703 BTC 0.11 vMB 1.85
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,462 (774,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,944 137,944 00000000000006304e4b0c0e35b92179eb441661dbc4d309684e272797ca8148 0.03 MB 76 162
137,943 137,943 000000000000083ceb6f57be222385b65be9a50de44fa5b7907f4812842c6545 0.01 MB 33 744
137,942 137,942 00000000000008eea23e6b432c36266370788457991cc7a08650f7e46701283c 0.00 MB 11 51
137,941 137,941 000000000000005530202baf881b716b9501d8cecb95d8c6b6c456dae1fe9df4 0.02 MB 58 0
137,940 137,940 00000000000002ecc1d10ad5ef2ba014ca7d2bc6f4ededf18d901ba585c4f337 0.03 MB 55 289
137,939 137,939 00000000000000b04810f3e41ba340a4282046eee804cb75f07aaab1c0e5e2e6 0.03 MB 63 418
137,938 137,938 000000000000026cb70a1b9ac28efabb35d7135c6ef3e7ac6fe845ffea71fe51 0.03 MB 44 100
137,937 137,937 00000000000000ff1fb84f438b15e141be56f6a78e4ec9b8c2fd978e0e597e6c 0.02 MB 52 254
137,936 137,936 0000000000000592f0fd7208a7bbd7bd3d67f3d0cf45709667675c8ecbde994a 0.00 MB 11 35
137,935 137,935 00000000000000006e8f8d4ec7166ecc2404df2cfab18d74facb1050421ba171 0.01 MB 15 70
137,934 137,934 0000000000000610edc20ed43a4aa7860e658d38a900e60d3ce773bbbaaebbe3 0.00 MB 4 1,141
137,933 137,933 0000000000000445d0a06e0388bd8a7d3be928a24d7f9a339b295e3fe623c468 0.03 MB 77 163
137,932 137,932 000000000000035b4b6e3cacc624ecd6f67616f7ca0661bb919ba80aeb510b5b 0.07 MB 114 517
137,931 137,931 00000000000006fab92a25a9515f918dc8d7b54f76622f43cea02c280c08de09 0.03 MB 87 121
137,930 137,930 000000000000046d3db8791877d6c6de77592cb590887d07e0b3915792024215 0.01 MB 14 78
137,929 137,929 000000000000058ca1843dee753221916ae18300eed840fc4813e8dd13de8b5f 0.00 MB 11 178
137,928 137,928 0000000000000755e5ad5474152f72ff6d2205f3af53b664b7292f4ced1594c8 0.01 MB 16 311
137,927 137,927 00000000000005b596ff9f20b641c2f3352bc786f45466513c5024d2970c106d 0.04 MB 138 1
137,926 137,926 00000000000004e63e9aee1104a17c96af7523808456c27cd96411d50ff27b0e 0.03 MB 82 70
137,925 137,925 00000000000003fd3060c3af445114c5d4c6bdf76f7ae62e04f736d4a25a2e55 0.03 MB 22 133
137,924 137,924 000000000000046be6ee9490d5fece74c10935aca282d4cdcd22010e15f19d61 0.01 MB 19 119
Previous 10 blocks ↓
Total Size: 777.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,554.33 GB
    • Received: 137.75 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.