Loading Tool

Explorer IconExplorer

Memory Pool

86,253 transactions
31.43 vMB
0.20543073 BTC
Random Selection Loading Transactions
Max Size: 190.75/200 MB

Candidate Block

Mining Attempt 600cb1d5853bc22905d7d4e50f4d56708855b4356b41fd911627ea1c53614a55
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 1eee46689c70e3479898b993afce7b90bfa0ab193d80c36833cfec4a4dd6ba8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,632
Size: 1.00 vMB
Total Fees: 0.10410059 BTC
Feerates: 502.67 > 10.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (176,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,760 738,760 00000000000000000000a08f5afdc0b36ec3fa21c300d12a6c0fb3d4060f83ec 3,009 1.00/1.00 vMB 19
738,759 738,759 00000000000000000006db76c09f42edfc99e37bbfe071f7219a313ab447da6c 3,425 1.00/1.00 vMB 19
738,758 738,758 00000000000000000007d9819b8e6da25acdbd4f04fa8276b2a13ee1cd2165bc 3,157 1.00/1.00 vMB 23
738,757 738,757 00000000000000000008949ece172b367c39b00aced7a01dfa8ec739de6dcabe 2,447 1.00/1.00 vMB 10
738,756 738,756 000000000000000000013e161774997f183e1fdbab8a8e8437d75420d4eacd67 2,780 1.00/1.00 vMB 12
738,755 738,755 00000000000000000007537af3a267635bace7d553a04133fd67a059cd52bc34 3,187 1.00/1.00 vMB 19
738,754 738,754 00000000000000000006cc1a1f8559cbb4c00bf8b151a76e8b2ba5525281c6fc 2,301 1.00/1.00 vMB 14
738,753 738,753 00000000000000000008fa65e5f917ad3bc5f846155a2e5d34e46c861746b470 1,761 1.00/1.00 vMB 10
738,752 738,752 0000000000000000000107a352159c2975a423d42b3225c80464ee6fb00a4b50 581 1.00/1.00 vMB 13
738,751 738,751 00000000000000000005eb70bdfce53f765ce2fe074b0d65f15d5680ea498b7c 2,597 1.00/1.00 vMB 13
738,750 738,750 00000000000000000002efe1afe2e67835ed21cc94ce2b1a0c8f05ba1ad764f0 3,297 1.00/1.00 vMB 21
738,749 738,749 000000000000000000017a3ee9f80e9ca802051d05eaa5fde4d8763765f08c23 2,736 1.00/1.00 vMB 15
738,748 738,748 0000000000000000000652274b20b9e434414f5f06a4b5e86de4a6397169bb62 3,156 1.00/1.00 vMB 13
738,747 738,747 000000000000000000040bd39a32eef19d557e8af2b1e57e5039cb813d5302cd 2,736 1.00/1.00 vMB 28
738,746 738,746 00000000000000000002ab8d47354cb86371a03e45acd96a8c7086b444adc1b5 2,457 1.00/1.00 vMB 10
738,745 738,745 00000000000000000000c0fbd59b0846df32bb742fa5eb01428ba5da09baccc0 2,634 1.00/1.00 vMB 18
738,744 738,744 00000000000000000001bacf9da7b19ca7d851d919c4703caa365f3d31fd7382 2,564 1.00/1.00 vMB 19
738,743 738,743 00000000000000000007f8eeffc2765d034e5774858320b66a66c8892806863f 2,664 1.00/1.00 vMB 22
738,742 738,742 00000000000000000003456f2853df5d9a80235f0e98a0b30dcbf313286a618f 2,955 1.00/1.00 vMB 8
738,741 738,741 0000000000000000000615884fb759c445aa2f408c0bad25cc1b15232b85d52f 3,320 1.00/1.00 vMB 9
738,740 738,740 00000000000000000005d68f964968824e3bdc33b9331e729dcafa651be812ed 2,663 1.00/1.00 vMB 10
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.93 GB
    • Received: 16.07 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.