Loading Tool

Explorer IconExplorer

Memory Pool

79,162 transactions
29.37 vMB
0.12462816 BTC
Random Selection Loading Transactions
Max Size: 176.81/200 MB

Candidate Block

Mining Attempt 57bd2ad0c6064afbdca970308df063e2aa0a2a6ac1ad6b2148cd6705ee17b197
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f6a3c4947090c62ed0edd0f9ac608c4cb93c768967f97e73926491c3e7764972
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.04515411 BTC
Feerates: 150.80 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (491,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,657 423,657 00000000000000000464b17b45302ffa8f6ac42db1f923a81f51ef87ba79aa5a 1,224 0.48/1.00 vMB 88
423,656 423,656 0000000000000000017df9ff67a5eb8540fce8783168eca1027ae53f8f3f316d 545 0.20/1.00 vMB 107
423,655 423,655 0000000000000000008bdf1a4735794a7ce0434a461a3c918daeb9483b9c41f7 1,269 1.00/1.00 vMB 45
423,654 423,654 00000000000000000479b2d598e6096b3756083627d1a1ad6c2911c52f93a16c 657 0.99/1.00 vMB 31
423,653 423,653 0000000000000000020a6bcddbd237aecc767688f9fe1229d59290b2779d7960 38 0.01/1.00 vMB 60
423,652 423,652 00000000000000000255a17190a18436691c487c3b9829372d4e8e55ddb7402e 1,574 0.65/1.00 vMB 77
423,651 423,651 0000000000000000032164d17a39e3bbcd885953b7a60e5e4e42909bc92ec259 1,705 0.70/1.00 vMB 82
423,650 423,650 00000000000000000359a86bd217519fd7ef4cd3a8982eb8b64bde358a793f72 760 0.33/1.00 vMB 90
423,649 423,649 000000000000000000fc0fda6bf2b7b07e5759c88859cef9816c8bba9fa8d681 565 0.99/1.00 vMB 14
423,648 423,648 0000000000000000042875a3c8e617e0226109af2504f3fc9b1c1d23d51cedf4 1,421 0.79/1.00 vMB 56
423,647 423,647 000000000000000004b2819c5ccf7917281f944764a18de480a15fdf9851dd4f 2,932 1.00/1.00 vMB 91
423,646 423,646 00000000000000000015b8071bf78de03c875ec5a8ddd477d9b66e070d5ba2f9 2,777 1.00/1.00 vMB 77
423,645 423,645 0000000000000000044f3ee6b59a6e3784d1343bba3dee3be6f508e4700d7809 2,049 0.91/1.00 vMB 59
423,644 423,644 00000000000000000467759b1f91785cf44b9883fe5e906164c1fcfc801e70f7 150 0.13/1.00 vMB 31
423,643 423,643 000000000000000004b876069e371d718788e41bd9fb7d1a4ef1e245e742da8c 2,516 1.00/1.00 vMB 69
423,642 423,642 0000000000000000018b02964446a20bf418bc2004dc663281a5f5bb8410792e 1,166 0.54/1.00 vMB 64
423,641 423,641 000000000000000003f8f71c1f6e774ae71b5e6eea7ef3d474c149a263bf8ef9 2,303 1.00/1.00 vMB 73
423,640 423,640 0000000000000000004a61296db154d8c8f50e592ea29d1efb9404ad3d86f6ec 758 0.41/1.00 vMB 69
423,639 423,639 000000000000000001ade30a8606f17c6ee21fde228201a104ed938f4ca6cee3 1,017 0.50/1.00 vMB 60
423,638 423,638 000000000000000003afd1a8abac839c1bf95f1c3f06e3f352275818b2756390 1,205 0.60/1.00 vMB 57
423,637 423,637 000000000000000000ff7c938213b2154ef0b8b22f77f1a26b55db72a2fb8763 2,018 0.75/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.