Loading Tool

Explorer IconExplorer

Memory Pool

36,719 transactions
18.95 vMB
0.04401868 BTC
Random Selection Loading Transactions
Max Size: 104.39/200 MB

Candidate Block

Mining Attempt 94d3b5fbced8b72620f05f187f31f84abcf35a288033ecdbb938b148c0c8af7d
Version 20000000
Previous Block 0000000000000000000087f5fa73384b341113ebaf18fcf622a4ac7f51bddad6
Merkle Root 7e0b48c00ee8b54107eb89411cb0c0a6d6065cdbebbb44239eea62bea5adcd03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,107
Size: 1.00 vMB
Total Fees: 0.00781280 BTC
Feerates: 100.17 > 0.78 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,035 (746,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,521 167,521 00000000000007b7a77fcb2bdcbf1e23a0363d5d435fd10c7d8868aa4fad7125 69 0.02/1.00 vMB 12
167,520 167,520 000000000000005db601269fcab59fd6f1d98ea20402941b7b426a341295eaa4 61 0.04/1.00 vMB 68
167,519 167,519 00000000000002aeee6fbde5c616956f75761f5e44e678da66e0ac3696ba51bc 134 0.05/1.00 vMB 78
167,518 167,518 0000000000000a7467884121374ef09cb57e39944aa9e924261728b08efe93d6 4 0.00/1.00 vMB 86
167,517 167,517 00000000000009a03e466cda1cb5eda41aea7f9db4c4e34c8d31e8af465be0b1 1 0.00/1.00 vMB 0
167,516 167,516 0000000000000c1d0d7a957282a768914fb4e6def3ca1dcb2fa2a090ae77396c 2 0.00/1.00 vMB 0
167,515 167,515 0000000000000a72f363d52f7145122a147d529f1a0824f8dbe0edfae44b62ab 21 0.01/1.00 vMB 509
167,514 167,514 00000000000009ee9284cd7b04bf57a7c3d6f1bd9bae822a5c181d396e091829 30 0.02/1.00 vMB 133
167,513 167,513 0000000000000180d3a45b803610700e3e2384352ce144137adc40044a2eceaa 70 0.02/1.00 vMB 65
167,512 167,512 0000000000000301e3bda89753708b036a06280d1d22651a29256028ef5a9a31 36 0.02/1.00 vMB 39
167,511 167,511 0000000000000aba0fc98cd2735bfdab03dded298ea8c166b6f84a4e16f68991 32 0.02/1.00 vMB 59
167,510 167,510 00000000000009aa1f849cb3e4229b238be9dc237f2abb1de7e34e8bda7ad68d 12 0.00/1.00 vMB 41
167,509 167,509 000000000000055ebb614283529bd120d70620511f9cc051ae3ea8bc0b28eb06 10 0.01/1.00 vMB 65
167,508 167,508 000000000000063a93974423aede014f0e64a6d2399a007454962c36b5bf7b60 86 0.03/1.00 vMB 21
167,507 167,507 00000000000003f1daff025136438866e262e5f459e9b7c9d2489ea9d6f86cef 8 0.00/1.00 vMB 495
167,506 167,506 0000000000000aba56d040d1effa7fef80704c06059ff9eb2a6ebd0cc2fda16e 72 0.03/1.00 vMB 17
167,505 167,505 000000000000061261438af5ef72e42ab1f83ed79ee7a9384383be97741d8304 85 0.03/1.00 vMB 145
167,504 167,504 0000000000000bfc75cb08f0e797b5a48f871961d2e1d2a8d766a1fec9f7121a 12 0.01/1.00 vMB 10
167,503 167,503 00000000000009db4a7ceaa7f3e19c552dfcf2b89f730b163b74f24c29eb3201 11 0.00/1.00 vMB 52
167,502 167,502 0000000000000159daef143846dd2d9b0e0899afc47d8ac80c45d273d1f8b202 13 0.00/1.00 vMB 0
167,501 167,501 0000000000000719507b9e871e1ae361ebe0a3818f3e660a0ff319576810d0cf 11 0.01/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 780.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 552.10 GB
    • Received: 6.54 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.