Loading Tool

Explorer IconExplorer

Memory Pool

80,487 transactions
30.17 vMB
0.09078906 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt 4ba1e776724340f3637522a2c8f4f62037d9fd8c52319139c4a6b5bf1d548b16
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 9d630d183a8ec9a06269b15f07f8573f777439fa4bd6429642d0323e66ac4d15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02905904 BTC
Feerates: 301.07 > 2.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (316,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,743 598,743 00000000000000000007d2948c48eee59d656fdcc1470626ec391d12d4e3ff09 2,924 1.00/1.00 vMB 38
598,742 598,742 00000000000000000002bbe74757c4574c7af2d654cb836696ffab5aa0f8bd6d 2,450 1.00/1.00 vMB 28
598,741 598,741 00000000000000000007651862b92f002b2e97334855995685c046c87c07999a 1,114 1.00/1.00 vMB 53
598,740 598,740 000000000000000000076d012faf34d8e5407519bc4d44168719a6fb50e5df8e 976 1.00/1.00 vMB 74
598,739 598,739 00000000000000000011d820df8cda1010ce271a5504cc2fb72d1559cd366a23 2,105 1.00/1.00 vMB 7
598,738 598,738 0000000000000000000d626a04383bf0904bf34d522e545e478e68c5c71d9945 2,135 1.00/1.00 vMB 10
598,737 598,737 00000000000000000012c0bb494f111e3a6f1a6d3e03a2f8a9bf91b085954d23 1,350 1.00/1.00 vMB 10
598,736 598,736 000000000000000000125893ae593048ab3395e778c4e3f443215397cd68abed 2,499 1.00/1.00 vMB 20
598,735 598,735 00000000000000000014b10642d9256fb43a614707baaacaeae3d943983ca8c5 2,772 1.00/1.00 vMB 17
598,734 598,734 000000000000000000082df11fd797a6d270e7a562af235cbe3946a7ee73b637 3,107 1.00/1.00 vMB 39
598,733 598,733 00000000000000000001c8fb7ce76688096bfcddb47a91feddfdf03653556085 3,094 1.00/1.00 vMB 22
598,732 598,732 000000000000000000051ce4c55b64800aa111efcf4fb44f66fed105a622d3cc 2,653 1.00/1.00 vMB 16
598,731 598,731 00000000000000000015cd8ac285e5d0dcf12bb77de57298b5bbb8f1d5d5d6e5 3,373 1.00/1.00 vMB 40
598,730 598,730 00000000000000000005728987fa9410f2e32f76eea5ed117c004887a22247e6 2,778 1.00/1.00 vMB 25
598,729 598,729 0000000000000000000c6a0011ad8387abf3a34a5632d069b6b2836dd02e5b13 3,142 1.00/1.00 vMB 39
598,728 598,728 0000000000000000000e8e92bf8427da6db46869ca0c5d5b15b7d355b1136f45 2,984 1.00/1.00 vMB 50
598,727 598,727 000000000000000000004a2c54519af797cc1097b8402932959567a24e33b08a 3,069 1.00/1.00 vMB 57
598,726 598,726 000000000000000000142f2eacd806d1676d2b33edec32b4fd69b10b7bf133de 2,837 1.00/1.00 vMB 20
598,725 598,725 0000000000000000000cd4842d79169d41f7d2c8295d3c534975df1746894c03 2,391 1.00/1.00 vMB 29
598,724 598,724 0000000000000000000121bdfcdf0faf02cbca2ea7ac76c892e1ce29dd6f405c 3,229 1.00/1.00 vMB 40
598,723 598,723 0000000000000000000b17c9c1983e683a1f10117096d14a78978c04f946364a 2,747 1.00/1.00 vMB 25
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.