Loading Tool

Explorer IconExplorer

Memory Pool

80,480 transactions
29.91 vMB
0.09770299 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt aabeeb0017be68d0c9a2102a60be6df654ff2da752d223089a3e725cf3697493
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 13124a12844ed77840acd8fd7b0a9094d9652f86263704a1d0b7df6449f39e2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,753
Size: 1.00 vMB
Total Fees: 0.03158939 BTC
Feerates: 100.25 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (369,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,081 546,081 00000000000000000010188c7aa85fbadbf8c802a000eb0d50ec087031ae6a2d 2,707 1.00/1.00 vMB 14
546,080 546,080 000000000000000000037ace0edbff4a03f75c93f370373baf699d63b7d49382 1,615 1.00/1.00 vMB 25
546,079 546,079 0000000000000000000380b8eeb25ae7a8d43d006ec61a7c43fca66c86482045 2,180 0.80/1.00 vMB 13
546,078 546,078 000000000000000000145879ac365ad22c72d2c4f67c11a2bfef5e9651945ec2 1,683 0.71/1.00 vMB 12
546,077 546,077 0000000000000000000f77fe7c1eb1498f996055a2c72a316f1b7eca9375f8a6 495 0.55/1.00 vMB 4
546,076 546,076 00000000000000000016efb28d19983cff3815c74e2ed837a57aaec2afcf7ccc 2,407 1.00/1.00 vMB 16
546,075 546,075 0000000000000000001cd63f3dd7b258f4cd11ca096985d6ad0e9d039466776e 2,167 1.00/1.00 vMB 7
546,074 546,074 00000000000000000014cad36097f8bbad498b13d07b144bd9ada94a9a9e20c2 1,670 0.57/1.00 vMB 23
546,073 546,073 00000000000000000010e3c2f219faa2674f021a942eced9dbcfd05b14f919c8 2,934 1.00/1.00 vMB 19
546,072 546,072 000000000000000000195deebe9c4b2c96a82cb8e74acc4a418d888aeba5a02a 3,341 1.00/1.00 vMB 14
546,071 546,071 0000000000000000001b98c07fca289e1ca3358aeabdcca9b7f7ba704d83a3d4 2,019 0.61/1.00 vMB 20
546,070 546,070 0000000000000000001647720776e5be853982c8d020301358fcaafbf2776944 709 0.28/1.00 vMB 13
546,069 546,069 00000000000000000010526d64cd3eba922edd45459e626f4c7a3b3147a908be 2,116 0.91/1.00 vMB 7
546,068 546,068 0000000000000000000f2048892f2f4760abae4d39162cfd68589fe18d892372 2,793 0.99/1.00 vMB 22
546,067 546,067 0000000000000000000e6cc34054bb3f99563f5fc1dae09dc24528294e9ef961 1,172 0.78/1.00 vMB 5
546,066 546,066 0000000000000000000a9773b985f89f764fcea082003d490c5f1436aa4f8e15 3,165 1.00/1.00 vMB 5
546,065 546,065 0000000000000000001d84d47dc6d7ee684383f2040968772283f4a8c246a8c3 1,937 1.00/1.00 vMB 26
546,064 546,064 0000000000000000000087e6d9c7809d67a535e706ed650031d27a3948fd59bb 2,468 1.00/1.00 vMB 12
546,063 546,063 00000000000000000004645cddffba0ab7940c803257bb9293536a3d76b6b8d9 3,061 1.00/1.00 vMB 32
546,062 546,062 0000000000000000002254babdc72330cbcb15fe8c47f1f03acb32b9f2a9e5c4 420 0.21/1.00 vMB 26
546,061 546,061 0000000000000000001b83839d9ae8184719c27bfd58163554c258fa2e401c66 621 0.25/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.18 GB
    • Received: 15.83 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.