Loading Tool

Explorer IconExplorer

Memory Pool

80,892 transactions
29.94 vMB
0.07617859 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt bbde81181ba89fbf2327397635716724109b6d48cd16e7b93c37ea92fa39bda1
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root eb05c1974b01a344a4c910c9cc3b40536db089848868acfb838437b99b93f0b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,159
Size: 1.00 vMB
Total Fees: 0.01490583 BTC
Feerates: 502.67 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (254,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,495 660,495 0000000000000000000a98cff72e40f4bab576d60b4e9130f961cfd6c5ddebea 2,833 1.00/1.00 vMB 86
660,494 660,494 0000000000000000000b957d9f1b9a36c96061ca1be986d6a103ebeaaa40b49e 2,878 1.00/1.00 vMB 48
660,493 660,493 00000000000000000008025145dc2e0f47ea1af680b077450538c424f6ff573c 2,413 1.00/1.00 vMB 77
660,492 660,492 0000000000000000000494ce637fc22227030b4040db7c43a049b985efeb23d2 2,549 1.00/1.00 vMB 63
660,491 660,491 00000000000000000002c474e2b3121eead104c72a8ac1f8acf9482cacdfab47 1,493 1.00/1.00 vMB 81
660,490 660,490 000000000000000000038c28b992de19087c21943147608ba7c1ffd47a1f5799 2,252 1.00/1.00 vMB 90
660,489 660,489 0000000000000000000d9af0e3aa61391878d628d7c51e328ea3553955b01d0d 1,608 1.00/1.00 vMB 92
660,488 660,488 0000000000000000000383f0671e4570394ec781cf6b25cc1f6c995589c043e5 762 1.00/1.00 vMB 105
660,487 660,487 000000000000000000038003d0a34abbea7dda2dc69c614617a0216e42407148 1,967 1.00/1.00 vMB 83
660,486 660,486 0000000000000000000cdb69249df4cb8f739e190920e6a4683567c11860c1c6 3,113 1.00/1.00 vMB 70
660,485 660,485 0000000000000000000390c4f09185d1f21d4566f4d9e734c277620e22c45205 2,330 1.00/1.00 vMB 43
660,484 660,484 0000000000000000000e6f56e30ad1d9835063fe9a410ac54945dfc4f9980e9f 2,581 1.00/1.00 vMB 42
660,483 660,483 0000000000000000000cb3f04ec0fb9d2fbb7d0d7a049d12046903083fafac7c 2,452 1.00/1.00 vMB 36
660,482 660,482 0000000000000000000e346038fd145bddf098c887b4af755af7a867e6d44699 2,160 1.00/1.00 vMB 42
660,481 660,481 000000000000000000050d37ea4003760451ead007885ce7d3cf3370b2b77b96 2,513 1.00/1.00 vMB 14
660,480 660,480 0000000000000000000c93d112aa179590986d42fcdf14b33a8ca3ae92bccd73 2,439 1.00/1.00 vMB 40
660,479 660,479 0000000000000000000df72c8f98e073d5548c9bfed7cdd9da6a21383e062c05 2,171 1.00/1.00 vMB 50
660,478 660,478 00000000000000000009fc2efc012b0910d0ef10d380a8f03b769155c2dc1c17 1,815 1.00/1.00 vMB 50
660,477 660,477 0000000000000000000a063b8886cef39f7f15457aba3e1035b9f2f3fdaa0036 2,432 1.00/1.00 vMB 90
660,476 660,476 00000000000000000006900299e4b07ee5f10cd2e73fe99b2a4c2904806328e9 2,204 1.00/1.00 vMB 19
660,475 660,475 00000000000000000003353d5fe905b6fa7e2fc7ffa838a9d4883d730c9aadc1 2,000 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.