Loading Tool

Explorer IconExplorer

Memory Pool

79,016 transactions
30.16 vMB
0.11925965 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 0a2622c5d1964dbe3a897625c4c187e09250ba4dfab3cbb6d19b7147b1829315
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root dc5c39e17a1d4f3e6e767b52f8904053d1c19d3fbc80f4b69517f8b40bd8f10b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,320
Size: 1.00 vMB
Total Fees: 0.02885182 BTC
Feerates: 109.82 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (287,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,674 627,674 000000000000000000012783c6b961112eead6a0eb6e43cbdfe7cf3b16a070da 2,340 1.00/1.00 vMB 27
627,673 627,673 0000000000000000000fd95b95ee2488fe5489c79fcdaec09202c65ad21819e9 2,486 1.00/1.00 vMB 25
627,672 627,672 00000000000000000009e4b486ef1a0481221eb4ff7bbbd230df1e01b65d64ac 688 0.98/1.00 vMB 7
627,671 627,671 0000000000000000000065ddc4d78bcaaa0c419728c9e349e81a7cb9ab16cd21 176 0.95/1.00 vMB 2
627,670 627,670 00000000000000000010d3b7ffc67a448ac5a4ebb86a31d2c84327637c44ffa4 2,210 0.93/1.00 vMB 17
627,669 627,669 000000000000000000064d7b59cb007c4b61b5093bda37f09a8ee37b7d6e0b25 477 0.96/1.00 vMB 4
627,668 627,668 0000000000000000000b2b4da64e85356deedb5f5c350d8460f90e5979a83526 950 0.97/1.00 vMB 5
627,667 627,667 000000000000000000034ea4d0bec6464560c48d9872cea949e1f42c9a093000 476 1.00/1.00 vMB 1
627,666 627,666 00000000000000000002b29f16bad93c3f8ce06efdc5e695d71a7f7bc7957a80 616 1.00/1.00 vMB 6
627,665 627,665 0000000000000000000c7750676ab20bf481929e4a6d08f2f01dd5a8e83e1fae 1,957 1.00/1.00 vMB 16
627,664 627,664 00000000000000000009620b5e18c2f9e852ee21dc2290dfec811aade3d997c2 1,792 1.00/1.00 vMB 17
627,663 627,663 0000000000000000000b9bfb569b5805895803a228fa1b03dca14de3bef911fb 357 1.00/1.00 vMB 3
627,662 627,662 0000000000000000000758f49855cabc43defa9b1780486ff2ed04dde876f5c8 1,102 1.00/1.00 vMB 12
627,661 627,661 0000000000000000000cf1101751f1d3fd1e9a6a0b24916a684b1497673e449e 463 1.00/1.00 vMB 4
627,660 627,660 0000000000000000001131d6e44a6d14a148413fbeb42b9cd431e8e64d6b5e4b 1,442 1.00/1.00 vMB 13
627,659 627,659 000000000000000000069fdeae9ddde6c9344a44724c13527ed96b8167ba8068 2,282 1.00/1.00 vMB 28
627,658 627,658 00000000000000000000b7c0287e8920072da1b825996895cae03d1fd35ed91e 2,043 1.00/1.00 vMB 24
627,657 627,657 000000000000000000000b6096337b1a1187a45de5b9e06369daf5692b9a67c0 1,470 1.00/1.00 vMB 16
627,656 627,656 000000000000000000001113cd57c1f1b0a7e87481e113d897c3920a95923de9 1,753 1.00/1.00 vMB 19
627,655 627,655 000000000000000000095500a9f0c5daf7dd39bf15b58bf7967b7f5c711587d8 1,359 1.00/1.00 vMB 7
627,654 627,654 000000000000000000091e0e2f79728147d3e4aad9638a02b477e2f6caf1662f 2,720 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.