Loading Tool

Explorer IconExplorer

Memory Pool

32,263 transactions
25.30 vMB
0.08491511 BTC
Random Selection Loading Transactions
Max Size: 126.33/200 MB

Candidate Block

Mining Attempt cea6d8e8be53f2aa3e53b317b085b4cb453ea378218c0b9501f7735f5f312ce0
Version 20000000
Previous Block 00000000000000000000f9cc9430b1c75cb23484af9e7ec66b0ac92105aa7fbf
Merkle Root 3fdc3e9d69f78b8d50c9746f102e08dc4342fb250bbde3a9af1fce53ab90e1fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,387
Size: 1.00 vMB
Total Fees: 0.03882524 BTC
Feerates: 101.66 > 3.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,215 (843,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,726 70,726 00000000000e762d8f79220490dbcba3fa5fcbefa2b0b3365eacfd905a2b33e3 2 0.00/1.00 vMB 0
70,725 70,725 000000000039c44fbb3dc80c3e3926230904fe1ecbb93f67a5cf7f31b77ddfd8 3 0.00/1.00 vMB 3,883
70,724 70,724 0000000000e0faa0755691404db5e5abc2a75e32413745c1acb40b6e164ce46c 3 0.00/1.00 vMB 3,891
70,723 70,723 0000000001078bc4f24efb63b8c5380d2fefe74df5df654af44ed9b3f784e14c 3 0.00/1.00 vMB 0
70,722 70,722 00000000001f9c22d6c6917ba61fab730459bb093f521fe2ee984c1609e803cf 2 0.00/1.00 vMB 0
70,721 70,721 0000000001076b52e14095fced0a0770256d74a1e147a93b8f5a8f5ba291e662 11 0.00/1.00 vMB 0
70,720 70,720 000000000066b8aabeba01ac8f2b86882701696e6f226399115f39b134226660 1 0.00/1.00 vMB 0
70,719 70,719 0000000000f6024703c25dc63c04ef6e8390efe772ece7b948a29d80e7227486 5 0.00/1.00 vMB 0
70,718 70,718 00000000009f73af5c5cee343bcbd2b3c364cf2849a108b8521d0e44ef66c327 9 0.00/1.00 vMB 0
70,717 70,717 00000000007a6584097931b215a11f7413d95aaf645b8ac1dbd9b41e49db3f94 1 0.00/1.00 vMB 0
70,716 70,716 0000000000dc96d10629d3ab5c28ffd25e6af05cd190eedc7986b0830856353a 4 0.00/1.00 vMB 0
70,715 70,715 0000000000389c79b4e56e479c432c9803a528331a4ca8efdf50a3da32641682 1 0.00/1.00 vMB 0
70,714 70,714 00000000008f37050db93b405581132b39a18f56140fb523932fc53fed50a05a 2 0.00/1.00 vMB 0
70,713 70,713 0000000000fa3c057816c031bfc890297773db92dcf20b7d54e27e126ce652c3 1 0.00/1.00 vMB 0
70,712 70,712 00000000000ab6303cce6adb6a4109fbcb2936a09ece3978b5964d49b00ce970 2 0.00/1.00 vMB 0
70,711 70,711 00000000009fc359a7d2fefe689f44f553f9b04f2332cbb70f5450d157c74557 2 0.00/1.00 vMB 3,891
70,710 70,710 0000000000fdeaf226b854b8676564ec09de88f3c3395ef3e7df3b6677e44c1b 1 0.00/1.00 vMB 0
70,709 70,709 0000000000e2db4fae16e424cf0bda06332ca4ec535f948b973276db09f6d298 2 0.00/1.00 vMB 0
70,708 70,708 0000000000188da33fcd86833509179807608464e437f2a90ea45e4a546c7ab2 1 0.00/1.00 vMB 0
70,707 70,707 0000000000644448ab60809e1718340ecd2bae38540524de939f3df88b43f684 2 0.00/1.00 vMB 0
70,706 70,706 00000000004601835cc5873781599aea5aed6988ae9cf141f8d8667e7d86d745 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.97 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: 574.57 GB
    • Received: 8.17 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.