Loading Tool

Explorer IconExplorer

Memory Pool

44,863 transactions
28.58 vMB
0.12145455 BTC
Random Selection Loading Transactions
Max Size: 151.14/200 MB

Candidate Block

Mining Attempt 900ee17bd1eb9f1cb5d6e034578f01121dee09087ff970f15cb403066bbc60ee
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 8443fc129b00c7da7ac33e41187e42ec9143837d9f016b2604cb4aa39981faf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,427
Size: 1.00 vMB
Total Fees: 0.06715366 BTC
Feerates: 101.65 > 6.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (411,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,192 503,192 000000000000000000693641bdd04a649d40947755943c6ce754c9627c161999 3,580 1.00/1.00 vMB 511
503,191 503,191 0000000000000000000c3fc6c5d8cd496a4b1b75be9c38978c199de3220da23e 2,250 1.00/1.00 vMB 495
503,190 503,190 000000000000000000799db698c0bf54062114fec001a3878acf09899f8f32ba 2,807 1.00/1.00 vMB 530
503,189 503,189 0000000000000000000f2a459041fdf251494f8a2ebe71d44e4f64347a86cbef 2,392 1.00/1.00 vMB 478
503,188 503,188 000000000000000000159c4c466e5a62462edbf1e0dc838b609cba72e1dd9383 2,416 1.00/1.00 vMB 500
503,187 503,187 0000000000000000002bdbfe2ad9e698784fe10a1dd5abf857edcd0ec738ced1 2,800 1.00/1.00 vMB 490
503,186 503,186 000000000000000000451d8de0547997a8660c00c9219a28f04a5b079ae654fd 2,145 1.00/1.00 vMB 587
503,185 503,185 0000000000000000005744416542ced43f857c3254c09aafdee60d369fafcd96 1,176 0.91/1.00 vMB 458
503,184 503,184 0000000000000000008605b9f844adf5f2c335e7d800ccab17ef4e92ff3569eb 2,240 1.00/1.00 vMB 484
503,183 503,183 000000000000000000234356d1345aedf70e91df7fcec5f0dfe19863da6b9180 1,737 1.00/1.00 vMB 496
503,182 503,182 00000000000000000090bae5e9a4688fa75d91d94ae29144f6abb5655ab06cdf 3,063 1.00/1.00 vMB 467
503,181 503,181 00000000000000000056052111d637fb383d3dc9d9f6005d89d0d645d900fe59 2,351 1.00/1.00 vMB 607
503,180 503,180 0000000000000000006b565fa270a1e617b361e25b54e9940a9d8032dcb807a8 1,598 1.00/1.00 vMB 366
503,179 503,179 00000000000000000064a11b76785279cd9e6ae4a94952f29ade139df59241be 1,914 1.00/1.00 vMB 441
503,178 503,178 0000000000000000001771c83439aeffe11ac32fb2d965574b9f1c4500313d82 2,102 1.00/1.00 vMB 415
503,177 503,177 0000000000000000007dda1a3d47fe753b5d5f043833e5b7eb39431f014c388a 2,218 1.00/1.00 vMB 505
503,176 503,176 0000000000000000006c3ae704b40fd3b99f7901abcf9aca2c429e4bcfbd6344 2,857 1.00/1.00 vMB 470
503,175 503,175 0000000000000000004479d12b83a77d4f1c57aeb0c5c41a075499eacf0e80d5 2,095 1.00/1.00 vMB 610
503,174 503,174 00000000000000000029473004812752d7598046ca80aa591450512d13e6c868 1,439 1.00/1.00 vMB 369
503,173 503,173 00000000000000000063cdf54d6b485cfc1fbe655b62cb02d3a843f3a208a9f8 1,464 0.99/1.00 vMB 449
503,172 503,172 00000000000000000031fef396d9afbc586f3948e2704b902ce1b60eff8f621d 1,821 0.94/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.