Loading Tool

Explorer IconExplorer

Memory Pool

47,533 transactions
30.18 vMB
0.09507192 BTC
Random Selection Loading Transactions
Max Size: 160.72/200 MB

Candidate Block

Mining Attempt 9a1c010652fc2ad8c7ccb44135a3701ca24be214024be1697a15bc9bc20b0aa4
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root d7af1d368aceb262c9246c6504a5d7a25757bb5b48f1bb7aedde99fb3b198f8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.03457476 BTC
Feerates: 150.97 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (331,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,519 583,519 0000000000000000001553c8730f882f58b23be062c68321da10b9fb322f9347 2,661 1.00/1.00 vMB 70
583,518 583,518 000000000000000000228e49d03982844b24dcf7a67d25a597aab54fe6d77dbe 1,555 1.00/1.00 vMB 15
583,517 583,517 0000000000000000002224e7b03a1001303f0a9c0d078f2909ac83c74a8e17a7 2,875 1.00/1.00 vMB 64
583,516 583,516 00000000000000000014a5d8a71a0fea5c475d8250de31d72d64d0250d3fb456 2,429 1.00/1.00 vMB 68
583,515 583,515 0000000000000000000b14badadefa054b806b0bb79aaeb23819b1d0e0517f10 2,332 1.00/1.00 vMB 69
583,514 583,514 0000000000000000000e7052c9abff512709058ba0ba5da07d4ffb53dbcccbf0 2,172 1.00/1.00 vMB 58
583,513 583,513 0000000000000000001cd6b02e1db3c9ac5ae929e8c615a58a51b194b86794b5 2,992 1.00/1.00 vMB 38
583,512 583,512 0000000000000000001de50b0040ef96abaa502461715ba4afcb58b2941297e3 2,184 1.00/1.00 vMB 49
583,511 583,511 0000000000000000001b5690554c79c7148b90094bf23902cc67f08626978660 2,693 1.00/1.00 vMB 84
583,510 583,510 000000000000000000116c1e719f4cd6af7367f1d2f81e06743dcdf31b0eef5a 3,080 1.00/1.00 vMB 110
583,509 583,509 00000000000000000019673029ce8b9b4fb1242b339c2b92a9e78124893bf3f1 2,265 1.00/1.00 vMB 18
583,508 583,508 0000000000000000001da162d18d3946c600e071e2d445c110abc7a8b03ac2e2 2,539 1.00/1.00 vMB 45
583,507 583,507 000000000000000000148898fd1a0137834208a8d92e615a84df3f86a251ae9a 2,580 1.00/1.00 vMB 39
583,506 583,506 0000000000000000000151887b1916fa89a13e15a4cc4e65aba35e507863b24f 2,990 1.00/1.00 vMB 95
583,505 583,505 000000000000000000125bfec383018fc47d85fb479a1b6415c7b221f237b589 3,010 1.00/1.00 vMB 119
583,504 583,504 0000000000000000001c618c3dec64241bd67392ce3ff4bc892ce9a692c2cc1f 2,433 1.00/1.00 vMB 77
583,503 583,503 00000000000000000007f940655ae78cf8c88baa4a6e5abc99402fb5ff3d5a41 1,313 1.00/1.00 vMB 97
583,502 583,502 000000000000000000140b3d3e3d275be061c94e701a40deda411ed502fb70e6 1,749 1.00/1.00 vMB 42
583,501 583,501 0000000000000000001413b45200d3c02e700bc5d422752a6cf4da06ea4c0164 2,580 1.00/1.00 vMB 84
583,500 583,500 0000000000000000000d87b2b139175374d45f34100d98ee5a2e6da2eecba13d 2,143 1.00/1.00 vMB 20
583,499 583,499 0000000000000000001754a9475a88e70f4314db970a56e923bc15aed55d74e9 2,676 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.13 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.39 GB
    • Received: 13.76 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.