Loading Tool

Explorer IconExplorer

Memory Pool

52,377 transactions
29.58 vMB
0.14191145 BTC
Random Selection Loading Transactions
Max Size: 158.43/200 MB

Candidate Block

Mining Attempt f66ba4db1d8bac7f6ae5fa903c1eab036d5ef8b2ca7218fc06e33f7b21b4850b
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root eb05e3c1ec8e7635133cd15666d7567c8920d28a3895ba9f3ad9ebe0b3f4bfee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,914
Size: 1.00 vMB
Total Fees: 0.07141105 BTC
Feerates: 445.47 > 7.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (125,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,721 788,721 000000000000000000046a5389ad174f8c4adde7dfd0a8fe937712ad445adfb0 4,864 1.00/1.00 vMB 468
788,720 788,720 000000000000000000003bd87b5f927e06f2b8bee747f5952d12e26fef65e839 4,713 1.00/1.00 vMB 512
788,719 788,719 00000000000000000004a930d87da295da03c7b96fd4c59ce4e12d56996929d3 4,910 1.00/1.00 vMB 489
788,718 788,718 00000000000000000005b4cc6ae6b547f45474c107ec28db92e327e30e4fe162 5,088 1.00/1.00 vMB 504
788,717 788,717 000000000000000000018cb002835021e2980ce6777a424b469fe3c89d720e8d 4,928 1.00/1.00 vMB 572
788,716 788,716 00000000000000000003b8b44d1f645b619bdf02f79ef95571246f1b25cd642a 5,267 1.00/1.00 vMB 462
788,715 788,715 00000000000000000004d56c59b51a33116f31513f1b46bb9349f875b49cdf2a 4,718 1.00/1.00 vMB 510
788,714 788,714 00000000000000000000e48fcbfa78988ed3f6341c0829a7f92f8c3896f8b104 4,314 1.00/1.00 vMB 602
788,713 788,713 00000000000000000000eb7bba7c4f96085e335c050175d6578e92a5e911c435 5,068 1.00/1.00 vMB 478
788,712 788,712 000000000000000000045d18f57b85a2856206321869ed636e75a99727f78c77 5,056 1.00/1.00 vMB 472
788,711 788,711 000000000000000000026d055c8e261ba267b8790345906eca63e11bef26fab4 5,425 1.00/1.00 vMB 456
788,710 788,710 00000000000000000000b491e0e8ce3408ce2078a610b999d48a9339dbb041cd 4,506 1.00/1.00 vMB 537
788,709 788,709 0000000000000000000399f034701b713dd41b6e405f2a23dc62685d693b3f9d 5,503 1.00/1.00 vMB 535
788,708 788,708 000000000000000000049883e58b296a7bed41020ab882b710f6548dbc8dabbc 4,440 1.00/1.00 vMB 588
788,707 788,707 00000000000000000000ffed1be6e6271a523e2d507a2b4eea7346ad73f58afa 4,952 1.00/1.00 vMB 551
788,706 788,706 00000000000000000002c7f8e602fd761c6cbc87890694826d5fb4bd3b1fdbd0 5,455 1.00/1.00 vMB 507
788,705 788,705 00000000000000000000b18fb16497cd80ea9691ab26c14d991a049e0a503f2e 5,149 1.00/1.00 vMB 610
788,704 788,704 00000000000000000001a3806b73a075113334bca04b6690b903abdd1c72dbc1 5,016 1.00/1.00 vMB 590
788,703 788,703 000000000000000000026f26a643b23ff27fde260f7b0ee121ba98bd300bc05a 1 0.00/1.00 vMB 0
788,702 788,702 00000000000000000001b39190d1edaea69766d0c95cc21626b70fd2334bdeed 4,233 1.00/1.00 vMB 654
788,701 788,701 00000000000000000000266ee0055aec1fb4bd986c5b1d1a6230b00d1e0ecf30 4,906 1.00/1.00 vMB 508
Previous 10 blocks ↓
Total Size: 781.89 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: 645.19 GB
    • Received: 12.70 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.