Loading Tool

Explorer IconExplorer

Memory Pool

75,782 transactions
31.03 vMB
0.10202302 BTC
Random Selection Loading Transactions
Max Size: 181.87/200 MB

Candidate Block

Mining Attempt 02963279701929b0c7a95c6934b6138d3d56e19089c1ac2abb51a7e1770b9231
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 09377bac74942c955e7125ab8b79557f3e2d5c93bfeeb6f1fc59df854167a06b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,491
Size: 1.00 vMB
Total Fees: 0.02125270 BTC
Feerates: 301.35 > 2.13 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (477,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,176 438,176 0000000000000000028ad2d1bb0dcc7789fb5014978b10cd24fb9f5f3994e473 720 1.00/1.00 vMB 37
438,175 438,175 0000000000000000034c55c89ad057892f4750dab5685d6480146e6153624f36 2,253 1.00/1.00 vMB 55
438,174 438,174 000000000000000002bba584af2ae927c7db8c472df15ff95c62ba14281c3d34 2,559 1.00/1.00 vMB 81
438,173 438,173 0000000000000000017bf74f2553cd9d071495c40e9d4d481f11bb5c1ba92a89 1,624 1.00/1.00 vMB 46
438,172 438,172 000000000000000002bbad26197ca3fb3fdee5a5d6dc25e9b191e8e0842f3839 2,307 1.00/1.00 vMB 61
438,171 438,171 000000000000000001db20e11dbeb0cc824a36cf95f25236cbb4c6e67bc0f4b9 2,503 1.00/1.00 vMB 73
438,170 438,170 0000000000000000040089843667f286f19e09f76b28e91373698da27b01b7fa 2,500 1.00/1.00 vMB 73
438,169 438,169 00000000000000000447ff8d341c4ceff50e7e6deb3132055dd4d7640290d742 2,594 1.00/1.00 vMB 73
438,168 438,168 00000000000000000397435b570b9f1fb24d3cf23c984f4b517ecca5c63ed7a0 467 0.26/1.00 vMB 55
438,167 438,167 000000000000000002969439c23f2552ab007fcc673e957c463b23a8c073a366 817 0.33/1.00 vMB 63
438,166 438,166 000000000000000003cf0f6c1e961e67fbb8be1b06f77a3d2e6820ab2dec75b5 1,942 0.86/1.00 vMB 63
438,165 438,165 00000000000000000015e228665c35554e2079b0e76d066815fb465384cf32bd 2,324 0.95/1.00 vMB 61
438,164 438,164 000000000000000002ab66d4ca1c09ef6197b3c87ce5fdffdcb3ef5d061b5242 323 0.15/1.00 vMB 71
438,163 438,163 000000000000000001a6c6005f86d1c39009fca1060caf19d65a4a1f4cc99e10 530 0.30/1.00 vMB 54
438,162 438,162 000000000000000000cd6db924e9d9de7b251753de32a02528e70114e3bacb41 816 0.48/1.00 vMB 39
438,161 438,161 000000000000000000665c0d66ed936a596bc8df7d4d647784ab87e3976b1dd5 1,928 0.75/1.00 vMB 68
438,160 438,160 0000000000000000029cce113cfcdb0ef69133185356f2b1622fe3d0c09b7862 2,458 1.00/1.00 vMB 75
438,159 438,159 000000000000000003abde49afff8a6a2248d8365b06442e3fe7761843fdf703 355 1.00/1.00 vMB 12
438,158 438,158 000000000000000001731a20c54b1e5d4409a0d61f3debdb183c99e796c5905b 1,544 0.84/1.00 vMB 61
438,157 438,157 0000000000000000023137fc506a58c54ca8bd5f9cda617466f5c9a62339c12a 2,651 1.00/1.00 vMB 74
438,156 438,156 0000000000000000012f5a194ecbb1695ca46e5aa1be1cf063a89ea236a672f7 2,159 0.85/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.12 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: 739.22 GB
    • Received: 18.62 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.