Loading Tool

Explorer IconExplorer

Memory Pool

87,003 transactions
31.93 vMB
0.11262330 BTC
Random Selection Loading Transactions
Max Size: 195.51/200 MB

Candidate Block

Mining Attempt 75705a32e20d50b6ea6878457a9aa2d86e8e77e764d13b87eb07d3d1aeaaf03b
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f16a5f16b43bb9ddeabe4680c3e4e6c1e1871aa82df7f8bb7f1d4b50bf2a2b44
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.03067961 BTC
Feerates: 1,236.26 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (175,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,592 739,592 000000000000000000039920a28b11e6471eb0f536991931b7217bb7e99168f3 2,900 1.00/1.00 vMB 16
739,591 739,591 00000000000000000003504dc0a9ad5b072c4d4a5201343de9ba5d7988730091 3,026 1.00/1.00 vMB 12
739,590 739,590 000000000000000000051c43af3e2b73ec3cec2d3477fe84bafaa798590fbf31 2,687 1.00/1.00 vMB 21
739,589 739,589 00000000000000000006327fcfee2eebd1397b97c8e85d7a145b8fdfc993073a 2,994 1.00/1.00 vMB 9
739,588 739,588 00000000000000000006dd4138b9ffbdbc1644007239dc623908af781d9040ab 3,114 1.00/1.00 vMB 18
739,587 739,587 000000000000000000008762933ada9704aaa7dc3ca53d07f2e157bdb225bf7c 2,867 1.00/1.00 vMB 13
739,586 739,586 0000000000000000000266bc9d8e3455c6e12a24b947437bda5dce6ddf84e8f2 2,692 1.00/1.00 vMB 9
739,585 739,585 00000000000000000005f9a5893fb9d8ef2d77a538aaa2f3469732c9d84fd1fd 2,323 1.00/1.00 vMB 11
739,584 739,584 000000000000000000000063bb1d8713477cc87fd5cb8748803e25124e86097c 2,708 1.00/1.00 vMB 9
739,583 739,583 0000000000000000000816c5a9f6547fe9d038c41a30447fd75df50f2f1ed658 2,970 1.00/1.00 vMB 11
739,582 739,582 00000000000000000004cffe663ec51931e35da17d53b4cbcd6a7c36008b4deb 2,626 1.00/1.00 vMB 22
739,581 739,581 000000000000000000037d53e968a461df41aa6e6c987c8c2c26716330901b47 1,936 1.00/1.00 vMB 7
739,580 739,580 00000000000000000001448812f3d1cc3f448cacdaca495b651127ceb1ef3d44 480 1.00/1.00 vMB 1
739,579 739,579 00000000000000000008af5f420f6f54f5cf2017af4e790090a543ce0540b92e 1,678 1.00/1.00 vMB 5
739,578 739,578 000000000000000000027551534b3ac3e557e19c37a2612d9eb5eadf1eb2900b 1,626 1.00/1.00 vMB 5
739,577 739,577 00000000000000000005bee05b3aefcfb6de4ba6144767420090d0fd660b23c5 1,482 1.00/1.00 vMB 2
739,576 739,576 000000000000000000061068b6041501a9abdab93b601bc70a1e347f8ef62f60 1,749 1.00/1.00 vMB 7
739,575 739,575 000000000000000000070a2c835e8def664cc84a9f56842f3094f601b1808d9f 1,663 1.00/1.00 vMB 13
739,574 739,574 00000000000000000004e955619ca8edd655630046c9fd34935698fc7fde2980 1,854 1.00/1.00 vMB 4
739,573 739,573 00000000000000000006f1261c6a112baa32dde545c5f42c0e2b7ad8cd694e9f 2,928 1.00/1.00 vMB 10
739,572 739,572 00000000000000000002c86bf35030059f3ec955c3edef465c89218a01120c64 2,497 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.