Loading Tool

Explorer IconExplorer

Memory Pool

76,073 transactions
28.39 vMB
0.06864043 BTC
Random Selection Loading Transactions
Max Size: 172.00/200 MB

Candidate Block

Mining Attempt d21144a78a4fc22f58c99e750e5de7c58b5fa99a556a4cf9196c028f6465c1da
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 65bc9a4b67d82c7485c20ffcefc42ff73dcaa3168697f9a27bf76672bc3b4b68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,845
Size: 1.00 vMB
Total Fees: 0.00989456 BTC
Feerates: 178.73 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (329,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,721 585,721 00000000000000000007eb575f5d970d7b4901737b04cfb710c29ef9c5709bc5 896 0.29/1.00 vMB 37
585,720 585,720 00000000000000000010e07222aeba7abb455f013f151d65cd9da5a25c59484b 1,331 0.48/1.00 vMB 41
585,719 585,719 000000000000000000186e8cc9f77799cf98b3bb68ed76a2d88a9acd0d6996e4 2,914 1.00/1.00 vMB 43
585,718 585,718 0000000000000000001bf115bddd913e8a5ab82ce83872f3af28c58a5a177dcb 692 0.22/1.00 vMB 37
585,717 585,717 000000000000000000013c127b292d6deef32e9f4e2fc5d680e39c52631b2985 1,775 0.67/1.00 vMB 30
585,716 585,716 00000000000000000016c5e5fe8001198b711ff82619fddf3403e90774ceb7a3 1,528 0.81/1.00 vMB 13
585,715 585,715 000000000000000000063f817f51ec35f7c903eb0bd88fa96d171119ec9dfe14 1,728 1.00/1.00 vMB 23
585,714 585,714 0000000000000000000d69f569ad25e8e235e2af591e0d4895f8118bb8f9bad5 2,010 1.00/1.00 vMB 26
585,713 585,713 00000000000000000008c7954885aaa318ae92ee586e327d8225ff04e6cb9868 2,916 1.00/1.00 vMB 24
585,712 585,712 0000000000000000001e7d28b996ebcd09c9b7b56adfd3b4bc3030d42a2f7f56 2,729 1.00/1.00 vMB 51
585,711 585,711 000000000000000000003d17273ab73eab3b3cd3f3270f64f4837208d1f44277 3,290 1.00/1.00 vMB 68
585,710 585,710 00000000000000000019e7086b1d172094e082da3844e26bbd50521f103a029e 2,705 1.00/1.00 vMB 37
585,709 585,709 0000000000000000000cf3dd781ff1b5895eee8303fce48a0da1b4d241712d47 3,344 1.00/1.00 vMB 49
585,708 585,708 00000000000000000012ac3ad31bcdd9f69dea68f5629c6b9e358c7e8ce1cc25 2,735 1.00/1.00 vMB 73
585,707 585,707 000000000000000000103cc0c1c38c083db70f38b6f05a4df0403367e9268792 2,967 1.00/1.00 vMB 44
585,706 585,706 0000000000000000000b5f09fc604bf907d2e02b0b70cfd0851aaf4fff1dd2c8 2,814 1.00/1.00 vMB 41
585,705 585,705 00000000000000000013d4f2ba98ad4f84f6318c2292200a744e62c78af8fb3f 2,530 1.00/1.00 vMB 35
585,704 585,704 000000000000000000075edb90ce2783345c61f1e5ca8a6df0b885dad4a3e9aa 2,652 1.00/1.00 vMB 16
585,703 585,703 000000000000000000051e839f9e2ae9a32ff487bc9d4e536ee830ff99bc980b 1,753 1.00/1.00 vMB 49
585,702 585,702 000000000000000000076f72ea175333fb0e2895f517593496e676349a4758c1 2,906 1.00/1.00 vMB 40
585,701 585,701 0000000000000000000f287df232524aea5e58871c9e1c6c914c38fbd99d8d77 2,501 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.