Loading Tool

Explorer IconExplorer

Memory Pool

35,356 transactions
27.58 vMB
0.05960574 BTC
Random Selection Loading Transactions
Max Size: 138.55/200 MB

Candidate Block

Mining Attempt ce40ff09fe48a34f023468e72be8cb783d0b58b8643c0d3f6a7392746f1eed82
Version 20000000
Previous Block 000000000000000000000f89b058d4b18daa328c2fce04942c1a63879d853ae0
Merkle Root 1129418eb66755d3e4e8d21959ab108997f6858e450ce75028c23287fa92c655
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.00721709 BTC
Feerates: 126.10 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,600 (364,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,132 550,132 0000000000000000001e6bf50a0da308e9508bec496a4f703f6ff326f2eee637 1,964 1.00/1.00 vMB 11
550,131 550,131 0000000000000000000b881fbb299b28a72a69b335a6450049fa4b89c53f2330 2,107 1.00/1.00 vMB 15
550,130 550,130 000000000000000000128df3ed8616ab3143f68d4b4a8e97896ed8ffae8f4af7 2,508 1.00/1.00 vMB 13
550,129 550,129 0000000000000000000c19333d1032287a3872cd2cd3dde603409166c26c8cd0 3,094 1.00/1.00 vMB 10
550,128 550,128 00000000000000000012b74b2ebbfdbde61f95de42b94f19554efbd9a66d7425 2,841 1.00/1.00 vMB 38
550,127 550,127 0000000000000000000960ed0d5759ca9a7d5e43f5e95c6604df35fb04114727 2,773 1.00/1.00 vMB 42
550,126 550,126 000000000000000000191c46c5cef29bdc9dd1f7cb9c1686d7390f41009c9c1a 2,822 1.00/1.00 vMB 20
550,125 550,125 00000000000000000026bd26368bf089270bbe59dd4164ad73f9887d9e934938 2,252 1.00/1.00 vMB 16
550,124 550,124 0000000000000000001c3d5d172fa7a161ab458dcecf1fc2acfed91d90f93961 2,417 1.00/1.00 vMB 16
550,123 550,123 000000000000000000205747634b27e03998da41c52865e2fccca3b417c75772 2,889 1.00/1.00 vMB 20
550,122 550,122 0000000000000000001a4400f24ae2889b66ad3ccf137273ec1de355f8c21413 3,031 1.00/1.00 vMB 25
550,121 550,121 0000000000000000000f461e55f2d70c0d6d280afcce2c275e09e3b852b160ef 2,117 1.00/1.00 vMB 46
550,120 550,120 0000000000000000000e61e0d1ad73afad3055557d8e89f8b720f2f67f232837 2,945 1.00/1.00 vMB 30
550,119 550,119 00000000000000000008bc52eda17646d577e8e9ae16effe5cf7ef016cb15438 3,407 1.00/1.00 vMB 44
550,118 550,118 0000000000000000001956bc3e1326ef66d7dbd9dae0a85a93ce6efc3caed96b 2,164 1.00/1.00 vMB 31
550,117 550,117 00000000000000000001deefe19450680bc291214ae52098ecc025473951db65 1,111 1.00/1.00 vMB 20
550,116 550,116 0000000000000000000898aad79fe63e27b2855d2caa20966d2b89a7d7273c8a 2,850 1.00/1.00 vMB 17
550,115 550,115 00000000000000000008218aeb95ad65e98f68320e6a941fc2d75616751dd8f7 2,859 1.00/1.00 vMB 34
550,114 550,114 00000000000000000023172829ff2f3fa627171bf883825461d21384707ce3bf 2,049 1.00/1.00 vMB 11
550,113 550,113 00000000000000000007449932e48d40bc53399fada5f76e11a7214794e5ee6b 2,687 1.00/1.00 vMB 27
550,112 550,112 0000000000000000001b42bf85abc1e46e8ed6754aea7c4e04fbf98da7a0daca 2,189 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

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