Loading Tool

Explorer IconExplorer

Memory Pool

83,529 transactions
31.39 vMB
0.09792519 BTC
Random Selection Loading Transactions
Max Size: 191.32/200 MB

Candidate Block

Mining Attempt 6b09c96171cf486cf8e4ee6eae287a6c6ef2ca527fb47e3603183ee9e70b5b60
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 937ac20822875da91cac1239e354c54531d221a5daf23d1359ee26503b223efb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,252
Size: 1.00 vMB
Total Fees: 0.02557596 BTC
Feerates: 177.93 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (514,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,002 401,002 000000000000000002100bff8395395df5f00eb9c066e240a95805ffc6a60b4a 2 0.00/1.00 vMB 0
401,001 401,001 000000000000000002be9f83df4f97ae4bb6206d0fa8a8a7ed48776786ffc1d8 1 0.00/1.00 vMB 0
401,000 401,000 000000000000000000af172b1ca0cdbcfb849e73167080a1379250d4c5904738 1,403 0.99/1.00 vMB 27
400,999 400,999 0000000000000000063829b985b700dbd4963776a7d3fd64452e89cca1111b46 1,334 0.90/1.00 vMB 39
400,998 400,998 00000000000000000194229b35ebc23ed4cc3a3ade110e42f4ce30026a864cdd 1,124 1.00/1.00 vMB 27
400,997 400,997 000000000000000002ec04eca33e2400c452b67ac0eaf9b694bbf7f10a26638d 2,172 1.00/1.00 vMB 44
400,996 400,996 000000000000000001c36e047ad795b6b3bae2aea82ae09cb7d44da05fc14f1f 2,215 1.00/1.00 vMB 52
400,995 400,995 0000000000000000012b68afab7ff9df6438c9633f208bb866e7dbdbe7b9a2ff 3,110 1.00/1.00 vMB 64
400,994 400,994 000000000000000001d10907f05c2b7f5e12cb7351f9dd6817d1df0ba0987937 2,695 1.00/1.00 vMB 50
400,993 400,993 000000000000000001a63571a6b802a509051d03a585a0c4b4ea042c7c099c69 2,816 1.00/1.00 vMB 100
400,992 400,992 000000000000000000fc942ab958b2d7b658156cf81052087f5ce74535bb41fe 2,401 0.99/1.00 vMB 61
400,991 400,991 000000000000000002a974cf6c50f0b1e832382d8a015cdd2bc967e33af22265 1,309 1.00/1.00 vMB 33
400,990 400,990 0000000000000000061366f84cf8fd9316f6c9ee29ea57158b1e32682da43c71 942 0.99/1.00 vMB 23
400,989 400,989 000000000000000004a3f694526bafbc2ff34a7823638488235e4054bc0eab90 1,217 0.93/1.00 vMB 34
400,988 400,988 000000000000000004b6d24aa9aaf07b0f97ddab27cca0d6a453f5c9da2c99dd 465 0.93/1.00 vMB 19
400,987 400,987 000000000000000003088f048202585861305e37065d65ba8de791ad8f89f94e 1,766 1.00/1.00 vMB 45
400,986 400,986 0000000000000000005dec22bb71d44e9591793907d54f2a7c1acc8b10aeb9fd 1,363 1.00/1.00 vMB 30
400,985 400,985 000000000000000005c9cc39647a89be220da0c407c426bf4e5cc7eca2d21ed8 1,099 1.00/1.00 vMB 28
400,984 400,984 0000000000000000061862d4397f0456cb8169daf649e422f3c500bf80b18044 1,958 0.93/1.00 vMB 41
400,983 400,983 000000000000000004e21c905dccafada5437608d4dd0bd0bc57ae839085d513 1,437 0.99/1.00 vMB 46
400,982 400,982 000000000000000003ebc4a9cc7e24b51b6c426a725d4315f07ce6f7eecddabd 1,934 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.