Loading Tool

Explorer IconExplorer

Memory Pool

36,592 transactions
25.91 vMB
0.08666069 BTC
Random Selection Loading Transactions
Max Size: 132.70/200 MB

Candidate Block

Mining Attempt 2b614ba180aa320e43a7e8e929444050d03a3707b398952785e67412811d0425
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root ab1562f5b720c9c0ada99c18bacbb4989e95bf27017401fe41267c9e00e500c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,785
Size: 1.00 vMB
Total Fees: 0.03912718 BTC
Feerates: 171.09 > 3.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (502,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,141 412,141 0000000000000000046cbcbaa82c264010cf0ae0beedc08a8b17f8ea2356f220 1,653 0.84/1.00 vMB 47
412,140 412,140 000000000000000003372b55a7cb7a4e4fc58bbefb9adcba373106cff71aec6c 1,184 0.67/1.00 vMB 47
412,139 412,139 0000000000000000020a5972f0de56a8000f2b90b12f0ad7f503859e08c6a9ca 1,001 0.61/1.00 vMB 40
412,138 412,138 000000000000000005317c024bf0d3751638e5cac75b9f010e9d8ed8b1bbdf61 1,679 1.00/1.00 vMB 40
412,137 412,137 0000000000000000038e47b990a6d863aad7e03ddee51761344b58483b5975b4 1,624 1.00/1.00 vMB 44
412,136 412,136 0000000000000000015733699895342da2e5520321846185b349e40e3fb17685 2,075 1.00/1.00 vMB 74
412,135 412,135 000000000000000002b98c65a6770ccd0d7e7a28dcf41139ced74aea499c494e 878 1.00/1.00 vMB 24
412,134 412,134 00000000000000000304fc9bc0f6f6c2715828adc1ad17bac4a6d93767359064 2,102 1.00/1.00 vMB 60
412,133 412,133 00000000000000000485f7cc504064d339c35ea2ca446367a9530050369003ab 1,108 1.00/1.00 vMB 32
412,132 412,132 000000000000000003fd6bd7420b5802850229c47f7913c6ad8a18ca72cfb712 1,671 1.00/1.00 vMB 40
412,131 412,131 0000000000000000027b55050cf9d59b6550a537f52598f83cd969f302ad864b 1,856 1.00/1.00 vMB 39
412,130 412,130 000000000000000001868f1f0fa42a5667d9f5d29a681245065f8e5ca5df6be3 1,899 1.00/1.00 vMB 39
412,129 412,129 00000000000000000289ff47eb87ada9a906c7854faad4f2cd23fb8dd44f7150 1,975 1.00/1.00 vMB 33
412,128 412,128 0000000000000000015fbc4684e4ed15ff0ec1151b2178b12aa936b0640691ef 1,874 1.00/1.00 vMB 59
412,127 412,127 000000000000000000499dc3d4415b71a006d025a4580ffacad2b2917c600f35 2,269 1.00/1.00 vMB 52
412,126 412,126 000000000000000004ce20f7cfc546ab693bd3d14c826aea467988c3bd09be3a 2,870 1.00/1.00 vMB 85
412,125 412,125 0000000000000000040e273a0f95254a169f8c5113968f2a5f9d218b3956bba9 2,871 0.99/1.00 vMB 85
412,124 412,124 00000000000000000300c9f0ddb89ea5afd31f2a51c4fa13efe0b92779b5013a 2,296 1.00/1.00 vMB 62
412,123 412,123 0000000000000000021da893560fbc8a65a07c81e13abd12c1f23937f1e85597 1,481 0.93/1.00 vMB 27
412,122 412,122 000000000000000000ab9ccffd131378dcd9a196f4c14f5360c938e860d0e023 1,824 1.00/1.00 vMB 45
412,121 412,121 0000000000000000035ac225a44075e3f03415cd8f6262b24451ebf09b8bdbff 2,541 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 635.74 GB
    • Received: 12.33 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.