Loading Tool

Explorer IconExplorer

Memory Pool

43,169 transactions
26.91 vMB
0.05413664 BTC
Random Selection Loading Transactions
Max Size: 141.80/200 MB

Candidate Block

Mining Attempt a7e1ce3d5f3e2cc58587d974aeb5cc77c86ff0e909d6443e5c4d24773c148251
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 8f216194ddff2b487b15654f71600ad229d82db4d143b51083bec32b05e4a2e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,390
Size: 1.00 vMB
Total Fees: 0.00422955 BTC
Feerates: 160.56 > 0.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (95,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,620 819,620 00000000000000000000b99c58a626f864e2fa513caf510d81312f4c0a70d46a 4,632 1.00/1.00 vMB 79
819,619 819,619 00000000000000000001a09e71e777681a71d88a2d55e93f788d156c4d7fcb7a 3,569 1.00/1.00 vMB 82
819,618 819,618 00000000000000000003314b61c8433c00320343aed6d5df0ab27fa57c6a7ab4 4,268 1.00/1.00 vMB 86
819,617 819,617 0000000000000000000195b35e5d58c22039dd7f9fbc2aba6bbed3fd0ec1a086 4,625 1.00/1.00 vMB 89
819,616 819,616 000000000000000000025b40f5ea0d0d430ad37d757160bba8e9c5c4b5ed8c37 4,708 1.00/1.00 vMB 86
819,615 819,615 0000000000000000000167fac1f10a1372441f85093d75212fb4eec85e628996 3,845 1.00/1.00 vMB 95
819,614 819,614 000000000000000000029e2ee24dc8939b03a79071d418ac000e5cbb6ae15b87 3,800 1.00/1.00 vMB 98
819,613 819,613 000000000000000000007a70cb011b319bc6385fedde782f8f5d7de1181eabc9 3,342 1.00/1.00 vMB 118
819,612 819,612 00000000000000000002d1ebe1667fe0e1c6386ac5443d34d823233fe6af62af 3,872 1.00/1.00 vMB 87
819,611 819,611 00000000000000000000a54eb7b43c18c0e8405ed0fb90f1abdd4be40dc288d3 3,572 1.00/1.00 vMB 95
819,610 819,610 000000000000000000008029e5d1477f2b9ddcbe5c5ecfcefee1772b7fd7c5a2 3,200 1.00/1.00 vMB 116
819,609 819,609 00000000000000000003ea52ca03ab6b56b52d523489acb53e18d1f1de061d75 4,304 1.00/1.00 vMB 97
819,608 819,608 00000000000000000002aa912d429d2012d5e48e176afc0000c2c645e21eea95 4,500 1.00/1.00 vMB 100
819,607 819,607 00000000000000000000d2308b9b412238fe0b9a5b63c031c3c979a720bc4ccd 3,838 1.00/1.00 vMB 100
819,606 819,606 00000000000000000000e7613bf363875723652a6416e02eb9860abc51050541 5,607 1.00/1.00 vMB 86
819,605 819,605 00000000000000000001fdff0831f917f77906dd2eba5bcccfecb21e25e298d6 4,687 1.00/1.00 vMB 86
819,604 819,604 00000000000000000002af1c0d6c012122f5aef6346a9959a06b7699ee895ed7 3,827 1.00/1.00 vMB 95
819,603 819,603 000000000000000000028d4aa57fbe918c945bdb5c4f070359f004ce8aa05b86 4,161 1.00/1.00 vMB 93
819,602 819,602 000000000000000000022df78fdf8321acdbbaa6af6ecdba11a0ab567d8d5adc 5,410 1.00/1.00 vMB 91
819,601 819,601 0000000000000000000300627581d2a774f3d2329294273ede897abc74989a94 1 0.00/1.00 vMB 0
819,600 819,600 00000000000000000000f939065391510e3518300d02ee7309d44f6efefbea90 4,983 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.