Loading Tool

Explorer IconExplorer

Memory Pool

75,067 transactions
27.59 vMB
0.06904876 BTC
Random Selection Loading Transactions
Max Size: 168.71/200 MB

Candidate Block

Mining Attempt 7266c3ea94608eb6a094f60ba84694e0c47e5da2981acd55d75e36f745bff422
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 00e5c3efa583f0add1b2847e0f88a88bda480680375ba4bf03a319017425a106
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,721
Size: 1.00 vMB
Total Fees: 0.01016805 BTC
Feerates: 150.93 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (472,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,664 442,664 0000000000000000000a9d4caba691ca1640a8b54c942f799e920a1b8904f76c 2,543 1.00/1.00 vMB 83
442,663 442,663 0000000000000000021a553d23ab345dc62a7cff2108a67de792515bcf615b29 2,677 1.00/1.00 vMB 66
442,662 442,662 00000000000000000334d94ec9b3d292565d2ce2dc9bcdc6c5e5c5828b5249b2 2,373 1.00/1.00 vMB 94
442,661 442,661 00000000000000000188261f00add54b0e700cfc8a2d84b7dc4b0bbca9d45d16 2,638 1.00/1.00 vMB 81
442,660 442,660 000000000000000003435fc61ef44c56e3e85af74aa29ff7095cc98327439c6e 2,387 1.00/1.00 vMB 71
442,659 442,659 000000000000000003c301a6bacdfc88e83a1f4adf1d03fba5e1a24245cbeeb6 2,131 1.00/1.00 vMB 83
442,658 442,658 0000000000000000004fcb6c1682830b6f3b0e5ba4c145090d67bbc8f081718f 2,247 1.00/1.00 vMB 118
442,657 442,657 000000000000000002872f14f79b8168d094938f8d95b5701db37889bff9a42f 7 0.00/1.00 vMB 1,945
442,656 442,656 00000000000000000078d0b80aa51064a03db051bb39e8873deebb005d6afe19 2,411 1.00/1.00 vMB 104
442,655 442,655 0000000000000000018ae90fe0bce23284b46644d2f9d1ef9ab48b7c94ebfa7c 2,282 0.99/1.00 vMB 53
442,654 442,654 000000000000000000c8b92dbda2d06af59e522887fe73f5d32693838b3af016 1,070 0.93/1.00 vMB 61
442,653 442,653 000000000000000002d3638e95b8cedc2eb14cc8155fc433cb6e07219dabb685 2,640 1.00/1.00 vMB 89
442,652 442,652 0000000000000000035c5ceb6dc6e4c07c97317d7c8ad79d0380c08f122e205a 386 1.00/1.00 vMB 58
442,651 442,651 000000000000000002a722a9383615209248005d0f0ce5382ef58c765e973f9f 2,977 1.00/1.00 vMB 67
442,650 442,650 00000000000000000124130e86466d44468e2302fd77512e5dc44abeb2a150e4 2,584 1.00/1.00 vMB 76
442,649 442,649 0000000000000000023fb7c3454d0fd90f5d51896a4a24fe4553bcd44458ea96 2,521 1.00/1.00 vMB 97
442,648 442,648 000000000000000002dd870fafcebdc7a9ae1fdddf90e1c0f4e0a1555882c51f 2,114 1.00/1.00 vMB 106
442,647 442,647 000000000000000002a81151eb40fb4b0336208ea8d81a41bb477f61953d3c0c 2,400 1.00/1.00 vMB 94
442,646 442,646 0000000000000000020479cdd01156e3e26c5a4a09de32e69df48ae0611d5454 2,165 1.00/1.00 vMB 69
442,645 442,645 000000000000000001fcf77c726987c5646ba0b1c1635347e05da3292b1160b2 914 1.00/1.00 vMB 76
442,644 442,644 0000000000000000033626ec8a206255694eae8db9bec6da1b516070e7f2962e 1,178 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.