Loading Tool

Explorer IconExplorer

Memory Pool

44,569 transactions
27.26 vMB
0.10017170 BTC
Random Selection Loading Transactions
Max Size: 142.88/200 MB

Candidate Block

Mining Attempt c1b9b00cb40464a81111269b79a1c152e6f9ab8b1a55f29841c223f2db180324
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 4438de91ea40ef194e212b8f048e6739e6bce9456c3646176be535d066dbcfc5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04552375 BTC
Feerates: 151.16 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (505,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,620 409,620 000000000000000005f83797c139814ac19f6df01ddb5a366ad0a8889eea9e4c 761 0.38/1.00 vMB 30
409,619 409,619 00000000000000000587b0ecde7414c40ab5402c9eab15992843ab1be7838e6d 1,257 0.97/1.00 vMB 22
409,618 409,618 000000000000000003432b6e1c817af9b973ab922d8599aa8eac6f47df83120e 880 0.49/1.00 vMB 37
409,617 409,617 000000000000000001f508415696d33d226768d5b1a432aea0d27549d953a474 1,317 0.98/1.00 vMB 21
409,616 409,616 000000000000000005094edd38c73eaf60de03d12ecbc3a712e373de33cf1c01 3,068 1.00/1.00 vMB 49
409,615 409,615 0000000000000000016f5e0e5823f8ddc0ef88b50ea6bba3ebfcdbe5d8b29c2c 2,109 1.00/1.00 vMB 31
409,614 409,614 000000000000000004c9ec72011c21b4042323ebe18a5be1b8e838ec252f260c 877 0.99/1.00 vMB 28
409,613 409,613 0000000000000000016665fbaede5dbe34c2d3ea7a2c4fa378c256a99b9b89d3 1,928 1.00/1.00 vMB 29
409,612 409,612 000000000000000000107e0482e17f4e5bc02b4a63c9829b7e8ab1826a6a4487 15 0.00/1.00 vMB 88
409,611 409,611 000000000000000002c9946baa2185e02644b9eb27d0c8de8b16f7c52869df5c 2,610 1.00/1.00 vMB 57
409,610 409,610 000000000000000001566a208b38f4babad75049e82d4a7a1b4dfefcee9dbb89 66 0.02/1.00 vMB 45
409,609 409,609 000000000000000002794c9ce82148a1acf14eb2ae3115c62d125a2da05da3c3 1,525 1.00/1.00 vMB 28
409,608 409,608 000000000000000005679dbaeef843def20850ccfc908bae5b507888fa20c783 2,018 1.00/1.00 vMB 33
409,607 409,607 0000000000000000030f55bccf0fd15e7c3f8dc8e820aca0fe5e85842e833da5 1,311 1.00/1.00 vMB 24
409,606 409,606 0000000000000000032924082c327e56f99f78530171361faefa1de1e4be4243 1,691 0.93/1.00 vMB 28
409,605 409,605 00000000000000000603f5b1284df1fc5d8586bd06aa3a12048a25ac5eaf2dd2 2,757 1.00/1.00 vMB 60
409,604 409,604 000000000000000004021b8268b09f622ae4d1ba021fac5f15b221d5a2094c9f 16 0.00/1.00 vMB 127
409,603 409,603 000000000000000003f49f9b2e5776f7ee482445b162f93acca740f79f35c9e7 1,598 1.00/1.00 vMB 37
409,602 409,602 000000000000000001da1534ab8431ef6c0a4c804fd21f55b6b3adc9a36643a8 1,324 1.00/1.00 vMB 30
409,601 409,601 0000000000000000031c9207be2a5da4841e97babf1a1ff3b43cd070bd2ae142 1,750 1.00/1.00 vMB 27
409,600 409,600 0000000000000000019c74c90f12b0e7ba203004bbc8e6ba1c49de9393f9b0df 2,166 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.