Loading Tool

Explorer IconExplorer

Memory Pool

47,139 transactions
29.92 vMB
0.07256837 BTC
Random Selection Loading Transactions
Max Size: 159.74/200 MB

Candidate Block

Mining Attempt 6a16fa61ecdfcea47c90e04b5b3664ec43c2b073108fd529d5738a7a202e7122
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root f7c17de8c8a485d7db8bd63ab3c13299ebc4d8ab8bfad330ab8dc9422b4a9b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01439631 BTC
Feerates: 100.24 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (288,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,928 625,928 0000000000000000000980643aea756100aaac8e370e3ddaef5ecb759647a15b 2,166 0.88/1.00 vMB 13
625,927 625,927 00000000000000000007a33f4d96dd076ffe11b1947cd63d8c5eb19f71e4c49c 963 0.32/1.00 vMB 16
625,926 625,926 00000000000000000006aea230e4f5b3fec2df57a61cacefdd1d231cc06be2b9 2,728 0.97/1.00 vMB 11
625,925 625,925 0000000000000000000f6e2f2e5277a2edcfed512bf9b4ba35326d61aa1399c6 2,331 0.75/1.00 vMB 8
625,924 625,924 0000000000000000000d6788ab3f0dbeea3a7bd20f74c77c6264b3ceaa856a4d 2,588 1.00/1.00 vMB 5
625,923 625,923 00000000000000000012954997d40531a7194201b3a6785636d1b7be746b7178 2,327 1.00/1.00 vMB 20
625,922 625,922 00000000000000000005c4381c24c579824ccdfe76dd69404765d95f31e6db33 470 0.19/1.00 vMB 24
625,921 625,921 0000000000000000000bfe27b9b7a478c09641b9e45d69764d234a4f6b9675cc 1,979 0.71/1.00 vMB 9
625,920 625,920 00000000000000000011318a8f627678ce30a3ac3c0430326e9fc4a0d2f760e7 1,742 1.00/1.00 vMB 6
625,919 625,919 00000000000000000010d2910756062dd3f7730b8d9cfc60ae991cbd5c44abaf 2,627 1.00/1.00 vMB 20
625,918 625,918 0000000000000000000da7a24baf8029383ff58fb9e81a90ed49d28eb674a4d7 1,668 0.59/1.00 vMB 9
625,917 625,917 000000000000000000020a11c25e0586de1d4efd7a3883b01c484dc076652640 2,711 1.00/1.00 vMB 14
625,916 625,916 000000000000000000043d702dd720589aa38820a24186d46ac425047066857b 322 0.17/1.00 vMB 13
625,915 625,915 00000000000000000004cbd9f6080b5940664ca29c6c0939ce80a130d5271500 1,077 0.55/1.00 vMB 14
625,914 625,914 000000000000000000001329ff12259d7b01e524292e0285eb63b637875aa60d 281 0.12/1.00 vMB 10
625,913 625,913 00000000000000000005d9246c462fea6f80359d5ffe4d2329c9ed996e7f63ad 1,037 0.36/1.00 vMB 15
625,912 625,912 00000000000000000003b6ecebea327f455be7094d30b100c760c463d56a889a 893 0.47/1.00 vMB 3
625,911 625,911 0000000000000000000e699c442966cc49bab7e2ff15cb9f35dd43342dcf6748 2,490 1.00/1.00 vMB 20
625,910 625,910 00000000000000000009fc24701dd4508d991179c0b2ca43f445454efc2a4929 2,433 0.92/1.00 vMB 1
625,909 625,909 0000000000000000000e67e0a1ba5bb81d4d9c8f318de588a9e7acb00fefd5cf 2,897 1.00/1.00 vMB 17
625,908 625,908 0000000000000000000c9330b0cccd55eff4bbbbead0296e1c287bf085a6146e 2,634 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.77 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.