Loading Tool

Explorer IconExplorer

Memory Pool

85,002 transactions
31.99 vMB
0.11764881 BTC
Random Selection Loading Transactions
Max Size: 195.65/200 MB

Candidate Block

Mining Attempt 409a37888a92a35be23018bdab28a6772c5b43b5bf46ffa73cff3898f16380d4
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 17b03cb6124c9d1d4b6027d4b945fceee0e07d9589fe3bf0d2fdc4676ca3be7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03829717 BTC
Feerates: 301.05 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (227,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,927 687,927 00000000000000000002c94df880164e9fdd3428ac2f9c84646d9f67bc6a73f8 1,245 0.49/1.00 vMB 26
687,926 687,926 000000000000000000096cce45df04dac4685595a8d992273f9d4630ad930b3b 1,071 0.50/1.00 vMB 10
687,925 687,925 000000000000000000059e0c36c685a531138c5ba53cad623c4c5567596124e8 2,517 1.00/1.00 vMB 10
687,924 687,924 0000000000000000000771fb723f9d1dc4623970eb948a09c297566adc5f9451 2,357 1.00/1.00 vMB 19
687,923 687,923 00000000000000000009971517a12c0f661a23e720f90c9a00ea8838d991ec53 2,693 1.00/1.00 vMB 28
687,922 687,922 000000000000000000007a0f74de16bb319b64d2e8f0c640c025c74b0b199b0a 2,044 1.00/1.00 vMB 39
687,921 687,921 000000000000000000061316d01df447b4523e2a9a2d5408c524ad8dc8b160ba 1,168 1.00/1.00 vMB 39
687,920 687,920 0000000000000000000a671ffb6b4550b2fa09c45bd6b5719532e004b5e738bf 3,170 1.00/1.00 vMB 10
687,919 687,919 0000000000000000000dc280dce65ca8e7fb47017394912857b291bc05f482ba 2,108 1.00/1.00 vMB 12
687,918 687,918 0000000000000000000a22c618947a5f1378dab1b7cc41d0f4b74a30cc78a362 2,318 1.00/1.00 vMB 30
687,917 687,917 000000000000000000088a1393b167bdb3f2505d5a494ea300b43f2c20549cea 2,862 1.00/1.00 vMB 37
687,916 687,916 0000000000000000000e0fba0ddb1ef015fb51ffb6d438bf9631b6633cac0c84 2,737 1.00/1.00 vMB 50
687,915 687,915 0000000000000000000747449369b31ddf84cb20ab8c56aada5764c6413d1b56 2,026 1.00/1.00 vMB 23
687,914 687,914 00000000000000000004d176f08f12f682a464ad92ac5994a104cb5ed33cc9a8 1,383 1.00/1.00 vMB 31
687,913 687,913 00000000000000000001c1cf2a1f86c94c8289d44bc7b515419906d1184fe1b0 1,232 1.00/1.00 vMB 39
687,912 687,912 00000000000000000009e1483d0b100436a3c07fc43192a794e4c2385595c232 1,241 1.00/1.00 vMB 40
687,911 687,911 00000000000000000000017acef3d02e996c45018f90bdb70fd035ec3bea6376 850 0.46/1.00 vMB 19
687,910 687,910 00000000000000000007213cad4f32abc4f94f086edf2ecfa40080f129cb2bd7 723 0.27/1.00 vMB 26
687,909 687,909 00000000000000000003027e00b97aa27a4a7ccf88aafc9b601a15cfae04deca 280 0.10/1.00 vMB 27
687,908 687,908 0000000000000000000b668537c7c70ca828b87415bf4213ae8881634038c00b 1,473 0.62/1.00 vMB 24
687,907 687,907 00000000000000000000f093608223865ba4389275daf76e2c80b3a6fff65b0b 337 0.12/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.