Loading Tool

Explorer IconExplorer

Memory Pool

78,718 transactions
29.49 vMB
0.06871320 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 4fd291c7b0451983ff972b4cf9c0befb5770925df1c6b14ea70dd45a85ed3bbc
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root aacee1d21cdbf44c06236b0b0466e936d8650c25d0a48f92a70088c9a13043e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00891043 BTC
Feerates: 50.25 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (62,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,364 852,364 00000000000000000002acf99c4c2ddf9db35485884e01e316ffc759198f04d5 3,059 1.00/1.00 vMB 15
852,363 852,363 00000000000000000002aa29a27e4e4a8e9ff731dc9227dd2d23cc8a7b7328f7 3,133 1.00/1.00 vMB 9
852,362 852,362 000000000000000000014c7f90cdf357462f8b98b1b171f084d9c1d678244c15 4,286 1.00/1.00 vMB 12
852,361 852,361 00000000000000000002f3c4fb2db2a6170a8b2ffa605fc5094d3f27d40c3c81 4,333 1.00/1.00 vMB 17
852,360 852,360 000000000000000000002390ea8b1fb4e6075dd4831700ca788ef4d2243a6929 5,565 1.00/1.00 vMB 17
852,359 852,359 00000000000000000002a0005133c5d09ba15b3cc2be4ba42ab6835b65b8de59 5,979 1.00/1.00 vMB 9
852,358 852,358 0000000000000000000115665aa77cabc5d1c58fb45a202e3c60cd81172eedaf 5,646 1.00/1.00 vMB 10
852,357 852,357 000000000000000000019de6ef62fc9f56b019e02ed3e27bba830e6a03d53b0a 4,291 1.00/1.00 vMB 10
852,356 852,356 000000000000000000028b32a5f25109d249f2f03b05739c563d7f355e2f4b15 4,708 1.00/1.00 vMB 6
852,355 852,355 00000000000000000000e2e6737aa6b8b098615d5560b9dbc2d37fb8ae9d30c5 5,005 1.00/1.00 vMB 10
852,354 852,354 000000000000000000013f49a3d72880768c002041c85fd5dd7306f59cf12f77 1,957 1.00/1.00 vMB 5
852,353 852,353 00000000000000000000c01636750d33d99f2c2c9ad647ad87dd5ddf5a16e3c2 2,913 1.00/1.00 vMB 5
852,352 852,352 000000000000000000007be75fa262c5ced9d68895928d40d9199d202849484f 6,172 1.00/1.00 vMB 5
852,351 852,351 000000000000000000014764e6fa6fae553473e4e6300dc5545c3633a7bf6130 4,580 1.00/1.00 vMB 7
852,350 852,350 000000000000000000007627adad4986df0916cdda04a20bc77893f190c639ac 3,741 1.00/1.00 vMB 8
852,349 852,349 0000000000000000000325d804551ee5873fb97d765f6c90c5e65debfe9963ce 3,653 1.00/1.00 vMB 12
852,348 852,348 000000000000000000008f7534d9944a8879310c12c2488a5661c3c7a57ed159 7,131 1.00/1.00 vMB 4
852,347 852,347 0000000000000000000064047d228e0a42edb33c7ea640bb40451b53dae91d2a 3,802 1.00/1.00 vMB 5
852,346 852,346 00000000000000000002b057a83ba95054a4cbfe94a7ec0be3b0f5f4111e4860 1,986 1.00/1.00 vMB 7
852,345 852,345 00000000000000000001bd8bbdf0709b2c0c0933bbcacadb4a6baa1cba042604 1,758 1.00/1.00 vMB 11
852,344 852,344 00000000000000000000647ff49cb49fb0360efd64145097fdff6ad19eda54ff 2,767 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.