Loading Tool

Explorer IconExplorer

Memory Pool

82,766 transactions
30.99 vMB
0.10928701 BTC
Random Selection Loading Transactions
Max Size: 186.36/200 MB

Candidate Block

Mining Attempt 30006bf190116ac2d9ea3cd82c495f08a00452eafbfbaa8e01177c86a4d3721f
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 704b047e990c2f19a0d5ad7b2844249626b37078e7f1c38d6ec800b38ee22cf4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.03910928 BTC
Feerates: 163.06 > 3.92 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (287,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,416 627,416 00000000000000000008db2ab36961fb527e6bd8b23a5e0c5fc5b36e6e25cd12 2,927 1.00/1.00 vMB 44
627,415 627,415 0000000000000000000368776181c5cbbbdbe50848a194b22a72d99dd4b49a28 3,014 1.00/1.00 vMB 40
627,414 627,414 0000000000000000000a971551955c37eec2761c9fca29257abb74558319020c 2,082 1.00/1.00 vMB 23
627,413 627,413 00000000000000000004b5cb00c1bd0ca027bc5e247e22fb519eb8b01579734c 1,380 1.00/1.00 vMB 17
627,412 627,412 00000000000000000002d6d09a07b5f8f48cb929e14e039ec25765d61fc8a082 1,294 1.00/1.00 vMB 18
627,411 627,411 0000000000000000000bd7513de66443ce974a4e49d821ae6abda766e211f74a 1,197 1.00/1.00 vMB 15
627,410 627,410 0000000000000000000b1a4e53814ad13fd4dd26abc55e62aea62aa4efc6f3d0 1,326 1.00/1.00 vMB 15
627,409 627,409 000000000000000000044f513b40af410d176234dba5c94f050c55c5b8b6409a 2,286 1.00/1.00 vMB 24
627,408 627,408 00000000000000000008d9dab10f48fc8c61f006aa9caa422fa8d6913278d552 2,314 1.00/1.00 vMB 34
627,407 627,407 0000000000000000000b30fa32fcfc77314a16bf2a51b93d88a1d7bacb84a1ea 2,872 1.00/1.00 vMB 32
627,406 627,406 00000000000000000000f3f69a7860b457137342144f97c5a25e41edecfbdc3f 2,710 1.00/1.00 vMB 37
627,405 627,405 0000000000000000000c8cf20f7565236b888796176e22555a8dedbe2c599e46 1,961 1.00/1.00 vMB 6
627,404 627,404 0000000000000000000b15df9f6d3ac6055bb5349fa22926564f44e1a0366273 1,246 1.00/1.00 vMB 16
627,403 627,403 0000000000000000001002a27280126d5ebc15657143af5ce26bbe742f61fb7f 1,368 1.00/1.00 vMB 19
627,402 627,402 0000000000000000000ee6ecd7b17c1e550cd86f3ba09ca465c0710466e7f56e 2,190 1.00/1.00 vMB 30
627,401 627,401 0000000000000000000c08cb24f5cefb7153b6f16625cec04785115ee8d7aa29 1,718 1.00/1.00 vMB 8
627,400 627,400 000000000000000000051cc5dce67739be606eb6ac75bb5b3d0b8745256c2920 2,358 1.00/1.00 vMB 25
627,399 627,399 000000000000000000113b754f1a2cf0e9ee2f9a830caaf816bde36df574472b 1,688 1.00/1.00 vMB 12
627,398 627,398 000000000000000000105dd43e4cd4d38cc14ee3d05b3c1331ce49bae59352f5 2,427 1.00/1.00 vMB 33
627,397 627,397 00000000000000000011296933315922f5907193549ec969b503ac37d78b5727 3,048 1.00/1.00 vMB 44
627,396 627,396 000000000000000000010c7205d30547d5c05d3bd4181a03387272912b639e1b 1,984 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.69 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: 695.34 GB
    • Received: 16.51 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.