Loading Tool

Explorer IconExplorer

Memory Pool

80,999 transactions
30.55 vMB
0.08545815 BTC
Random Selection Loading Transactions
Max Size: 186.22/200 MB

Candidate Block

Mining Attempt a53d6dc9cd5cc16adf34e268f38c38e0af5170debb35c73b894f7f793e928002
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 0f1fb8051bda9e7a82de4fbe7cc7286b63ee64fe5b80180bcfb48cb36f23c669
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.01703683 BTC
Feerates: 318.30 > 1.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (466,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,658 448,658 00000000000000000094f58191ba799a69ab0cc5bba22340bee79c09e374be56 1,631 1.00/1.00 vMB 74
448,657 448,657 0000000000000000018acdec1f3544e269c751f0112b8dfe85b57d667cd10f00 2,940 1.00/1.00 vMB 77
448,656 448,656 00000000000000000192f8ed90c8ec986813a48a39556a5bbfb654a03486de23 2,491 1.00/1.00 vMB 112
448,655 448,655 0000000000000000016972f08db4661888f328be7dd4463bb482bfbc320f788b 2,560 1.00/1.00 vMB 97
448,654 448,654 0000000000000000012a5e369d00450f70fe038081a32d0b7618cd3763f53cfa 2,236 1.00/1.00 vMB 98
448,653 448,653 000000000000000000ed191be814ab4c28faa429ab90627b252b4f566440ddbc 2,631 1.00/1.00 vMB 100
448,652 448,652 0000000000000000001e7af3d64f11a2711e7d36d8c3e8c97b3f890f79e7ac59 2,445 1.00/1.00 vMB 70
448,651 448,651 000000000000000002bc45193a86a9ef404c3a3a47a0db9241b6c893ee8a1d84 2,491 1.00/1.00 vMB 72
448,650 448,650 0000000000000000005708f39492682c8a7af9fcec06fc3366fa3431a13efadb 2,185 1.00/1.00 vMB 101
448,649 448,649 000000000000000001af3ec4f46e97008aef5e5218ffcce74b4b480f89873355 2,550 1.00/1.00 vMB 92
448,648 448,648 000000000000000002b45ba692c63143a9bd7a968793e9a5cc0d6490589875c1 2,210 1.00/1.00 vMB 94
448,647 448,647 000000000000000002de4e6b554361a124e974ff87e99cb69a1fdefa320612c0 1,888 1.00/1.00 vMB 107
448,646 448,646 00000000000000000058d807381e26460d134b6d8685c5cd57280471b8a6b2ef 1,357 1.00/1.00 vMB 103
448,645 448,645 0000000000000000003ed3e1b018e31e1d499bd183a141bb3d361060b889f918 2,357 1.00/1.00 vMB 129
448,644 448,644 000000000000000000e64483e7bac768c0e58b958143f35173d728e5ee9d7b48 1,895 1.00/1.00 vMB 128
448,643 448,643 000000000000000001adbccca9268036906aef1fc2a84ca3bbdae581a522614a 2,474 1.00/1.00 vMB 91
448,642 448,642 000000000000000001affb94ad69ae1234432ce65bdd479d163cea70d6300210 1 0.00/1.00 vMB 0
448,641 448,641 00000000000000000125d927ef9c0db98e9dad80a2cd40bbb7e5b361d4354d4f 2,038 1.00/1.00 vMB 74
448,640 448,640 000000000000000000a778bfe2a727c0e5e2a0d117e273673f919f0b90f9a938 2,411 0.99/1.00 vMB 98
448,639 448,639 0000000000000000026331032a407083c0a8cf8aa2d59b981857d6a0c5604006 2,371 1.00/1.00 vMB 107
448,638 448,638 000000000000000000c965020a5b5f150b69393312263bffc72758a7e45353d1 2,314 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 783.00 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: 718.37 GB
    • Received: 17.89 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.