Loading Tool

Explorer IconExplorer

Memory Pool

86,543 transactions
33.05 vMB
0.07877646 BTC
Random Selection Loading Transactions
Max Size: 196.87/200 MB

Candidate Block

Mining Attempt 38feac275bf4b02cd1db661c7abbc314b4864bc211135a24f26af24b55787126
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 3e5d554e11585a22297ccad5972527b9eb2c43a84e748bd12c7af190cd00cdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,245
Size: 1.00 vMB
Total Fees: 0.01335219 BTC
Feerates: 203.60 > 1.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (263,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,763 651,763 00000000000000000005eaaa67491a058e30e004a932395d6d19ef912730eaeb 960 1.00/1.00 vMB 13
651,762 651,762 00000000000000000000731a317b1884e8c01e849abb4aaeff5fa5ecd7d0f496 689 1.00/1.00 vMB 7
651,761 651,761 0000000000000000000765227bb879538534f170c1baa607d7956ad35d16e0a5 1,930 1.00/1.00 vMB 11
651,760 651,760 00000000000000000009f6f93813c9b45f10034beb8ff10b3633e33c3c647d7e 2,304 1.00/1.00 vMB 13
651,759 651,759 00000000000000000006b447e15c0c164be6306696f986503f881e98c47417c2 1,724 1.00/1.00 vMB 32
651,758 651,758 00000000000000000008c921b3c7e1c1e70ab21559af2fae88bb2e0014bc4fb4 1,895 1.00/1.00 vMB 58
651,757 651,757 0000000000000000000d8f8a178278e5aa9c9f4b69edb397250f5e5fb6bc0e51 2,362 1.00/1.00 vMB 75
651,756 651,756 000000000000000000021340d9b8c925ba35f2c75d212af2f3e5c5b79946d680 2,712 1.00/1.00 vMB 87
651,755 651,755 0000000000000000000e247a1b26b76d64292bfce2353b4bfd0188fcbf531a09 1,990 1.00/1.00 vMB 48
651,754 651,754 00000000000000000003c3260ac52b81d2061c02bd3451b965953d51bf667fa1 2,253 1.00/1.00 vMB 106
651,753 651,753 0000000000000000000e3cb097583f3407219d78a1955a3a5c9f8f9d64ab4723 1,651 1.00/1.00 vMB 11
651,752 651,752 0000000000000000000498eae0bc4ccdbf3faecd238971c555fd5a7588f598bd 2,051 1.00/1.00 vMB 77
651,751 651,751 00000000000000000008898ce697c4da8b3c84a0ba821327b3916eb5337df2f5 1,551 1.00/1.00 vMB 21
651,750 651,750 00000000000000000003d61daed2fdef212f8d5dc21733a26b3931b21b4f5f0f 2,980 1.00/1.00 vMB 96
651,749 651,749 00000000000000000008f9a14f21f0eb2ed4822fbf4cd6d7a1aadbbfe449847c 2,049 1.00/1.00 vMB 48
651,748 651,748 000000000000000000045789f5a683072c53491a47b575c4bcbb56858abf4475 967 1.00/1.00 vMB 8
651,747 651,747 000000000000000000051022ed4b7f579aaf36d92962f51ad1668d5b29946b03 1,541 1.00/1.00 vMB 25
651,746 651,746 0000000000000000000827b3fe1b4e384c6151e78b412f3170fe46202192a7c0 916 1.00/1.00 vMB 15
651,745 651,745 000000000000000000081fc2bfc096dd3b2c2e37257091cf66bbf522e66c183a 745 1.00/1.00 vMB 17
651,744 651,744 0000000000000000000446dedb6761a6b1ae806d59ae8c9bfd66008b45918dd4 1,367 1.00/1.00 vMB 31
651,743 651,743 0000000000000000000a244c9e426efe186a27d7601c4d4ba44a15ae1790bb2a 1,660 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.