Loading Tool

Explorer IconExplorer

Memory Pool

74,863 transactions
29.80 vMB
0.09959770 BTC
Random Selection Loading Transactions
Max Size: 172.73/200 MB

Candidate Block

Mining Attempt 86b2d63f07d47ff894d4ee850243f7686aee49a4dbbe8ecbb0e448b3647846bf
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 4618f9a9131c4416933c33d0352b53aa53ed9539b98cc9fd4e25adc31fa4b336
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,799
Size: 1.00 vMB
Total Fees: 0.02862116 BTC
Feerates: 150.36 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (292,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,767 622,767 0000000000000000000254ec2f87e29ffc7b995d265a2f329e4816687c1d753e 1,680 1.00/1.00 vMB 22
622,766 622,766 00000000000000000009fc9f95a748be7eea20b583c6607209113411ecaf14c4 664 1.00/1.00 vMB 12
622,765 622,765 0000000000000000000c1870de003bd4e4cb6f2092e9e2d93aaf6d07e4ed0ee0 789 1.00/1.00 vMB 9
622,764 622,764 0000000000000000000462d5db014f6506ed64447b6b43ff6bde8ad0c3d8171d 983 1.00/1.00 vMB 12
622,763 622,763 00000000000000000002e45f498201872af4c17f939577be343d3ce97be1e68f 1,657 1.00/1.00 vMB 26
622,762 622,762 000000000000000000078fbc77e0c5e2b10ade8880a265c140e6e36d29b2da29 2,218 1.00/1.00 vMB 12
622,761 622,761 0000000000000000000942b73414045b196224a78afa4b2d85547d73cdf51cc7 2,663 1.00/1.00 vMB 37
622,760 622,760 000000000000000000022aceee1b26546e07622314ccfbe1e60832998d17c4b1 2,775 1.00/1.00 vMB 69
622,759 622,759 0000000000000000001096be2550a963fe909581b511ce019c62be712c7bfe34 1,716 0.59/1.00 vMB 11
622,758 622,758 0000000000000000000489dd4654700d80f2aeb6d6aa522e5384ec004ce4bee9 1,829 1.00/1.00 vMB 56
622,757 622,757 00000000000000000002d52683a58cd4d49ae166efc504c5f3e8e656c8acb97a 1,317 0.56/1.00 vMB 10
622,756 622,756 0000000000000000000c07f267f460b01dcf8d658b903645c66c96359fc413bb 2,466 1.00/1.00 vMB 25
622,755 622,755 0000000000000000000fc2062d710c55903b775adfea7623c57fe554879477f9 2,698 1.00/1.00 vMB 66
622,754 622,754 000000000000000000007e499b0c4618b3c3322331229ab92055734b5345bf04 999 0.77/1.00 vMB 15
622,753 622,753 0000000000000000000d3aff7b6275829bfea3e448b031637f510df822144e55 2,050 0.93/1.00 vMB 20
622,752 622,752 0000000000000000000b412304c9d4fcd66c9f5a142a091cf74e90f3dd4901d2 2,407 1.00/1.00 vMB 42
622,751 622,751 00000000000000000000208c5197c8f1a7a45823b07cb290d3e1f8d0b5b6b7da 1,556 0.99/1.00 vMB 6
622,750 622,750 0000000000000000000e2ce3066d3275e4efbc43bc3acdceff4613ec7e70b01b 2,503 1.00/1.00 vMB 25
622,749 622,749 000000000000000000015668eab46741a800c1bf79cb083ca6bf56e8ccd4481b 2,607 1.00/1.00 vMB 27
622,748 622,748 0000000000000000000cb2a06962c33819cb253cc3316a7b6a455f8231d231eb 2,642 1.00/1.00 vMB 70
622,747 622,747 00000000000000000003576d6c5d1f576ccba219963dd74125ead6ddbe8d6643 2,839 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.