Loading Tool

Explorer IconExplorer

Memory Pool

27,724 transactions
27.23 vMB
0.06826396 BTC
Random Selection Loading Transactions
Max Size: 131.22/200 MB

Candidate Block

Mining Attempt 57d1c7f4ab894822d34333712782a451a2d334320f84bf1c2204ba7a59803bbd
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 7d00cbd9418ed09fdd55fd87db967999f2462de840b4104065a6afd783267cac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,962
Size: 1.00 vMB
Total Fees: 0.01671431 BTC
Feerates: 79.73 > 1.67 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (527,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,038 387,038 000000000000000001be5a5e0c217125cc981033f198121c98e86c2770d738ef 173 0.08/1.00 vMB 27
387,037 387,037 00000000000000000a1bad56f190c5dc5053ae725da2a4584738bbb969d5c590 803 0.48/1.00 vMB 39
387,036 387,036 000000000000000006b4eef806aedc6f2b5b4b99c5f8b32f0b5cd178131e205d 937 0.56/1.00 vMB 29
387,035 387,035 000000000000000004f5f18e7e407e6b3743380d630e3c3df1cc9f93b2bcf5da 1,235 0.75/1.00 vMB 28
387,034 387,034 000000000000000005acfe7a6e29d2d2b03daa2d5602ea68a05a4ca72a710113 617 0.26/1.00 vMB 41
387,033 387,033 00000000000000000957c9ada37a3699139a06e2c23f5b990b109fdf5f685b1d 208 0.15/1.00 vMB 13
387,032 387,032 0000000000000000052ef7bf48724aff9391beda5eb00c9126f30055d132bc90 429 0.71/1.00 vMB 14
387,031 387,031 000000000000000006bfbdfbf946ed364b81c132c655e4cd4b8cec7c9dfefcdc 888 1.00/1.00 vMB 21
387,030 387,030 00000000000000000138e6182f5624a88f927823a7bc4efdd4c959bb49dd1722 1,044 1.00/1.00 vMB 21
387,029 387,029 000000000000000004cc35c8dac5d0eff1043087ce072d18ebc656272fe8f766 2,378 1.00/1.00 vMB 45
387,028 387,028 0000000000000000083ea42624e8923a2c4205503f369a69e720a98f7b82891c 1,668 0.75/1.00 vMB 39
387,027 387,027 00000000000000000a4e1eca05d397cd1e12e2a1b2df0bf7fb97228ce512c29b 1,357 0.75/1.00 vMB 32
387,026 387,026 00000000000000000edd61b49a35a9ceac8c49f368564d7f2165674daa8bde26 656 0.75/1.00 vMB 20
387,025 387,025 00000000000000000445749b4f0d608a09a994bd8e89ea1cc4d1877a65ab756b 1,794 1.00/1.00 vMB 33
387,024 387,024 00000000000000000adeaaaf4d4e0c092af073c6378e35cd8b0d7001582106c9 1,929 0.93/1.00 vMB 34
387,023 387,023 000000000000000008177375c11ccbb7904eb1ce3cfda31af8d9791ff903f1e3 2,098 0.99/1.00 vMB 36
387,022 387,022 0000000000000000055e60c5b0640baa61d4b4cb51d9ae87b4fae994e49d671e 2,248 0.75/1.00 vMB 62
387,021 387,021 0000000000000000066983ebef332485ac5503b76a1480496ca7031aa2873dc5 1,072 0.92/1.00 vMB 21
387,020 387,020 0000000000000000036d7e1bfb4060624a2043b75ad7feb46db7c185e242565c 396 0.80/1.00 vMB 11
387,019 387,019 000000000000000000722cc03eec48c5babb8bb5c8c0b65cbe9038e9a470616b 1,206 0.39/1.00 vMB 50
387,018 387,018 0000000000000000040c9965322b3623a7683594a1b7efc45563060e510f1840 855 0.92/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.49 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: 611.95 GB
    • Received: 10.93 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.