Loading Tool

Explorer IconExplorer

Memory Pool

82,941 transactions
30.57 vMB
0.16218977 BTC
Random Selection Loading Transactions
Max Size: 185.50/200 MB

Candidate Block

Mining Attempt 50b3a5d540659aa623111d68d62bd301358a47ce2b46894ed2ac26fe14dd1fa1
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 0b52dbac1146a1dadc4cd44d9eec2a1bf58a0493206f189f83206018b3e3d436
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,095
Size: 1.00 vMB
Total Fees: 0.08332007 BTC
Feerates: 150.79 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (309,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,758 605,758 0000000000000000000db4871f4b1fef1491c1ae40b4c1490cbc8ff608b61ed7 2,473 1.00/1.00 vMB 22
605,757 605,757 00000000000000000004324e5dacd75168d7323a6f772bfc627a0f2a9f6aeeea 3,109 1.00/1.00 vMB 49
605,756 605,756 000000000000000000131e840625d6a0c35d73e9a37f681e73625e88dae5c674 1,904 1.00/1.00 vMB 12
605,755 605,755 00000000000000000005fd60d3f39cd79b15daabd757afcc2a2e149f0ff478b6 2,507 1.00/1.00 vMB 8
605,754 605,754 00000000000000000000ee753e959a253f272168cd6b07c5ff3d605725b48312 1,226 1.00/1.00 vMB 11
605,753 605,753 000000000000000000114e3800de8bf696fbc7417ad6bef2af219ebc5a64dca2 2,031 1.00/1.00 vMB 23
605,752 605,752 0000000000000000000305bbb0c9c0a83e5fc8afb0cb12c6379dd790cd8eb6aa 1,417 1.00/1.00 vMB 31
605,751 605,751 00000000000000000009a1e6a61789ec9a7231b1ad17ff3b41085b2177821867 777 1.00/1.00 vMB 71
605,750 605,750 00000000000000000006efd068dfc50c59a62917f9c45dc4447bfb65834c53b4 2,874 1.00/1.00 vMB 13
605,749 605,749 000000000000000000080860d2fa67130fbcc0a2913474511a51100c84ff6bd0 2,515 1.00/1.00 vMB 29
605,748 605,748 000000000000000000082e9d6c2846af09b13e67142c10eb0d231c8b6781c403 1,204 1.00/1.00 vMB 19
605,747 605,747 0000000000000000000c20deb2c218dff1f28650b50ad67c9f3649c05adad3be 2,318 1.00/1.00 vMB 25
605,746 605,746 0000000000000000000b45affa42ef4aded890b3e1520b32c6f6d742b58e76e9 2,215 1.00/1.00 vMB 25
605,745 605,745 0000000000000000001456f274548c8cda5e33e054ab39b862ffcb4f124108fa 2,329 1.00/1.00 vMB 31
605,744 605,744 0000000000000000000786500feec1ff87c6927188b5929f02bb22fa2b2ae8a8 1,962 1.00/1.00 vMB 6
605,743 605,743 0000000000000000000b251efb264f3d0220b9e4669cc0a198b6e8dfaacb893a 2,021 1.00/1.00 vMB 20
605,742 605,742 0000000000000000000502f5b0183807d033ba1cb27b0686340254639b68e2ab 1,575 1.00/1.00 vMB 9
605,741 605,741 00000000000000000002eb3cd07c4fb05a1c554d39f3f5e1cf2ccaae55c6283d 2,978 1.00/1.00 vMB 26
605,740 605,740 00000000000000000013355c9f053c7c8508e5a9428aba782f2ed50b5f59cca9 2,944 1.00/1.00 vMB 42
605,739 605,739 000000000000000000117fc52ca6820b654acb92208ec40b2185ea351d3bdf50 683 0.22/1.00 vMB 19
605,738 605,738 0000000000000000000b537e9c567bacef8553edbd0b29f6c295fd9fac87a431 1,216 0.41/1.00 vMB 18
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.91 GB
    • Received: 16.06 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.