Loading Tool

Explorer IconExplorer

Memory Pool

79,329 transactions
29.67 vMB
0.07547722 BTC
Random Selection Loading Transactions
Max Size: 178.14/200 MB

Candidate Block

Mining Attempt 59084137521d9244b920d22004343879a7e8dbbe594076a1c13db6763d33398b
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 72fbda2cc654a0e34958c56e996838ec4fb83d68709446568eba3028e81976de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,154
Size: 1.00 vMB
Total Fees: 0.01508776 BTC
Feerates: 90.48 > 1.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (474,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,701 440,701 00000000000000000376d5f443b2a42fc215d7f0a943bc9bef1ff7cbd64cf973 437 1.00/1.00 vMB 27
440,700 440,700 00000000000000000148723b3de16fa9124f6dd631247d8dd873245de07c98c3 568 0.25/1.00 vMB 84
440,699 440,699 00000000000000000352c8b961d1bceb43478865efbd951a2449ec87fe67190c 291 1.00/1.00 vMB 23
440,698 440,698 000000000000000000d6edecc640936b72aee9bd6ecd30b4089052bbe0cc5309 1,628 1.00/1.00 vMB 40
440,697 440,697 0000000000000000034fd1e473810830a2536dc7b6415b69b2dd2f24ddb4e3ca 2,410 1.00/1.00 vMB 87
440,696 440,696 0000000000000000037f535f699ed6feae81ad298fb6076d7739fb9c1e6eb17a 2,101 1.00/1.00 vMB 68
440,695 440,695 000000000000000001b56ffe0d71617805d8b8eca49051fefb4d8ad9f1424072 2,793 1.00/1.00 vMB 97
440,694 440,694 000000000000000002b146b3039c25850919a0c59239ed4bbd1c023cd9e25273 2,011 1.00/1.00 vMB 54
440,693 440,693 000000000000000002701d9a6b2ea85e185e07b3f83a7024989cf35bd92b20f9 2,661 1.00/1.00 vMB 92
440,692 440,692 000000000000000001ad9ed874da95393a94746d5eb84c9a0e5b3e4b1f59b4f4 1,782 1.00/1.00 vMB 64
440,691 440,691 000000000000000001a0167d2067897fb7832a2d00d6032ab388a52be8276188 2,651 0.99/1.00 vMB 62
440,690 440,690 000000000000000002c532e393d5f3d5329110b61fdfdf1fdfdfb707ca3a64e0 2,468 1.00/1.00 vMB 85
440,689 440,689 000000000000000000fcbcd0d86490681076064e0433cf864af6d11f06a848a2 2,252 1.00/1.00 vMB 101
440,688 440,688 00000000000000000397dd0992e5a581bd6ea038902d3d5e8c39cd851991ea71 1,970 0.75/1.00 vMB 84
440,687 440,687 000000000000000000e6cea216a80d61e6b0995b176dacd5f169edb288b66d04 2,570 1.00/1.00 vMB 114
440,686 440,686 00000000000000000139d00d0df33a08fa425d2f636d3cd56815476deaaf60a1 64 0.04/1.00 vMB 69
440,685 440,685 0000000000000000036878bfd7ef40663e18a1b5e14db05fa30d0c0dfee261ba 2,206 1.00/1.00 vMB 63
440,684 440,684 00000000000000000194d9b0a23733e94cd75f7de0aec8707348af81f3a12574 2,135 1.00/1.00 vMB 66
440,683 440,683 000000000000000002c4c828605e9f16a64ed57a37ae4679ff6db83d8c63f222 2,928 1.00/1.00 vMB 76
440,682 440,682 0000000000000000022ab801d7f13849e7dbc2052a2bfdcb9b7ab38abaf9a5fd 2,676 1.00/1.00 vMB 104
440,681 440,681 0000000000000000012a8d75df129c93f03f22c5afc8f90075deefbc78abf513 2,425 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.40 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.70 GB
    • Received: 15.04 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.