Loading Tool

Explorer IconExplorer

Memory Pool

40,574 transactions
35.72 vMB
0.12747696 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt 44543c1afc38dd2f3feed3abbb5a2527e7084d241620ed7cba717b424c75c144
Version 20000000
Previous Block 0000000000000000000013567b40f7b89d13b352d667c6e800680c854ece0722
Merkle Root 8c63778e55022a68b84d94390b6e32814ed0ed706568c37324fcefeed7108483
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,119
Size: 1.00 vMB
Total Fees: 0.04094618 BTC
Feerates: 393.03 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,310 (789,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,615 124,615 0000000000005c37291f9a4d9ca85152a46d7d0c5c89918c4089a735b7516aa6 18 0.01/1.00 vMB 562
124,614 124,614 00000000000021e9d4dfe196f3051653cb98cfdb86e4254ec030fa3f38c60c15 15 0.01/1.00 vMB 546
124,613 124,613 0000000000001f65acc886ec2043b5c38b23d38a8e15e5380e602f4aa97513d4 9 0.00/1.00 vMB 747
124,612 124,612 0000000000000c7a37894dfa9e123b66d62c09cd6ba300a6867b0bccc5a7611d 10 0.01/1.00 vMB 591
124,611 124,611 000000000000325c77a6f95f6ac06db31b95e64b3f9a50124c5215b5454b698e 6 0.00/1.00 vMB 0
124,610 124,610 00000000000040c79e1080f4ba7ecec4709628a4cc24f4643a2e879003f9e2db 9 0.00/1.00 vMB 0
124,609 124,609 0000000000001f7a78ec8c9a48cabd4c86695296832f7e54767ff64b7246d7f7 58 0.02/1.00 vMB 244
124,608 124,608 0000000000000236979297277352036f8ad6f786c52e5a8375f9c1547623d843 1 0.00/1.00 vMB 0
124,607 124,607 0000000000005f0b5e945fe990284402f512d92d0231b7eb044d25d9093f3606 42 0.01/1.00 vMB 1,952
124,606 124,606 0000000000003307b93e35b2d22690a772c5cb2299d3d1bbd7a212f04d095b8c 11 0.00/1.00 vMB 992
124,605 124,605 000000000000279f59bccf23153ede60dce1fb83ecadf6b415b7648abca7ed30 12 0.00/1.00 vMB 1,090
124,604 124,604 000000000000632e6f8691e5f99defc898760c3afb123db394b3e91b2d9fb465 8 0.00/1.00 vMB 532
124,603 124,603 0000000000004ea61323ceca871fa4b1cc2bb194aa9248a66e2f4dd65ed4b107 11 0.00/1.00 vMB 1,488
124,602 124,602 0000000000002bed4865f9bed14076ea6468b539ae9d7ea886c454e1270d4e0e 11 0.00/1.00 vMB 657
124,601 124,601 0000000000003f52e5b2ba9f820b7d7e25d18b2d34ea8fd439f4cddd962f50f7 6 0.00/1.00 vMB 0
124,600 124,600 00000000000028dcec47988b70e19b7761215898d93869907b5a72e961a51ed5 14 0.01/1.00 vMB 516
124,599 124,599 00000000000065b0211aaf58533332fdecaca9e03084e8b4fbaa2cb9305250f0 6 0.00/1.00 vMB 0
124,598 124,598 00000000000052ef709dd62e45b21d7c5d4fabc965e15146fb25ac33c9073fda 32 0.01/1.00 vMB 521
124,597 124,597 0000000000004b0c71e29ae0e99a99ea311cb36380e250dba8a3727ec90a0fdf 7 0.00/1.00 vMB 0
124,596 124,596 000000000000081ad49bcf8de2636274acbd749ba59799eac9ecf58426892f32 10 0.00/1.00 vMB 258
124,595 124,595 00000000000000b4749cc07051544fdf09a9d3d8294f512c636e9bdd998623d5 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.14 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: 581.55 GB
    • Received: 9.18 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.