Loading Tool

Explorer IconExplorer

Memory Pool

77,740 transactions
28.60 vMB
0.09918053 BTC
Random Selection Loading Transactions
Max Size: 173.81/200 MB

Candidate Block

Mining Attempt fef0a8a3375ae28bc5620e00c3c8d5c53a707a863c3c9a69b82fb0c47340f646
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root ee85b04bf35343ce79544f5e4e891e0a8342f95fd486ff71c95057e15312f1e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.03368737 BTC
Feerates: 201.07 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (198,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,726 716,726 00000000000000000002ba6d5f9ac74f0ca0198f3da7565eeca667dce2f4720e 2,744 1.00/1.00 vMB 13
716,725 716,725 00000000000000000004e77c9ccd8d3edbadbc7e70acebf8460e585e4de417ef 2,527 1.00/1.00 vMB 17
716,724 716,724 000000000000000000056b0c83872190d68e4da26abd5fe63876ea2d15e4f8cb 3,033 1.00/1.00 vMB 10
716,723 716,723 000000000000000000036f0aff5c19a7ce4d177fb427cbf60b37582c3d43b760 2,276 1.00/1.00 vMB 13
716,722 716,722 0000000000000000000a352bde58aac80839c18fa5ec8e535a7a298113903449 1,931 0.69/1.00 vMB 13
716,721 716,721 0000000000000000000828e4e9102055b5a3529bcc1c0ffcbb5a73ba9db85444 1,513 0.54/1.00 vMB 10
716,720 716,720 0000000000000000000122bea62b78c8f5d41ca8c87dfcdd8a59c4a8ff855625 276 0.11/1.00 vMB 13
716,719 716,719 00000000000000000004e212c9bb4abedcdf7ff9a578e56b23d5cd38066cd279 1,859 0.83/1.00 vMB 11
716,718 716,718 00000000000000000006e21b583c41d755b862caae09a43048a6bdf94380793e 904 0.35/1.00 vMB 10
716,717 716,717 000000000000000000062a8ce471cad706a3996c49f05a0539f3a65e5c26895a 366 0.16/1.00 vMB 34
716,716 716,716 00000000000000000007b6460b00205dab88a85d95855a2237a814ca6a2d3873 673 0.22/1.00 vMB 11
716,715 716,715 000000000000000000060d629a4c5a49e2555eb4ccc02ee4aaa3789f6c7208d0 194 0.05/1.00 vMB 12
716,714 716,714 0000000000000000000586d438ace858ca55e3a278fff58ac91ca3da1a1e5241 65 0.02/1.00 vMB 8
716,713 716,713 00000000000000000004144957d9b67c116e7549254ce3f8ee4f1d75b7b9a95c 1,435 0.53/1.00 vMB 10
716,712 716,712 000000000000000000075716c9d419e1b6ff771f0908bd9bfe8560a13553693f 2,615 0.87/1.00 vMB 12
716,711 716,711 0000000000000000000b62c05a965e5485e7eb21e1ab86c387b42ea60fb2a547 639 0.21/1.00 vMB 8
716,710 716,710 0000000000000000000b683b7f6fb1da7f18a6c302a8dae87efa8af5beece20e 2,484 1.00/1.00 vMB 12
716,709 716,709 0000000000000000000b3d5d392a69e0600a74925bed8c8e5f1e4286de726c17 316 0.15/1.00 vMB 14
716,708 716,708 0000000000000000000aff80a8491bb5ac73a931b323cba6fc28c72c69eda181 356 0.27/1.00 vMB 10
716,707 716,707 00000000000000000001323a00bbb3de3fe1f13bfd8b56571a35c53b10f25804 718 0.52/1.00 vMB 9
716,706 716,706 0000000000000000000b444c018d230a443fc8e8361eddef65f544e9645a1b59 132 0.23/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.