Loading Tool

Explorer IconExplorer

Memory Pool

41,952 transactions
26.51 vMB
0.07154624 BTC
Random Selection Loading Transactions
Max Size: 138.03/200 MB

Candidate Block

Mining Attempt e632258e974ceba5f9e7e7bd75e1738972248c6caa5408fd37325c010c23c088
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5fa6688a46e83b2f3f0cdb834bfe4e9befc8239e46173324dcb5342edc84f59b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.02280236 BTC
Feerates: 99.53 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (331,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,574 583,574 000000000000000000085170bfeca2deb582c4fd77fd61f2512d56efce7523b5 2,919 1.00/1.00 vMB 44
583,573 583,573 0000000000000000000ed0e78e2e9562b67329d2ecf5e4b0dff6f8f2e7395b13 3,006 1.00/1.00 vMB 112
583,572 583,572 000000000000000000111e867c78671e3d5843ae8e45e49a5fd101388c6da345 2,794 1.00/1.00 vMB 84
583,571 583,571 00000000000000000010fc18907643e202ea20da8ec3ecafcb6766cd362031de 2,784 1.00/1.00 vMB 85
583,570 583,570 0000000000000000001c51dd6c5bd1adc978d322aacfd2b9234c406923554de1 2,211 1.00/1.00 vMB 48
583,569 583,569 0000000000000000000d27ca71e897f0e35348da359117309722b24fd6a84b78 2,787 1.00/1.00 vMB 21
583,568 583,568 00000000000000000001a2df9ca03efdc07e794919bb2d87b02345df54d99049 2,086 1.00/1.00 vMB 42
583,567 583,567 0000000000000000001a4451bc4cc4887c4f32169f6e2d583256d853e75a1f0d 1,058 1.00/1.00 vMB 23
583,566 583,566 0000000000000000000dd4abb63dc489bd7107789f1b4f59ddd1a0d06df51970 1,983 1.00/1.00 vMB 61
583,565 583,565 0000000000000000000a066514b4f8c86d1b8cce70cf210f105777268404eeb7 1,709 1.00/1.00 vMB 42
583,564 583,564 00000000000000000021db32a98fbd26d6e6ea78ea20deb047b3a2b143bb8ebf 3,333 1.00/1.00 vMB 89
583,563 583,563 000000000000000000189af7e0e26820c99e9ad45a760f22e035c5a53e64b386 1,421 1.00/1.00 vMB 61
583,562 583,562 000000000000000000144bd1e9336b470a56bba20304ea795f802e9328ec01bb 2,642 1.00/1.00 vMB 53
583,561 583,561 0000000000000000002251a9f58cf347cdae6e41ab5f511c926a79d3c7e31b7c 2,710 1.00/1.00 vMB 101
583,560 583,560 000000000000000000166bbf29a37024fe034ba9758aee78641a77ec05dcca5d 2,472 1.00/1.00 vMB 71
583,559 583,559 00000000000000000001ee26ec1857c3415c79e4891a61666d55122e96ad8633 2,690 1.00/1.00 vMB 87
583,558 583,558 00000000000000000008c2af69693ad32a0f0c7790752b697387bce859bf16a8 1,538 0.69/1.00 vMB 69
583,557 583,557 00000000000000000007534e65eaa67af60824705635b963a4291230a1163fb3 2,252 1.00/1.00 vMB 56
583,556 583,556 00000000000000000019f192724d8e4a68a1845eb68f7ccb210fa6237116d58f 2,410 1.00/1.00 vMB 77
583,555 583,555 00000000000000000018da64e9d27894949fffc8d959dea2881b4fbe51977695 3,383 1.00/1.00 vMB 130
583,554 583,554 0000000000000000000b18e50ec5a549a6e8d0dba1ee6f9002e4ed48fb11b129 2,454 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.