Loading Tool

Explorer IconExplorer

Memory Pool

76,966 transactions
28.81 vMB
0.06980520 BTC
Random Selection Loading Transactions
Max Size: 174.46/200 MB

Candidate Block

Mining Attempt d543a9eda024f031671f0c961384d250ff31e368f7c3ab688cf370a943156752
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 8c08223fccb761cb0eec4a4632f9eb140d8abb76322b9b8c47d63e71105dce4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.00988853 BTC
Feerates: 50.27 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (460,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,709 454,709 0000000000000000013272e34854c5ee8945cfe282a121e88c652f6fabecce47 2,372 1.00/1.00 vMB 140
454,708 454,708 000000000000000002560c80a1acd8697462a808502e766d8157a15689c45700 2,764 1.00/1.00 vMB 161
454,707 454,707 00000000000000000171310351a26a49795db7e885d4092cecf93b60087b9742 1,228 1.00/1.00 vMB 43
454,706 454,706 000000000000000000f3d3dd818ecb7d5a3f8edb54dd28a9b446f036050c1178 1,530 1.00/1.00 vMB 69
454,705 454,705 000000000000000001890712b833244f8b95a75603bcbfb1c23171bddd2ca781 2,241 1.00/1.00 vMB 106
454,704 454,704 0000000000000000014dec5330d9b4c8f6aa9d4c3611dd3092d51e8d7ec6cfa2 1,344 1.00/1.00 vMB 64
454,703 454,703 000000000000000000300323debbe16ae379d75e78e1a5beafa119400e506fc1 1,886 1.00/1.00 vMB 67
454,702 454,702 000000000000000001b7f5df2c41d12717987739cf1bb2f61d318c5e869970cd 1,010 0.86/1.00 vMB 66
454,701 454,701 000000000000000001c6eed167cfa4ea0d7301228de1a707374ebdbe2a3f0776 2,000 1.00/1.00 vMB 66
454,700 454,700 0000000000000000012c9520a64974dd65ce7bf08eddab6a53bba9fd30979d3c 1,968 1.00/1.00 vMB 84
454,699 454,699 0000000000000000019eb93c9ba3de70766e160f0bfa0209a6692f6f662f8e16 2,662 1.00/1.00 vMB 140
454,698 454,698 00000000000000000126f5331b58e9ca5796223372f5d560c7d0a48a2d4fbd8a 2,136 1.00/1.00 vMB 100
454,697 454,697 000000000000000000f6617113217dce7a5b18075ba6b056c7f43c50a02854b0 986 1.00/1.00 vMB 53
454,696 454,696 000000000000000000d8557422473ee1fb76beac42a9ec69fafb9ed73d82bae2 1,656 0.93/1.00 vMB 84
454,695 454,695 000000000000000000f365a2d8833376bfbb396ba71799cdf549d9c6e839d090 2,081 1.00/1.00 vMB 88
454,694 454,694 000000000000000000a3df0ce51187058b59db88757025a0998debee08530674 869 1.00/1.00 vMB 71
454,693 454,693 000000000000000000d3a1583cd761bc14d6b47db262ad121fd1eaba91cd4074 2,177 1.00/1.00 vMB 125
454,692 454,692 000000000000000000feb3a69a1216c1b702958b44a7e46f77e0e27d3d543d3e 1,969 1.00/1.00 vMB 86
454,691 454,691 00000000000000000245c75e078f9eb85a58bc5f5865347bce8732a74d51f053 2,123 1.00/1.00 vMB 174
454,690 454,690 000000000000000000c82bad8d05bb6d4520a6f0468008599136acf313ee8953 1,236 1.00/1.00 vMB 88
454,689 454,689 0000000000000000007b565e66684c09c0b1565a0bd11fc197de091b86313dc7 2,301 0.99/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.