Loading Tool

Explorer IconExplorer

Memory Pool

33,827 transactions
25.31 vMB
0.06676682 BTC
Random Selection Loading Transactions
Max Size: 128.53/200 MB

Candidate Block

Mining Attempt 12e9286051cb6f7de095af755c6c4d66b75ff6dd08ebb2ebdde0dee2f165e7db
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 141b6041c4f00e628fa5f6a39156071f4a50ffda3ea3e22d138f4cb480a55487
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.02103269 BTC
Feerates: 151.12 > 2.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (85,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,596 829,596 00000000000000000002f151878884d112464ddec82a2bf5b164041cc8f6e2ba 1,800 1.00/1.00 vMB 54
829,595 829,595 00000000000000000003085ae16874354d2febaa03c543537a3b449af0c433f7 3,044 1.00/1.00 vMB 39
829,594 829,594 000000000000000000037f147333d10c5a3379f0fc54ffaecede626388a461c6 1,603 1.00/1.00 vMB 26
829,593 829,593 00000000000000000000bcc6a2dde5f8bd53b88dad3bfaae90ce3c75ab182686 1,636 1.00/1.00 vMB 25
829,592 829,592 000000000000000000033381cfc09e4253517729fae6c317e55c09bd1e4c0940 2,051 1.00/1.00 vMB 30
829,591 829,591 0000000000000000000105868bd25eb1b42397fc0a749e9a6477b4c145dcd3fc 2,045 1.00/1.00 vMB 32
829,590 829,590 00000000000000000003a55406eac06ee70db4e46abbacd02b88d6ae52b146c1 1,139 1.00/1.00 vMB 27
829,589 829,589 000000000000000000019e726404bbf0fd6499e0f4e9b501f1c04fa36a900634 1,844 1.00/1.00 vMB 28
829,588 829,588 0000000000000000000355db49bb6f1561f71229fbebd94e2795b7217745d7e9 2,252 1.00/1.00 vMB 32
829,587 829,587 00000000000000000001e61134fe37ed780a4d0e3c755ab7af0f932a9cbb6f4a 2,647 1.00/1.00 vMB 48
829,586 829,586 000000000000000000032fb99211893a064090b5095958b3a5ad635791e6e7f4 815 1.00/1.00 vMB 23
829,585 829,585 000000000000000000019e0db106d1d6db3c325633be4e5c3b91b6cd8671e09c 635 1.00/1.00 vMB 24
829,584 829,584 00000000000000000000868d5a28af7dd2e0f32c279a097c7c098aaf4915f407 1,434 1.00/1.00 vMB 30
829,583 829,583 000000000000000000000ca86658040b6c4e5661dd02f878b378ca5d6134352f 1,617 1.00/1.00 vMB 27
829,582 829,582 00000000000000000003af316ae8281399b19016a9d1ff4398a29a2d21825785 1,615 1.00/1.00 vMB 26
829,581 829,581 00000000000000000002168b2e1be0fa4b1826c3c05b638bd302b218363140fb 2,949 1.00/1.00 vMB 41
829,580 829,580 0000000000000000000011031224ed242432c48a9cb3b5a0195db1df67ed5ca1 2,777 1.00/1.00 vMB 37
829,579 829,579 000000000000000000035c141d0146f7bb8525d1e7da1c9b341489a3e52fabe5 2,648 1.00/1.00 vMB 69
829,578 829,578 00000000000000000001ca4d7280e4f146c4eea05a3b61385f46f3ca8f7daf9d 700 1.00/1.00 vMB 24
829,577 829,577 000000000000000000007127e86a7c24a20b254ac6a4787be47866bd4df99f4f 1,927 1.00/1.00 vMB 29
829,576 829,576 00000000000000000000c54a2c36f1f24f372505de18a5fc43543ddd9aa8b453 2,801 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.