Loading Tool

Explorer IconExplorer

Memory Pool

44,045 transactions
27.30 vMB
0.07918920 BTC
Random Selection Loading Transactions
Max Size: 142.55/200 MB

Candidate Block

Mining Attempt 347ef705a4734e8db88a2a6720745b2e6261f8f21e087793127a7f3aae7eab24
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 5f3e6bab4da68110ff95fe783e6f8addb546d907a4c9ebb098bb604a8f42c186
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,399
Size: 1.00 vMB
Total Fees: 0.02629431 BTC
Feerates: 150.77 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (82,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,709 832,709 000000000000000000017017c7b054c80d12fbf65027f0b46a29a34c6f436af6 2,263 1.00/1.00 vMB 55
832,708 832,708 000000000000000000014d6a48e5f734d544fcdfe636a5388b0c3faeb42e2cee 3,144 1.00/1.00 vMB 32
832,707 832,707 00000000000000000000062d6f69781a5ba341d9e7d19705752390e3f3798adf 2,063 1.00/1.00 vMB 14
832,706 832,706 000000000000000000004c65e0596034b22dc58fd02f9840c6ca15dcc9ca551d 1,995 1.00/1.00 vMB 22
832,705 832,705 00000000000000000000e8b669405eadbc0339e21e137852b8315a5c4d0f4d3e 3,183 1.00/1.00 vMB 26
832,704 832,704 0000000000000000000174784c091f879059062c96fbb9e1ae4a32496fa3c785 3,630 1.00/1.00 vMB 53
832,703 832,703 00000000000000000002e7d3068f9b1078aec1547ac85742deecb67219778dc6 2,905 1.00/1.00 vMB 30
832,702 832,702 00000000000000000000f7bf32e0216d401393343afe605566fe2580429bdfb4 2,858 1.00/1.00 vMB 31
832,701 832,701 00000000000000000001f1aac14a0f15dc677243f45c6ae7b3d5aed5a47ddb57 2,045 1.00/1.00 vMB 36
832,700 832,700 00000000000000000001961752347bba76fa6ec455bcc5a091d269f7afa9a56e 2,846 1.00/1.00 vMB 46
832,699 832,699 000000000000000000013166825416b8e2492b690f3f017988bfb9eae186416a 2,934 1.00/1.00 vMB 64
832,698 832,698 000000000000000000033786885dc12072ce775b24c306ae5e879068b1ffcb87 3,262 1.00/1.00 vMB 78
832,697 832,697 00000000000000000001a28798b49e8bed9ba712539237a1da1489c9bbbcebff 2,982 1.00/1.00 vMB 33
832,696 832,696 000000000000000000004d1d1a38baa71d4050c176afd382a0620db62ee457b3 1,626 1.00/1.00 vMB 19
832,695 832,695 00000000000000000000b0ea8cc5dd8c7c7fa0d4f3633fbe6f67647482141b3c 3,003 1.00/1.00 vMB 21
832,694 832,694 000000000000000000025ec40170f6a399729710462ed9f7a0b599c29c11e0a0 2,957 1.00/1.00 vMB 46
832,693 832,693 00000000000000000000f1ba21d0a4325e7cb9069cfd2fb484b1eb22e3057225 2,607 1.00/1.00 vMB 25
832,692 832,692 00000000000000000000f2e94f9d9d8ca5217d885b9eb91535f38e2ba2a4ce38 2,911 1.00/1.00 vMB 44
832,691 832,691 000000000000000000010bb4d4dfe55563d8a4efd804c29a73b47db2a61db8d9 2,696 1.00/1.00 vMB 47
832,690 832,690 0000000000000000000225b215e1865d2723419aeb77873a92137bce795948a1 2,869 1.00/1.00 vMB 48
832,689 832,689 000000000000000000008878ee0501ec869f778c126170708c1c3bc8ea6e0668 2,855 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.66 GB
    • Received: 13.99 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.