Loading Tool

Explorer IconExplorer

Memory Pool

26,576 transactions
27.33 vMB
0.06948165 BTC
Random Selection Loading Transactions
Max Size: 130.71/200 MB

Candidate Block

Mining Attempt eee63f28b6cfa365088fba618d9c5ae1292bf9bc142e8ca9e91f6a4f5fed21ca
Version 20000000
Previous Block 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094
Merkle Root 3a732870b17009bdfe75174112081b4f4adc986d83b7ec2e4d118314580307ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,232
Size: 1.00 vMB
Total Fees: 0.01780191 BTC
Feerates: 102.52 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,479 (793,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,634 120,634 0000000000003f42268d4af58625968ec24add747404b18eae106c21355dfaf8 16 0.01/1.00 vMB 0
120,633 120,633 000000000000a624f506290ef0654699b29c7a67ca9aa0ebba6ce19fd34a0803 10 0.00/1.00 vMB 273
120,632 120,632 00000000000053e5c99e9474b5f2f59d2e88425e9ce3f5d66540d39f748d2d7e 20 0.01/1.00 vMB 1,275
120,631 120,631 000000000000813ee2618686b0c447f7791c0297a88b282dce01ca478a36c483 27 0.01/1.00 vMB 822
120,630 120,630 00000000000087336283e69eab852e968f8d02aee7f88b94e2c3fad247f71159 2 0.00/1.00 vMB 3,861
120,629 120,629 0000000000001e66d99ac030d360d0a45a10b98b4ade34c2eaa305d697a51c06 100 0.04/1.00 vMB 130
120,628 120,628 0000000000006dc2467dc0c81ff2e1cca12ea74676601c0511ac61c0ab20f433 14 0.00/1.00 vMB 1,672
120,627 120,627 0000000000009d40613841f6a1ef10a0f07f04a5a4ebd225d5c25eec219c921a 34 0.01/1.00 vMB 449
120,626 120,626 0000000000008db687c862942fee57cf223ad64de1c93f64e1ee908d701bb263 14 0.00/1.00 vMB 942
120,625 120,625 0000000000006dc77fbae5878cbdafc93bb6533e3115112de2899e5c9e0545f0 1 0.00/1.00 vMB 0
120,624 120,624 000000000000261b7355142108897252abb1fa15b93b10b07414ad37414e1dff 12 0.00/1.00 vMB 0
120,623 120,623 0000000000005b1efe2aeb2220265ded3ed45cc78d392aa9f09d08eef26cc52c 8 0.00/1.00 vMB 840
120,622 120,622 000000000000a6efe578ea2239996274dc2eb01f1f3676d1c183e58cf5adc826 11 0.00/1.00 vMB 909
120,621 120,621 00000000000083c5b166418142f732bf5669cc2458427adf48e16b6cf61f84cb 31 0.02/1.00 vMB 45
120,620 120,620 00000000000081bdb5895c4a275eba0946670b1083fe9eb042e070306bba69ec 12 0.00/1.00 vMB 0
120,619 120,619 00000000000098c70abe88e8c375072e7b127cbd7c8aa479db7d5b8c04a2cff2 10 0.00/1.00 vMB 357
120,618 120,618 00000000000089e28bc9194f7fd90b7bd3c072a5251fbe749489ca9f19145603 10 0.00/1.00 vMB 353
120,617 120,617 000000000000517ceb397c0fcf4cd278715b13259e40fb96e16f6f3fe2539208 12 0.00/1.00 vMB 302
120,616 120,616 000000000000b4275a1d180e6cbcd82146b21375cb891dba7bf8ba1a3d2be9eb 7 0.01/1.00 vMB 184
120,615 120,615 0000000000009623fb210f913d5ca24efd7a49c8271acc8240b8b2e8dc8b16af 7 0.00/1.00 vMB 1,086
120,614 120,614 000000000000192c4a878fa461faef49fad2dff68b46e4acf4e0f0e459f9ffe5 8 0.00/1.00 vMB 943
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.00 GB
    • Received: 10.78 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.