Loading Tool

Explorer IconExplorer

Memory Pool

74,890 transactions
27.65 vMB
0.07703246 BTC
Random Selection Loading Transactions
Max Size: 168.56/200 MB

Candidate Block

Mining Attempt bd8b858a34327ed2f90c4de13562e2735b566d70d46a1fddf6ba0ba49d2982c0
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 3d397a2e1438b0cec5f7f019101613e16a0cbaf97840e47dbf4e33cce0a1e5d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01776619 BTC
Feerates: 121.74 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (307,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,718 607,718 0000000000000000000b4d7caccd605126ef5b8f64cfa81e5b1ed1f3d026427d 3,104 1.00/1.00 vMB 15
607,717 607,717 00000000000000000014c0baf1a75d262b79c7ddb974d0afc86b8526a73a5319 2,296 1.00/1.00 vMB 26
607,716 607,716 00000000000000000005a82ea867c6109da0c1e909551c0252460d3d7f20bd29 666 0.19/1.00 vMB 11
607,715 607,715 000000000000000000135074b65acc35759fc02e43ec62559a6ecc13972eb092 3,383 1.00/1.00 vMB 11
607,714 607,714 00000000000000000012312d42ba14e79c88a54bd5299593851ad3af801c5c5b 2,689 1.00/1.00 vMB 22
607,713 607,713 0000000000000000000c3a11e324eacc3a4137b0abe3fb975b89f87bafadcf18 2,771 0.89/1.00 vMB 16
607,712 607,712 0000000000000000000fd29d20af0cb16f82fccfe5110d341180a76005af67da 1,753 0.76/1.00 vMB 3
607,711 607,711 0000000000000000000edf698838d89b3517ed440c03bd0ee63fa039db7047eb 2,661 1.00/1.00 vMB 9
607,710 607,710 000000000000000000105874506c18dfb3bce2f5028189e0a3e5d0ce0aa44f18 2,885 1.00/1.00 vMB 12
607,709 607,709 0000000000000000001527d5db832fa492c437b31d9232c9912a772eac613bc3 2,526 1.00/1.00 vMB 21
607,708 607,708 00000000000000000013e70f4c1d83a547e98bd4f43a4e334de03f64327ab250 2,429 1.00/1.00 vMB 19
607,707 607,707 00000000000000000004cf4a3f495ccf460278a12667e345e954a5adb5679464 601 1.00/1.00 vMB 15
607,706 607,706 000000000000000000036db9fb85269546c00442751eac4bf5e18540c20ca6c8 2,847 1.00/1.00 vMB 16
607,705 607,705 00000000000000000003a31c1879994e9b498f55f390f2b34ef6a84bb35ee4af 2,830 1.00/1.00 vMB 25
607,704 607,704 00000000000000000002623617379d4385011b83f1dbb44e621b7539f755f809 1,396 1.00/1.00 vMB 22
607,703 607,703 00000000000000000002bacdbdac2af2314e013ebe1083a060d33f458be4a27c 2,648 1.00/1.00 vMB 33
607,702 607,702 000000000000000000073693945c52f7a7e9e852fb16a37492d9560397039bd5 119 0.08/1.00 vMB 7
607,701 607,701 0000000000000000000fc87e02c7e1204770d903c8fca0c8c92b3b5e596aa1ed 2,079 0.73/1.00 vMB 10
607,700 607,700 000000000000000000130509ed372c44ffd936912c3492eab8d9940f325ef7be 2,346 1.00/1.00 vMB 4
607,699 607,699 00000000000000000008cd0f24b6848f9cb6f2a1208bb4a47e55864c750a9931 2,500 1.00/1.00 vMB 15
607,698 607,698 0000000000000000000d148b43fe72cdc4dfdcbab717286e7d84d39f06504a28 1,500 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.89 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.34 GB
    • Received: 17.35 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.