Loading Tool

Explorer IconExplorer

Memory Pool

49,272 transactions
29.83 vMB
0.09690105 BTC
Random Selection Loading Transactions
Max Size: 158.98/200 MB

Candidate Block

Mining Attempt aa8e52dccb08544c44d5e9f2976dc9b29263f7ff5ad7532322bf1b1a1d18d87d
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (465,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,486 449,486 00000000000000000235fbdeb1801acc655338d22fe3484031c04b44c37d8fdf 2,311 0.93/1.00 vMB 80
449,485 449,485 00000000000000000220dcf1811c2798a140180acdb179564a7b4838e5f6b1b0 2,709 1.00/1.00 vMB 94
449,484 449,484 000000000000000002aa23787d27fbc55128d99bb2b064b6af2bd4d363c2a38a 167 0.08/1.00 vMB 73
449,483 449,483 0000000000000000030acdcb221d7a8a0dbc13ff2bb24da04308bd60f7aefe17 623 0.62/1.00 vMB 24
449,482 449,482 00000000000000000222f2a7ef8bb85bccb156dd81c8cfa2f5d695b764b60bde 1,920 1.00/1.00 vMB 60
449,481 449,481 000000000000000002cd2694e9fe8a19f75270ada050a631f6ab5acddc85c05b 2,513 1.00/1.00 vMB 81
449,480 449,480 000000000000000002931710a3b6b801d9901044cce2b4476a25ccef02901a7b 2,710 1.00/1.00 vMB 85
449,479 449,479 000000000000000000dfe317ffe2c8dfb3bf7f996b8636fe53f9bfc7fe24c3dc 2,483 1.00/1.00 vMB 89
449,478 449,478 000000000000000001702197c52b9249ea8dc454a7f8b5621164f58c887d5bec 1,056 0.65/1.00 vMB 60
449,477 449,477 000000000000000001a7d3b7133b22bf651f62a396b21799eb08650caa262af2 471 0.33/1.00 vMB 54
449,476 449,476 000000000000000001a71e635d201f1df52a01f3ba84adad1a376ff9d4957474 591 0.38/1.00 vMB 52
449,475 449,475 0000000000000000030d84ef5cf97d898fb05176907964d2207b282ccaea3f98 2,285 1.00/1.00 vMB 79
449,474 449,474 000000000000000001569169b97ef0d01607a781bf28d8aca2074c1a4b54bb5d 835 0.49/1.00 vMB 64
449,473 449,473 000000000000000002fb5ba15b68726a7d88ee90b4f41dd55e78faaa664bb2a9 968 0.40/1.00 vMB 79
449,472 449,472 0000000000000000007b72c617150f7fcec04eca49b46c4459477aa272b6821d 368 0.43/1.00 vMB 75
449,471 449,471 0000000000000000031c79ff068756267e353c1fc291e098a745e0d433fa1838 569 0.43/1.00 vMB 71
449,470 449,470 0000000000000000028a11511fc8146ba290e08ab076b9a1e623a84119df9296 1,075 0.47/1.00 vMB 72
449,469 449,469 0000000000000000017fcc891cbbf36ea0f2ae379cffd2ee2c9bedb60e37d05e 1,222 0.63/1.00 vMB 74
449,468 449,468 0000000000000000020d93587eee5f29f9d3a1dba4357ca4a65cd006613c21b8 469 0.21/1.00 vMB 66
449,467 449,467 000000000000000000cc4db6dce64cc0a1c31014d7bea8635249c29e8b7aa699 1,218 0.56/1.00 vMB 80
449,466 449,466 000000000000000000705a1bff119a6791cf00607feb8199dd1ce0b0289037d3 385 0.16/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.