Loading Tool

Explorer IconExplorer

Memory Pool

80,424 transactions
30.13 vMB
0.08964149 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt 0830eed859d7f2b62d5e2752a7265337f2b53017c3a1c0c82e4bc4c9c8ec9101
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root b62513f52fdc875c9db91603d86ad4afdbdc85c3535a54ea4abbce9adc97f30a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,358
Size: 1.00 vMB
Total Fees: 0.02802887 BTC
Feerates: 301.07 > 2.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (550,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,866 364,866 0000000000000000082767768320cfdc92b04a8d605e95db3303d26c0a887f6d 1,089 0.93/1.00 vMB 30
364,865 364,865 000000000000000004af6f65907e8ff5a5d24d22775afd025cba3b78a89a1656 138 0.09/1.00 vMB 57
364,864 364,864 0000000000000000078a32b267012a7d0b7aba50cdea76adecba28b1864e2489 904 1.00/1.00 vMB 25
364,863 364,863 00000000000000000e7bf292d46e24b8ec9fdc8c096672a76506077edf6e1417 1 0.00/1.00 vMB 0
364,862 364,862 00000000000000001542a48d1b2fce804be1c59d65c9d151da14b0fdbac9943a 2,088 0.93/1.00 vMB 53
364,861 364,861 00000000000000000f62b25f4915ad89ef627cfedac15b133aa6f4f1457bd89c 1,579 0.89/1.00 vMB 36
364,860 364,860 000000000000000010985bd204ca899fc8725d8e32896c76d41518ad6281d943 2,699 0.75/1.00 vMB 99
364,859 364,859 000000000000000014555cf76ab1d82e9a3d529adf3559cc8ea5ce343b9a3d65 703 1.00/1.00 vMB 26
364,858 364,858 000000000000000008f22ea4b13b2e6d6c0a957f76edaff62de69e64dade09a5 472 0.86/1.00 vMB 27
364,857 364,857 0000000000000000153080d858e282eb4deaee5147e4bf1644711d1dca8a7f8d 1 0.00/1.00 vMB 0
364,856 364,856 00000000000000001589e050ee0ffeefbf8b37780378fdd8af346e0a8bdec7aa 542 0.75/1.00 vMB 26
364,855 364,855 000000000000000007126deca342dcfa960372052f8909a0cea272eb97e921c2 1,209 0.95/1.00 vMB 36
364,854 364,854 000000000000000014501f4eb4a7a3b4253befedbde975790d43d546aa9251b6 436 0.31/1.00 vMB 31
364,853 364,853 00000000000000000cb9a6811e56de4c6e025e14bfc14b519721e37d7c7bfc35 488 0.99/1.00 vMB 21
364,852 364,852 00000000000000000d8862af0b2592e3f8ac8848dad08f585ba751b1d5d2422c 655 0.95/1.00 vMB 21
364,851 364,851 0000000000000000075231d9cf6caf9ef16acb2fedacc6a02c1d209ce3398ba6 1,757 0.95/1.00 vMB 61
364,850 364,850 00000000000000000d5f5446d3d511b5194c759ad0e78d4b044e5844bfa2c38b 1,230 0.95/1.00 vMB 42
364,849 364,849 0000000000000000058093ab703c31630d4a5505cca645f25e2b0716ef33cb14 572 1.00/1.00 vMB 34
364,848 364,848 0000000000000000030eabdd0971ce27230bcd70710b751df15e75a1790f3f23 1,099 0.59/1.00 vMB 64
364,847 364,847 0000000000000000072f9c3623796205cf07553c093e2f7ac8963f5aa6045aca 5,490 1.00/1.00 vMB 14
364,846 364,846 00000000000000000fc29d98c590f421daeb89577b189cc19e9b70cd29b4fe6a 326 0.75/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.