Loading Tool

Explorer IconExplorer

Memory Pool

31,387 transactions
25.17 vMB
0.08528121 BTC
Random Selection Loading Transactions
Max Size: 125.74/200 MB

Candidate Block

Mining Attempt 7c1f640cf90ffe5db1ce71406c9abe5abfd5b00b9050c10cef7fe26972109b6e
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 03a0e97576e55b8bdbf0c63ec7b9857c687e1758d7458e4f9c2f88996b1a0cca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,583
Size: 1.00 vMB
Total Fees: 0.04001019 BTC
Feerates: 150.93 > 4.01 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (410,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,860 503,860 000000000000000000176fd01b81aea7ab99b57fa8bb7296402d52eff789059c 2,133 1.00/1.00 vMB 439
503,859 503,859 00000000000000000062266962abe732c835e0da4dea14a31be56ca4f4dc3388 2,263 1.00/1.00 vMB 546
503,858 503,858 00000000000000000036c002fed5f9ac023a5666b409caa823466df6031441e5 2,007 1.00/1.00 vMB 336
503,857 503,857 00000000000000000068af8d6ded67856aeba7c7b222fdbee627d958e8e300a4 2,302 1.00/1.00 vMB 514
503,856 503,856 0000000000000000000b3db551b8e7451705b7c37f6a1fa15c54bd614d9b963e 1,972 1.00/1.00 vMB 546
503,855 503,855 0000000000000000003331afb7927e3d18d9f29f2791b00e88b55002154da04d 2,308 1.00/1.00 vMB 247
503,854 503,854 0000000000000000005e3924bdc4d3ae83c345eafe52e87c00c7a8e0e2052bea 2,150 1.00/1.00 vMB 441
503,853 503,853 0000000000000000006050565063d3b691a42e6bbadd3513ab73d127aa3f0893 2,480 1.00/1.00 vMB 483
503,852 503,852 00000000000000000008dc0ff16141cc5525a5ea3792fa42f997d33e21f1973f 2,577 1.00/1.00 vMB 582
503,851 503,851 000000000000000000142c643b88363714e24561dfa289f8cab15ecb409d739a 1,796 1.00/1.00 vMB 312
503,850 503,850 0000000000000000004ed12b208b74683196fc851d7194ef4350bd86ddcfcc1a 2,247 1.00/1.00 vMB 519
503,849 503,849 00000000000000000048414d5e348aac7c305c9079422dddb7da690de2732cce 1,462 1.00/1.00 vMB 465
503,848 503,848 0000000000000000001b4f29b604f8e4b43667e0f5785a8e1ca5fa4f55273340 1,392 1.00/1.00 vMB 462
503,847 503,847 0000000000000000008df71a12be0a089ce81c7680e36726c330973acfa19626 1,744 1.00/1.00 vMB 488
503,846 503,846 00000000000000000006cc8bf3d143d82b9a398c268dbdb2ea5e8177d7b287a0 964 1.00/1.00 vMB 424
503,845 503,845 00000000000000000030d393a9957259600364952178b29910a1cfb6c1611857 992 1.00/1.00 vMB 397
503,844 503,844 0000000000000000006c0d306a53ae15abf3168bfb7c72bfefe379e0c0d28db5 2,032 1.00/1.00 vMB 484
503,843 503,843 0000000000000000008fccb4588539abc5e07bbc487cde0efc5bfc8ecb997414 2,352 1.00/1.00 vMB 488
503,842 503,842 0000000000000000003f7e7b4260c52c3f8ac22c354807db5ec29ab061ea531e 2,368 1.00/1.00 vMB 561
503,841 503,841 00000000000000000008a174db33aa00622231c3c85a40dd6605d47d8471024e 619 1.00/1.00 vMB 177
503,840 503,840 000000000000000000423efc553a24c815304e418ca7347924a4489e92b6771c 1,841 1.00/1.00 vMB 391
Previous 10 blocks ↓
Total Size: 781.86 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: 642.35 GB
    • Received: 12.54 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.