Loading Tool

Explorer IconExplorer

Memory Pool

40,338 transactions
27.33 vMB
0.06291402 BTC
Random Selection Loading Transactions
Max Size: 142.83/200 MB

Candidate Block

Mining Attempt 7e57036dafa57d48a920eb390a32954e5b3b814b02e5bef649ab22b9da9128c2
Version 20000000
Previous Block 0000000000000000000142b0f2c1c987d6145a763bdc3f1bbe6f22a4e54d2505
Merkle Root 555fc7de5112e8b698f7f0dec2165c7db8580d772a959e7a26e5a64bc5cb2d7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.01211936 BTC
Feerates: 150.88 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,862 (188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,674 914,674 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da 1,451 0.41/1.00 vMB 11
914,673 914,673 000000000000000000017d00305388a174444891c9ffd221de0fa82277a46511 3,761 1.00/1.00 vMB 3
914,672 914,672 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8 3,494 1.00/1.00 vMB 3
914,671 914,671 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a 4,592 1.00/1.00 vMB 2
914,670 914,670 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3 4,901 1.00/1.00 vMB 1
914,669 914,669 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d 1,866 1.00/1.00 vMB 0
914,668 914,668 0000000000000000000122a24f0d88ea2c63b2fc3c15462b7b1ad48cb10a880d 118 0.02/1.00 vMB 1
914,667 914,667 00000000000000000001e8ad77fca8b1c03ca624d0c63bb07dfb78a60e2c2842 3,509 0.55/1.00 vMB 0
914,666 914,666 000000000000000000012c4c5fee9e3ca54762d77a61ec78e1b33068c76b6bae 625 0.16/1.00 vMB 3
914,665 914,665 00000000000000000001cfd1b1fcca4f5bc8ba6f19dcc44b136c09c2830957d9 4,906 1.00/1.00 vMB 1
914,664 914,664 00000000000000000001938a5995067b08fc6a7425421e5c5ea63936b208861f 6,100 1.00/1.00 vMB 1
914,663 914,663 00000000000000000001419fd1876bb6273a39056905abab982d31039aff56e3 4,229 1.00/1.00 vMB 0
914,662 914,662 00000000000000000000ec870641bbe3372e317bc32326a8f2c8c021f2a1a894 2,886 1.00/1.00 vMB 2
914,661 914,661 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5 3,898 1.00/1.00 vMB 2
914,660 914,660 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd 3,715 1.00/1.00 vMB 4
914,659 914,659 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea 4,178 1.00/1.00 vMB 0
914,658 914,658 000000000000000000007f6ce11595c6ce2cd0d6d19afdd583115508fdb096fa 1,048 0.28/1.00 vMB 3
914,657 914,657 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1 5,073 1.00/1.00 vMB 1
914,656 914,656 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43 2,678 1.00/1.00 vMB 0
914,655 914,655 0000000000000000000076d3b2eb8179f74811df1cca117fa5e00d4936f64943 5,526 1.00/1.00 vMB 1
914,654 914,654 00000000000000000001fb9558d6a300962ebeb0589c59e15b35e09e4eea3db7 1,106 0.32/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.