Loading Tool

Explorer IconExplorer

Memory Pool

79,065 transactions
29.99 vMB
0.07879881 BTC
Random Selection Loading Transactions
Max Size: 182.94/200 MB

Candidate Block

Mining Attempt 894db204a6e03a7ae8f756560e7b2ff6fd60cca38a5d4b60a7d557a9a70d4e98
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 0d905b3c4281dcc97388f5631aa9273563fcad4aedaf417e74de60ea78826945
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.01215372 BTC
Feerates: 200.89 > 1.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (121,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,582 793,582 00000000000000000000faf91ff055ea91199bbb7c70166f1e4c5db85d4b1966 2,377 1.00/1.00 vMB 53
793,581 793,581 000000000000000000025cefaa0453b3b671cd2560de2bc0c85339265c1a68f3 3,042 1.00/1.00 vMB 66
793,580 793,580 0000000000000000000248a7a8b1e81125f8d49b5dc542e274b4bd3c6d2bbfa5 3,670 1.00/1.00 vMB 68
793,579 793,579 00000000000000000003a22edbc3912907d944e0177912223d08be4a1b716cbc 2,645 1.00/1.00 vMB 34
793,578 793,578 0000000000000000000158c2f28dcb1f02afb5702fc6e47ea4c20c06affe57d5 3,542 1.00/1.00 vMB 55
793,577 793,577 00000000000000000001e1c6a34bd2e4ffd90c808d650956ef227cf5b2c0569a 3,211 1.00/1.00 vMB 34
793,576 793,576 000000000000000000010c47cf8edb3b18674614a2876e7a3b4d11d42c82c3b9 2,535 1.00/1.00 vMB 44
793,575 793,575 00000000000000000003c1b2c020c80de5355107f73f5aebffea7426d725bda8 2,370 1.00/1.00 vMB 63
793,574 793,574 00000000000000000002a4f5cd899ea457314c808897c5c5f1f1cd6ffe2b266a 3,430 1.00/1.00 vMB 92
793,573 793,573 0000000000000000000431989b6500c964a6c23a7d7ab23fa07c7d085cd214cd 2,516 1.00/1.00 vMB 40
793,572 793,572 000000000000000000020a920317ebd6430f90aa8321f9c992d33754b73e8aa8 3,055 1.00/1.00 vMB 64
793,571 793,571 0000000000000000000067850a4b52bb1293e88b889bfea9dd2866f19ab803ae 3,508 1.00/1.00 vMB 94
793,570 793,570 000000000000000000017be3ecf748fcec29d82cdad6595af5e4a161d2185f0e 1,658 1.00/1.00 vMB 22
793,569 793,569 0000000000000000000233ed8a9a832c82570cdddbc339e1e4d66ecefa88e8ec 3,045 1.00/1.00 vMB 39
793,568 793,568 00000000000000000003af696d2e4163020e58e05bb75cdc7a1f01ed6c923e99 2,204 1.00/1.00 vMB 29
793,567 793,567 000000000000000000002f84c22902ebd598eecfd771323bf56e539880517581 728 1.00/1.00 vMB 18
793,566 793,566 00000000000000000003ab94109ac6ff6ea79e65c90129874f56f32842b0138b 1,213 1.00/1.00 vMB 14
793,565 793,565 00000000000000000002d4f7a6adceb027a28365dd65237a39764888ea8391ea 3,033 1.00/1.00 vMB 46
793,564 793,564 00000000000000000002b71d620f6fee74879be0d8f9b423a9a1756c4bfcb841 1,985 1.00/1.00 vMB 19
793,563 793,563 00000000000000000003131f99dfde1d8899b7fc1320146a825de597d785326a 3,204 1.00/1.00 vMB 60
793,562 793,562 000000000000000000035a04fcfc64bc676d57bec541a5837a655de230db1308 1,416 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.58 GB
    • Received: 18.20 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.