Loading Tool

Explorer IconExplorer

Memory Pool

77,018 transactions
28.87 vMB
0.07997734 BTC
Random Selection Loading Transactions
Max Size: 174.31/200 MB

Candidate Block

Mining Attempt de987f9a52778d742c7dbecfd39b5b99fb5869ee5bd53a6a99dfb3848bdd3793
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 61e99c0b8c8cede4f1db38adc6191c414b8349cf1c9baab5732e28f9b141d39f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.01975649 BTC
Feerates: 103.00 > 1.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (135,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,937 779,937 00000000000000000002299ce305c1776290883bfac91288f4cf24e3f82b867e 3,431 1.00/1.00 vMB 41
779,936 779,936 00000000000000000005642372a919d4b4626f071060bfbcf625b418d3920107 3,202 1.00/1.00 vMB 39
779,935 779,935 0000000000000000000392085d3623dfeab0e0de3686bb9d7123fe6d4461422d 2,716 1.00/1.00 vMB 53
779,934 779,934 00000000000000000000b9d0edd356acfcb61d1b54e72c2a236da6311aa69744 1,685 1.00/1.00 vMB 47
779,933 779,933 0000000000000000000266bbd04059e8edc08819a221cd4d72a0a4589db074ab 3,439 1.00/1.00 vMB 42
779,932 779,932 000000000000000000019b4bf9a2fd2119d4a370ef095fb5cf6234a6fbd7f402 2,991 1.00/1.00 vMB 32
779,931 779,931 0000000000000000000049c5351a1676b4cce5b1113b5afbf2ef981cc79880e7 3,191 1.00/1.00 vMB 26
779,930 779,930 0000000000000000000670701c34dde75a9408a9a1ff86c89554b9007326965a 2,596 1.00/1.00 vMB 30
779,929 779,929 0000000000000000000289a962e185b1801d13d70104d82f1231a880884a1d51 3,560 1.00/1.00 vMB 43
779,928 779,928 0000000000000000000209182db7a7a0fa39dd13b61a10aa54be1fbc81679167 3,856 1.00/1.00 vMB 38
779,927 779,927 0000000000000000000424e31d6aa3ede2a88a9b343a66757335c545482d5c6c 2,910 1.00/1.00 vMB 32
779,926 779,926 000000000000000000014b21c5f7d9d871c71fa9761a883f6ea23232a83934e3 2,795 1.00/1.00 vMB 34
779,925 779,925 000000000000000000027fb9abafca96c000fd3833be41c6c162e83b4ec67965 3,830 1.00/1.00 vMB 43
779,924 779,924 00000000000000000004d03fa53577371cc2a564a86b16608f4374f39e8126fc 2,036 1.00/1.00 vMB 37
779,923 779,923 000000000000000000051e8ce4b56c4e877fced8dd38d86b363856449e6364ed 2,314 1.00/1.00 vMB 43
779,922 779,922 00000000000000000002a6d9baf6d8a28291091ca034f647568ff986281a6a61 3,198 1.00/1.00 vMB 47
779,921 779,921 000000000000000000036fabb143aeca26a527eb21906ee2d9609a4e7a1329b4 3,498 1.00/1.00 vMB 50
779,920 779,920 00000000000000000005a0835369c218e82593a08ff5c440737c2ba64e423dcf 2,789 1.00/1.00 vMB 40
779,919 779,919 00000000000000000005585d905d37bc690c52cd60d6bc6b8c352052fea5140a 3,408 1.00/1.00 vMB 63
779,918 779,918 00000000000000000005eecc3e67eb39952a9a690f4aa8fffd916bf9d09843c1 2,730 1.00/1.00 vMB 17
779,917 779,917 000000000000000000049113aeb486fe5a7dc5b2b0c5f0f752186b16be3faf1e 3,546 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.66 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: 673.01 GB
    • Received: 16.35 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.