Loading Tool

Explorer IconExplorer

Memory Pool

81,566 transactions
30.31 vMB
0.07602429 BTC
Random Selection Loading Transactions
Max Size: 186.12/200 MB

Candidate Block

Mining Attempt 3ec65ba5f498d4df399108e24aad1fc8577a25fff83be8f1533a2c787ef1385d
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root fae4ae606eff7aadf47144eee4601333d45822f8ccf2c7c0e9b9d2ad949374fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,844
Size: 1.00 vMB
Total Fees: 0.00861203 BTC
Feerates: 150.77 > 0.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (264,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,737 650,737 0000000000000000000bd3fb87f9d34f359fd422f6ec87d59eac420a8febd7fa 1,331 1.00/1.00 vMB 21
650,736 650,736 000000000000000000084f9ccf00f807f9260bbb01d0b28074a1c3f84003b779 2,497 1.00/1.00 vMB 40
650,735 650,735 0000000000000000000310a4f6598658bc6bbb7e6b8d6eb5f39c5e1a9dbf9a5e 2,772 1.00/1.00 vMB 55
650,734 650,734 00000000000000000009527f72a7c7c0eec76eccc51506c52ffd41fd5d420a3c 2,268 1.00/1.00 vMB 36
650,733 650,733 000000000000000000062190823ffecc378b43cda4e5f2390a38c35d858df372 2,302 1.00/1.00 vMB 32
650,732 650,732 00000000000000000008b491da1328af1dd649d548824a9229584114c4a1cb66 1,587 1.00/1.00 vMB 83
650,731 650,731 0000000000000000000489c93780aaa5b829e804253def76ce22e4cc76b3857e 2,783 1.00/1.00 vMB 48
650,730 650,730 00000000000000000009b054bc61c889fc895480a8b900e6b705008320e1785d 2,046 1.00/1.00 vMB 61
650,729 650,729 0000000000000000000161e15b903d0f90e2c18075599dc67d263e9d0d0f1061 1,935 1.00/1.00 vMB 89
650,728 650,728 00000000000000000006012291200bc45cb9986945d9aa687fcdd31073ec72ed 2,531 1.00/1.00 vMB 47
650,727 650,727 0000000000000000000c44a71e9081d6db5e40d017c17faff9fdc3d7214effe2 2,698 1.00/1.00 vMB 58
650,726 650,726 00000000000000000008f1688036dbca09d91f84feebd4a9fdfc86a472c4ca98 2,708 1.00/1.00 vMB 58
650,725 650,725 00000000000000000003d4d891b317c8816a2f06c6886e84ab72e86911ea3cda 2,710 1.00/1.00 vMB 70
650,724 650,724 000000000000000000058e77545d7243b5b180c4fcc881abb076ce6a53cbbd39 1,657 1.00/1.00 vMB 85
650,723 650,723 00000000000000000000ef4ec40f8c5eb3b6786f2dde60b2e89ffe093ffe8393 2,397 1.00/1.00 vMB 97
650,722 650,722 0000000000000000000a927c724418960611be153880583c627078d1131aaa9f 1,842 1.00/1.00 vMB 66
650,721 650,721 000000000000000000049e5fab54ac0cfefa2caf83886df5bc0998473202b652 2,064 1.00/1.00 vMB 65
650,720 650,720 00000000000000000009429bbf54dbea258bc9c030ab43b8173354028d8653c1 2,042 1.00/1.00 vMB 79
650,719 650,719 0000000000000000000811d26b3d821eb09bf07a37bcaccac1c9f8d8649511fb 2,781 1.00/1.00 vMB 96
650,718 650,718 00000000000000000004b5fcc66fc19551c47e99168038cb93451208151cb23c 1,834 1.00/1.00 vMB 68
650,717 650,717 0000000000000000000c16843581ef545daef1c28adf5c990015f1332c2df59d 2,594 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.