Loading Tool

Explorer IconExplorer

Memory Pool

79,078 transactions
29.58 vMB
0.07142266 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 2356204222a763504e8931581f7e07c97eac4c80ca236f80ce99eaebbb9427a7
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 2689c75e278fdd9a066f0fc6dfcb461ce074a566078bc7c03a15a4211bdaec16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.01126581 BTC
Feerates: 60.27 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (355,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,026 559,026 00000000000000000029769da95d4479c139a9e986f05ab75fa9cda8e8632f2f 2,790 1.00/1.00 vMB 9
559,025 559,025 00000000000000000006ffb9b84c5f4d46d39e7edd4befb45290a41ea25abc0e 2,401 1.00/1.00 vMB 22
559,024 559,024 0000000000000000002f2a33c8e141940517ebd119aaf1ab77515d3bfb85fab1 863 1.00/1.00 vMB 7
559,023 559,023 0000000000000000001385472a5c65d6277244ee02abdaf5015260900aab59e0 2,639 1.00/1.00 vMB 19
559,022 559,022 00000000000000000018609f68e06d63f0a316e1e6c9bebdd8df0e46475da25f 2,351 1.00/1.00 vMB 4
559,021 559,021 0000000000000000002498e04b7b862cb1c28fc7d4fb49fe9d6b1e7b24571758 2,647 1.00/1.00 vMB 17
559,020 559,020 0000000000000000001f2cd33eadcb3d142665cbbb80cf8b2646cdb84b1d72c9 1,784 1.00/1.00 vMB 15
559,019 559,019 000000000000000000054ae9b334586cb3c3fba1ea431576063f71df8bda791a 2,420 1.00/1.00 vMB 13
559,018 559,018 0000000000000000001efeafc2492d9d4a453ad5eef9eeda08f9c2b7ae045a36 2,733 1.00/1.00 vMB 12
559,017 559,017 0000000000000000001755c34fcdd000f7a55e7427dbe7ed34b9aecba0c8c797 2,910 1.00/1.00 vMB 25
559,016 559,016 00000000000000000022768c7970e04769c5008462e3c50c6ff512519af3aa2b 2,651 1.00/1.00 vMB 9
559,015 559,015 0000000000000000002c3875c829b05918e377a4086e57f5cdd0c1ffb5925ef7 2,376 1.00/1.00 vMB 11
559,014 559,014 00000000000000000000452bf3857c049a1ec675489b349fd4adcff75e54b2a0 2,970 1.00/1.00 vMB 26
559,013 559,013 0000000000000000002a2ab04ca818bf066c8135449f3c7f3fbfbcaa6af51ff3 2,946 1.00/1.00 vMB 33
559,012 559,012 00000000000000000004f6a2512b9da70257f400d7b8d67157ae1ac9a4b9184f 1,852 1.00/1.00 vMB 8
559,011 559,011 00000000000000000001161aacdbff61534168ca9e212eda70ae88dc22bf8ee5 2,794 1.00/1.00 vMB 24
559,010 559,010 000000000000000000010d6e5185ea9b08e22f7a7d41ad8f592dd79a36384b0c 2,814 1.00/1.00 vMB 19
559,009 559,009 000000000000000000093620d3991a8ab83905df177ba576064bb7dc0f281f6b 2,318 1.00/1.00 vMB 15
559,008 559,008 0000000000000000002916cf18593988721f763cee3a4eb976a15da7fcd99725 2,987 1.00/1.00 vMB 36
559,007 559,007 0000000000000000000c9f10fbbe95f58d09cc32353ebdb2a85f86fdc08acaca 2,326 1.00/1.00 vMB 12
559,006 559,006 000000000000000000045f750215d2fac3069ef7be92a167cb30779ccde94bbe 2,414 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.