Loading Tool

Explorer IconExplorer

Memory Pool

77,419 transactions
28.98 vMB
0.10218749 BTC
Random Selection Loading Transactions
Max Size: 175.55/200 MB

Candidate Block

Mining Attempt 4aa40cafc4f1b216817e073abdc77022abad84b7fe5ebf9974c3b606e07bf027
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 12e865adedfb0de845026f3cd6eba2828854ce64378bc67677b0193cfb2044ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.03251217 BTC
Feerates: 180.82 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (110,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,707 804,707 00000000000000000002a2d18da1e66e8e3f5b0796ac4800b79bbd1ae2ed47be 4,108 1.00/1.00 vMB 7
804,706 804,706 000000000000000000042f5e770698fee1ea3a91c0d293a2b75895e648de1c78 2,606 1.00/1.00 vMB 13
804,705 804,705 000000000000000000011f05bfa1b3c9e9dc9d54a3304da9cfbd59700ece9043 2,552 1.00/1.00 vMB 8
804,704 804,704 0000000000000000000466d903c2b00956080aecdf39269f07282d03c7accac1 1,953 1.00/1.00 vMB 8
804,703 804,703 00000000000000000003c7e100a2b654a29fe6c53a2b3e604f8fe1fdd9a7c0a2 1,519 1.00/1.00 vMB 11
804,702 804,702 00000000000000000001b4b5dd9eca82c006e501d30fd534e1186883f5a1fcb3 2,998 1.00/1.00 vMB 14
804,701 804,701 00000000000000000003a278608a30a54b04b368519f35f65f7abb798f0370df 1,773 1.00/1.00 vMB 14
804,700 804,700 0000000000000000000204dd36b792d31143322403edfea7b5644506644a91e7 3,540 1.00/1.00 vMB 21
804,699 804,699 00000000000000000003950f2b961aeb9d0540c1bae8fcca54c893777decf382 3,487 1.00/1.00 vMB 18
804,698 804,698 00000000000000000002f62bcf3fe8597b15626b15c33eee80a1d9bdaa1518a4 1,690 1.00/1.00 vMB 9
804,697 804,697 00000000000000000001f1cd20a043ef73013aafd45ec51edafec8fe6b5ca432 3,265 1.00/1.00 vMB 17
804,696 804,696 0000000000000000000420ef313870fd9cb8cc9cb9d073b08d8ab284a1bef54c 1,509 1.00/1.00 vMB 7
804,695 804,695 00000000000000000002a764894c3ac4afdb4ab688f3897e4d8d1cc558cc3760 1,345 1.00/1.00 vMB 11
804,694 804,694 00000000000000000004a974516784c5e98b223195c39db56eca0156c47701c3 831 1.00/1.00 vMB 9
804,693 804,693 0000000000000000000240245420d82fcce0300f0de6de3b5801ec5a3652cad2 1,898 1.00/1.00 vMB 12
804,692 804,692 00000000000000000003eb5e147e2d3dbc35c2b8f9462372444aad100a2debe9 1,017 1.00/1.00 vMB 10
804,691 804,691 00000000000000000003639b88388d11a56f8bb8af2e93e6ea69617b55113052 1,029 1.00/1.00 vMB 8
804,690 804,690 00000000000000000002d394f11de12f17837e981209aa0296242ad5b069c07e 3,360 1.00/1.00 vMB 15
804,689 804,689 000000000000000000007be8442cd8c5d34683dc6ed63697438c58cc5936bbd4 2,782 1.00/1.00 vMB 17
804,688 804,688 00000000000000000003fdaa87f790146039ec521e36a3b1b47e530ee480dabc 1,388 1.00/1.00 vMB 13
804,687 804,687 000000000000000000006f6191152cd3575de6ed2756dfdb2d1d3a64e6c8c0ab 3,666 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.