Loading Tool

Explorer IconExplorer

Memory Pool

38,486 transactions
28.43 vMB
0.06583051 BTC
Random Selection Loading Transactions
Max Size: 143.93/200 MB

Candidate Block

Mining Attempt 4cc83c2934e7cb5e4afd9456d38b8d8b501ff6c1c6387b5e57249aec4adf2146
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (176,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,852 737,852 0000000000000000000610bf2f46b69dadf9b0bd8e85b754158c345a0f0fb99a 2,072 1.00/1.00 vMB 13
737,851 737,851 0000000000000000000528d587e4070d9ca402d39be4b8ed013c8ee0b67bab26 2,141 1.00/1.00 vMB 17
737,850 737,850 00000000000000000004d42343bc2b4bd948cc74e5f09928517ae41dd9547836 963 1.00/1.00 vMB 15
737,849 737,849 00000000000000000004a3dc93f486f2c46a039cae821d7974662862becd03ac 2,718 1.00/1.00 vMB 23
737,848 737,848 00000000000000000001250e5070e9cc69226b6e0dd9bc18f35b6608c0870d6e 1,916 1.00/1.00 vMB 23
737,847 737,847 000000000000000000082e846707935c5bab2de46350944c29925049722f39e3 3,152 1.00/1.00 vMB 27
737,846 737,846 0000000000000000000630bb2f704cc867a6c019f731a0c296ffd7d959a76d6e 2,873 1.00/1.00 vMB 18
737,845 737,845 00000000000000000001a11785884ebe385721a776738cb093829e5734ece357 3,127 1.00/1.00 vMB 22
737,844 737,844 00000000000000000002739d1823197b7646bf4b17bcc51663314cfa9df40fa2 1,821 1.00/1.00 vMB 11
737,843 737,843 000000000000000000041abfce154bddd0792d7035129736aebe7d1547b6740d 2,768 1.00/1.00 vMB 15
737,842 737,842 000000000000000000059cb161d743720e396127b85ef2d921c99ad9fc8d3edc 2,802 1.00/1.00 vMB 16
737,841 737,841 00000000000000000006362a15bca3084ecfd7c6daadabae63bf21623393231b 1,897 1.00/1.00 vMB 19
737,840 737,840 0000000000000000000345eb056623a7c2bb0d835cf0dbe567221a99dbb454a8 2,964 1.00/1.00 vMB 20
737,839 737,839 00000000000000000008dde2a2de6cfb1d9a6c751c7cd86cbc233eb6a8907818 2,067 1.00/1.00 vMB 3
737,838 737,838 00000000000000000000fa3651cf3d4ffee8b304c7a50a89dd593613653d44f9 1,184 1.00/1.00 vMB 16
737,837 737,837 00000000000000000001f1b35f4fbe64761f24d712e9dba3901e0f5f1b74e8bb 2,823 1.00/1.00 vMB 12
737,836 737,836 00000000000000000002024c4569d49661e7d569fa6e1b85bf8ee1dfbf6c1d91 2,977 1.00/1.00 vMB 24
737,835 737,835 0000000000000000000142fc36f3d0e6d9c338fe025ccd89d711eae45f4a126e 2,501 1.00/1.00 vMB 14
737,834 737,834 00000000000000000004cf0e9b85a4434b81fd9904a63bc279cbf3a18c5212d9 3,610 1.00/1.00 vMB 16
737,833 737,833 00000000000000000001644bb23667c98f16fa844b3671c72e68094b2fff242b 3,055 1.00/1.00 vMB 23
737,832 737,832 00000000000000000002133632d4d4e6e0609c90d663acaf51908e6a58cee4c6 2,768 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.58 GB
    • Received: 11.46 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.