Loading Tool

Explorer IconExplorer

Memory Pool

80,263 transactions
29.64 vMB
0.06804807 BTC
Random Selection Loading Transactions
Max Size: 178.89/200 MB

Candidate Block

Mining Attempt 69e8dd475bc87310e5e2f842f82cd2a90216305551d697c3654f6f9aa1a16e5d
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 30268a00fe1ef4f10609507d90719b3f5a7b068d9cdcfa8698063c6053417ab6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,269
Size: 1.00 vMB
Total Fees: 0.00778266 BTC
Feerates: 73.20 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (501,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,877 413,877 000000000000000000b58fe4a87d2ef0b92a13b61ccbda3fed7eaf195a3b7fd5 669 0.34/1.00 vMB 53
413,876 413,876 00000000000000000500e3e0c8fa98e9e3be723b8d3a11b6ed0f366446045a9a 1,863 0.97/1.00 vMB 46
413,875 413,875 0000000000000000019df9b89bf41ce706b24dc26c7b73614a2c08f9fcd40a0d 1,282 0.71/1.00 vMB 43
413,874 413,874 000000000000000001e49c9da39ec0298b1c4590275bbb23b65fb9d324971ff7 1,296 1.00/1.00 vMB 33
413,873 413,873 000000000000000002ff9cbd36cf1c9a8b60349abc8486632030539c32e26402 711 0.33/1.00 vMB 78
413,872 413,872 000000000000000003e141ddc3ecc6b2d9119df23fdf0b53915cdb504c5878c3 1,499 0.92/1.00 vMB 37
413,871 413,871 00000000000000000283142b590caf17566264290177c61a6db10b3d26f9d18d 675 0.40/1.00 vMB 42
413,870 413,870 000000000000000001a2e6679f372c8560f3230b31f94361c1876241c614180b 1,234 0.61/1.00 vMB 50
413,869 413,869 00000000000000000333fc26cebd39b60e99977fd065b7a6dff28ce4cef3088e 2,095 1.00/1.00 vMB 42
413,868 413,868 000000000000000003271f7e5f169514a5ea6416c078d4dd1d9161ea7d586d50 1,945 1.00/1.00 vMB 56
413,867 413,867 000000000000000002af12656ae944560208a3f3c40a484dadfe2de17a1222a6 875 0.48/1.00 vMB 48
413,866 413,866 000000000000000002bd231cff371e5985a5bd21efc31ba6c3a1542ec3842c3e 1,272 0.96/1.00 vMB 33
413,865 413,865 000000000000000004616e7e5a2d5864ea245236cc72a9528cef990888643821 2,436 1.00/1.00 vMB 58
413,864 413,864 000000000000000003120d4651a9c70a006db3b354089343045e1a0d66321ec4 1,074 0.51/1.00 vMB 50
413,863 413,863 0000000000000000028f42c4882e83264cdbb5b08ac74509beea0e3ed5d0c2be 956 0.76/1.00 vMB 36
413,862 413,862 000000000000000001ddcd88b8d2477d8c7bd2640b9505344dd8fcf7e9164171 2,297 1.00/1.00 vMB 57
413,861 413,861 000000000000000001b3a03deb3e0c3799e46d82c06821f30b09c1920ed4ff0a 1,138 0.79/1.00 vMB 44
413,860 413,860 0000000000000000032e5205452fedf40bfa78015115dbcd444b734d86452312 1,495 1.00/1.00 vMB 35
413,859 413,859 0000000000000000001e182edebf4433d2f25367c1511809fee2c5f99a044793 1,575 1.00/1.00 vMB 48
413,858 413,858 000000000000000000387f15dd0d2dac97af4d17b2995a9864ea8a5571cc5a68 404 0.22/1.00 vMB 42
413,857 413,857 000000000000000002aacc01e5369eb5fb12dad085da8473af133d0b6b731b6c 85 0.08/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.