Loading Tool

Explorer IconExplorer

Memory Pool

80,964 transactions
29.95 vMB
0.09310595 BTC
Random Selection Loading Transactions
Max Size: 181.75/200 MB

Candidate Block

Mining Attempt 3182c6469df2a11c1c7f1e1e59fd78a11fe67c80711131a8c2b79453bc309a74
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 4e4ecb1e66d01ff9f9b46c09e859c2776834f69532e9c2a168f4041e8f5059b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,016
Size: 1.00 vMB
Total Fees: 0.02455946 BTC
Feerates: 61.00 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (793,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,997 121,997 0000000000004453bc6c23823798a0ab2e6e8863fb8580ed630374d48033183a 5 0.00/1.00 vMB 0
121,996 121,996 0000000000008319636bf44a6106072fe04ff4f92e617b68d77694940d33c8e8 9 0.00/1.00 vMB 942
121,995 121,995 000000000000255e6d4b2a9afa796e77e72a8b7d970304ab8585e416c60bb197 12 0.00/1.00 vMB 0
121,994 121,994 0000000000008c1a67ab5f34dc48832cc331a3bc6a7accdb7c2b5311144c5130 22 0.01/1.00 vMB 177
121,993 121,993 00000000000078957b2c8b54124cbef4434f8d24b530b711a0a097b576c06f35 14 0.00/1.00 vMB 282
121,992 121,992 0000000000006fde235f800866158c277855fe02d0cfaf5b5eb00f6293311976 7 0.00/1.00 vMB 338
121,991 121,991 0000000000001c3ec516daac1fd9650bf30e9239f0c7e5fe7949f857dcbfe0c8 13 0.00/1.00 vMB 0
121,990 121,990 0000000000005d37db71bfd45911112c7b3aa5e6e9476b89af0a044b4ce8fab4 31 0.01/1.00 vMB 2,375
121,989 121,989 0000000000000b6d7d71f062f206d521e620de08e6b213390a0c15f687847c26 9 0.00/1.00 vMB 0
121,988 121,988 0000000000001b95fbd84560dc30fa389a258feec2256dc49cbc00a58aebad40 12 0.00/1.00 vMB 246
121,987 121,987 0000000000001cc90ab8f79b436f04316c6f01cfb3e32b8721523a44cbf4198f 4 0.00/1.00 vMB 276
121,986 121,986 0000000000003739548a091fcce8677149d63d6581e6ebf802e23b8a9861562f 5 0.00/1.00 vMB 0
121,985 121,985 00000000000030c567f494be1adfe18f901af645c7d2c1dec842c32e23c905ec 6 0.00/1.00 vMB 0
121,984 121,984 0000000000003be097815ea7e2822cc7640d578a85ea9612746b365726bb91c9 13 0.00/1.00 vMB 0
121,983 121,983 00000000000033f9cae49d2393ab00a5992eaa90f2553c7a8be6229e26cc0fa8 7 0.00/1.00 vMB 342
121,982 121,982 00000000000010b39e8b5673739a11a9d2085facf01d9df2c53e9edc8914a0f0 7 0.01/1.00 vMB 933
121,981 121,981 0000000000004a75fc7f4ef28b75c9476cdb782295eadc5cdd81af1b136c25d5 11 0.00/1.00 vMB 0
121,980 121,980 0000000000004e506d775bc906433304549aba869464baf63d959b6d88078305 6 0.00/1.00 vMB 356
121,979 121,979 000000000000471fc8bce3ef316ce4bf72ffd6feee5a23aa5f559113a926700d 11 0.00/1.00 vMB 0
121,978 121,978 000000000000796aafce207c4a0741f1bd5fbddb4169b318ef8c09748dcf59f6 25 0.01/1.00 vMB 730
121,977 121,977 000000000000986c96a2211e263b8d7c78655618b02b6bf96af48e6bf7c500bf 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.90 GB
    • Received: 16.05 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.