Loading Tool

Explorer IconExplorer

Memory Pool

79,336 transactions
30.08 vMB
0.10354244 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt 7e273566a1860f0d9b22562d3bf553b77ce23b2ee1192ba0d45a9fccb23cc8f9
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 5cb04b0a939d6ae2c9b4e5b5243626b3ef22f6ef35921f97d67fbccd8eb0c74b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,553
Size: 1.00 vMB
Total Fees: 0.03334634 BTC
Feerates: 151.00 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (310,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,584 604,584 00000000000000000006cd4b76b2c439b9b6d806ea656eb1541dcb1027f68378 2,129 0.63/1.00 vMB 27
604,583 604,583 00000000000000000009ed868ab955eb0d0584978d897c7b5234ff03bd960dd3 3,265 1.00/1.00 vMB 20
604,582 604,582 0000000000000000001036bc28bfafaef6027819b71ada91ff2d7819b6c58c0c 3,231 1.00/1.00 vMB 25
604,581 604,581 0000000000000000000b0eac50faef2c12c176daa61c9d502c40793aa6413dab 2,598 1.00/1.00 vMB 14
604,580 604,580 0000000000000000000f14fca359572c93f3dfcf181c25d7f163e772ce81fe27 3,073 1.00/1.00 vMB 21
604,579 604,579 000000000000000000002fab0b36fb8c4f19c3e66e9bc9fe1129dead38d141f0 2,248 1.00/1.00 vMB 30
604,578 604,578 000000000000000000079850a24913b577e4781af463f37ded529315ff9357f5 2,547 1.00/1.00 vMB 34
604,577 604,577 0000000000000000000ea4b6960477b0554a0e93d3f216b071ddcbaf485b76a5 1,543 1.00/1.00 vMB 17
604,576 604,576 00000000000000000010927356c7e2f4fded416a401bb930d062575d2cb685c1 3,557 1.00/1.00 vMB 39
604,575 604,575 0000000000000000000888759fa398f07a2cd32079d4aba00d8dec0e2a7b2544 1,073 0.38/1.00 vMB 24
604,574 604,574 0000000000000000001451da5a43bf29e059e11aee1d9b6870f6d334ec850c09 754 0.20/1.00 vMB 22
604,573 604,573 0000000000000000000745acf9cf789c0dd14edd0315efcbf811691bffbb613c 1,287 0.37/1.00 vMB 24
604,572 604,572 00000000000000000000aa2aa26dc9c726d993a1799536b534470b23eeca4cea 1,437 0.41/1.00 vMB 24
604,571 604,571 00000000000000000001ca3e9d0a8f2f1698d15c075a0c914b9408185d8733fc 3,194 1.00/1.00 vMB 24
604,570 604,570 0000000000000000000ae2abb4b4b75d74b5e08f8f50e5350c3681af268da147 2,047 0.67/1.00 vMB 25
604,569 604,569 00000000000000000013b242ad15ad6effec729a0c64b655d3849317630ff7d1 2,427 1.00/1.00 vMB 25
604,568 604,568 00000000000000000012f7aed628dbf6d165e77bc478372d49d5a7d082a0a481 1,681 0.42/1.00 vMB 2
604,567 604,567 0000000000000000000fdbdefa1a11d34db46e4fbf4dc9ae37a745c724b1d916 2,936 1.00/1.00 vMB 23
604,566 604,566 00000000000000000014d66da0d59fafae843d1107894d6cfee0506d017b3902 3,082 1.00/1.00 vMB 14
604,565 604,565 00000000000000000010267f7e1330e86ccfa0ef768d5aac97d6a643c2ec61af 3,483 1.00/1.00 vMB 40
604,564 604,564 00000000000000000005805bc68fac87b300a7a5a8194f194332745227db5124 690 0.18/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.