Loading Tool

Explorer IconExplorer

Memory Pool

80,245 transactions
29.64 vMB
0.08944324 BTC
Random Selection Loading Transactions
Max Size: 179.86/200 MB

Candidate Block

Mining Attempt 32f41be96e8ac81599d3897a347eaa715b23c6ad967ef1c87d074ec5f1362c60
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root be589fb59c1cb8b20ae453cee56a7293beefcddcddbcc6f205ce255e2a7ebb56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.02379422 BTC
Feerates: 90.00 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (176,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
738,739 738,739 000000000000000000003f8f50a5ffa906c98d77cd68fab18a77ff7b1e9bb0d2 1,758 1.00/1.00 vMB 15
738,738 738,738 0000000000000000000037ef5ea4e4636ac3dc1f1c459c97ec1e10db4843ce9f 2,141 1.00/1.00 vMB 31
738,737 738,737 00000000000000000005a372e7d48a080460d5249fbe5238e037314b9da4c8e2 2,237 0.90/1.00 vMB 9
738,736 738,736 00000000000000000002212b23cef22b481d51a0e84bedfd8a0659fa927a664a 1,589 0.87/1.00 vMB 2
738,735 738,735 00000000000000000004c1b2da933e292f09f995bd29b2ca27fa40e774ccbe9d 2,415 1.00/1.00 vMB 12
738,734 738,734 0000000000000000000579e46fa05dd7a17d0ee8eadd626b813e1481a2268338 754 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.