Loading Tool

Explorer IconExplorer

Memory Pool

80,696 transactions
30.02 vMB
0.12387634 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 865903151d8057a907ab01b8e349ac7d5f810350271b13164610445f72d120bb
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cd76ea4e81747af49f004ddbc4c6f0a21931c5b1d1e600371af7997660181352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.05113173 BTC
Feerates: 242.90 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (259,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,520 655,520 0000000000000000000e22a136fc51a0101bf332268e6abc20c395c85755431f 2,422 1.00/1.00 vMB 98
655,519 655,519 000000000000000000064b2063b3bd1f267026bedaf52fbe02517e5ab4f849eb 2,010 1.00/1.00 vMB 34
655,518 655,518 0000000000000000000b49428c8bde12adc34d3e6181d35affd3ca7b099b1222 2,453 1.00/1.00 vMB 123
655,517 655,517 0000000000000000000bb89f150882df22bb33cb278ee465d87e4d61ea465f94 1,748 1.00/1.00 vMB 50
655,516 655,516 000000000000000000095c08b2a710409e7f5f9c6c88d5ff4763d7ac217e5432 2,256 1.00/1.00 vMB 158
655,515 655,515 00000000000000000003a5969027337c5b15b35792d67035cc3f2814c1685e7a 2,948 1.00/1.00 vMB 267
655,514 655,514 0000000000000000000bed585a2aa4923a8ee388a97043d4f1cc4956f6d5a52f 2,432 1.00/1.00 vMB 223
655,513 655,513 00000000000000000003dc429d0071a0e3b21bccd31c3d1d884ecfaae3e3a27d 1,635 1.00/1.00 vMB 27
655,512 655,512 0000000000000000000fe95dc082871d3365f375ac87f71f2dcf8129fba93eb6 2,410 1.00/1.00 vMB 48
655,511 655,511 00000000000000000010c29feb619c7e4b4ebe7fac25787255e22096c8d79a63 2,351 1.00/1.00 vMB 149
655,510 655,510 000000000000000000082f6057d602ccd2b89af5ce6196eb864068fcb5af21e2 1,947 1.00/1.00 vMB 318
655,509 655,509 0000000000000000000c09388ffb0efb5f05b36d8c9c4c37b3320ed2c6eb6aa2 3,088 1.00/1.00 vMB 291
655,508 655,508 00000000000000000002cb23c4686b43aee1213ee54b5e120925c665d50bc3e2 2,117 1.00/1.00 vMB 51
655,507 655,507 00000000000000000007bc5603d1754d4ceae727a7472b9132936d2fc23cccc1 1 0.00/1.00 vMB 0
655,506 655,506 0000000000000000000835a7981b052550b41e679b2f16099e0b478dec6ef8d2 1,956 1.00/1.00 vMB 90
655,505 655,505 0000000000000000000d38719028ca9e862f9b1c2dd5edd36c5727ed230f6f7c 2,349 1.00/1.00 vMB 193
655,504 655,504 000000000000000000102897bb34337f2b0eae6d9b8c125dab7cc13b54ab818c 1,950 1.00/1.00 vMB 75
655,503 655,503 00000000000000000010ad25f128db57463ba45d19baf67a32c9cd8c277a8123 2,434 1.00/1.00 vMB 73
655,502 655,502 00000000000000000005da0b9c324baa4eed19380cdd8cfeda635620fe2c3d17 1,484 1.00/1.00 vMB 74
655,501 655,501 0000000000000000000081ab7d81ba8cd182d7ff62d2072a31848e256a5a9057 1,989 1.00/1.00 vMB 142
655,500 655,500 000000000000000000009f84148f6a54f02548e6b2bcfb5605bf1208e652465c 2,630 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 782.67 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.15 GB
    • Received: 16.42 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.