Loading Tool

Explorer IconExplorer

Memory Pool

77,744 transactions
28.60 vMB
0.09920113 BTC
Random Selection Loading Transactions
Max Size: 173.82/200 MB

Candidate Block

Mining Attempt 78dacc2aa05f7b1e930797e14c5ba0adf13a9f8b7d5f70c5f3c87c26893136b5
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root ee85b04bf35343ce79544f5e4e891e0a8342f95fd486ff71c95057e15312f1e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.03368737 BTC
Feerates: 201.07 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (402,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,767 512,767 00000000000000000029f293d93d95b9ac0b3867b9d0d2180d53d71d08c10e2c 226 1.00/1.00 vMB 2
512,766 512,766 0000000000000000004222a7b421fe8b8ee63bb62fa7067a7385e2c02c027111 304 1.00/1.00 vMB 3
512,765 512,765 0000000000000000004ac4933b5811005051d36ebe7671b6a6dfba21dfc7ca6c 1,069 1.00/1.00 vMB 17
512,764 512,764 0000000000000000004fd7a3c3392e8dd3ddc792fccc88a31bba2a37ef8cd3b4 216 1.00/1.00 vMB 3
512,763 512,763 00000000000000000044ea60679b7a593c2c38e51d3d58743a2250d6e238d4f9 259 1.00/1.00 vMB 3
512,762 512,762 0000000000000000002e9781a6e4df273c376e48eb306912a29498599c6fb10a 1,067 0.43/1.00 vMB 26
512,761 512,761 00000000000000000022056869e6c5b7e11017aee8a8e06cecd6f91d9a877961 274 1.00/1.00 vMB 5
512,760 512,760 00000000000000000027572d02415264a3d700bd624e2ca0840198c10d285e4c 853 1.00/1.00 vMB 22
512,759 512,759 00000000000000000052f1567e6026f78214ef9e5bfc02401a3de167b605fbd5 1,689 1.00/1.00 vMB 12
512,758 512,758 0000000000000000003048926e66adbedb3f007c7a41356f64aba1badcf33c79 2,782 1.00/1.00 vMB 12
512,757 512,757 00000000000000000011561591046f961f00d25418b76f93b2a405894a8b787c 2,074 1.00/1.00 vMB 75
512,756 512,756 0000000000000000001e7e8fcdf6c0d66753312c0232b4e4ebcea119bb850214 2,712 1.00/1.00 vMB 24
512,755 512,755 00000000000000000052d30bbd63688a3c562b9f509da10f3f7414ab029b8669 2,154 1.00/1.00 vMB 29
512,754 512,754 0000000000000000004e51744006acb679e72ac435a3d5570f48d77814778e1a 2,350 1.00/1.00 vMB 42
512,753 512,753 0000000000000000004fabb08a6efec353b96ad366950dd8c0b64682bc464ff0 1,630 1.00/1.00 vMB 14
512,752 512,752 000000000000000000557b0fe2d52098edc893ad0f2b223f78c77d3c50869167 416 0.24/1.00 vMB 75
512,751 512,751 00000000000000000054505bcb5e6fbbca477cd71b7ee2426d09d238248344bb 1,403 0.72/1.00 vMB 54
512,750 512,750 0000000000000000001c71ba134ea5f680158173dfddff4d5c9eeafd65b679ba 1,878 1.00/1.00 vMB 42
512,749 512,749 0000000000000000004e4e4b2f7966ea2b7db038716b86ff9a75b7dc8ac52dd8 442 1.00/1.00 vMB 4
512,748 512,748 0000000000000000002a4e7e6a73d3b8e7c24209529ef19f4053ea9fb45f641b 529 1.00/1.00 vMB 10
512,747 512,747 00000000000000000046e8bca24dac52684713b2d0dbd032f514066e0d566269 2,090 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.