Loading Tool

Explorer IconExplorer

Memory Pool

45,685 transactions
29.05 vMB
0.13923929 BTC
Random Selection Loading Transactions
Max Size: 151.43/200 MB

Candidate Block

Mining Attempt 6ad7d8419daf58d1d2fdf1038bc1e23dd66879768d188887332e44c5a5bd8fe4
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 0bac064b8c8ed7785bbf282a76dc4f83e0572bcd6e8e11cf3e38de788b37939f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.03925837 BTC
Feerates: 100.25 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (516,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,565 398,565 0000000000000000079ee3fdaffb6667f9d78b1b5904082b6bbb4e1f1566e22e 1,848 1.00/1.00 vMB 31
398,564 398,564 00000000000000000725dcd06ecc9b6b29fee444f597d38bb1c44798c82a4277 1,765 0.93/1.00 vMB 34
398,563 398,563 0000000000000000058cf6c3e7e69f23295bdf8ab7f135f4ef49d2f48a6ba060 1,952 1.00/1.00 vMB 32
398,562 398,562 0000000000000000000b19960b9bf345dee7bf150682f02097c59458907e34ef 1,526 0.75/1.00 vMB 33
398,561 398,561 00000000000000000308549aaee6df81bec2ea7b314ec29fc51ea88a572331b6 2,837 0.95/1.00 vMB 62
398,560 398,560 000000000000000003c56c013a3d49e04a4c4ff9e2413953bb7ab540f052586e 1,700 0.95/1.00 vMB 30
398,559 398,559 000000000000000002ffc0ff9cd8ca1c18072dec0633111acea6e6de506c1dbd 2,645 0.99/1.00 vMB 48
398,558 398,558 000000000000000001ef31fcb736d64e2fe20952ee1d4c55d76ccf6d9c8ec38b 32 0.05/1.00 vMB 13
398,557 398,557 0000000000000000041a0e2c16426649baddf4a542b71dd861c6717ee1d90909 1,597 0.75/1.00 vMB 42
398,556 398,556 000000000000000001d416948f820d37163ad0a04581a4b2fdc12affa023ca11 1,899 0.99/1.00 vMB 33
398,555 398,555 000000000000000000a9f6c9699325cfe87f77203ad57e97faa041502d60b06e 2,253 1.00/1.00 vMB 34
398,554 398,554 000000000000000005e30b635cc3931f9c40970692717214c398c9c7cd768343 2,885 1.00/1.00 vMB 56
398,553 398,553 000000000000000000e88b3c53286dedea64d3f3820a5dd9f241c879f70ddd02 3,855 1.00/1.00 vMB 51
398,552 398,552 000000000000000001741edc19aa213089da7a952236efc8db92b67499904c56 2,379 0.93/1.00 vMB 88
398,551 398,551 000000000000000004aac5e5135f69b4800c5b4656b9aa9cf9835123e2dfc383 1,993 1.00/1.00 vMB 37
398,550 398,550 000000000000000006105f97b87a36dbd2863c79cfe052b31c887ecc7f775b58 1,239 0.92/1.00 vMB 28
398,549 398,549 000000000000000005798f528c671c63cd4c2a614a673678692b702e0debb652 2,140 0.99/1.00 vMB 36
398,548 398,548 000000000000000002cce4272e3268bb6cea955cab9f615d83351d740dec22d6 2,080 1.00/1.00 vMB 41
398,547 398,547 0000000000000000018ea17f114b7f1a78778a96fd915d9e8aaf7ef3fc165b89 1,023 0.54/1.00 vMB 28
398,546 398,546 0000000000000000016cc5c1602b506dcae9c583c306b004b66b146603b58787 2,588 1.00/1.00 vMB 52
398,545 398,545 0000000000000000019d63a61d1402805afb095fbdc014e66765549589fbb8d7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.