Loading Tool

Explorer IconExplorer

Memory Pool

83,525 transactions
31.16 vMB
0.08962102 BTC
Random Selection Loading Transactions
Max Size: 190.51/200 MB

Candidate Block

Mining Attempt 8f315ae2c6bbe2943692c3e81c0a8609b4f6cda9af0a544a1e6088968c45c2ab
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 99e1c914a6ab7b27aa81bdcca2c11b3555bc637bb2d5e962efb4e31abfa06f36
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.01918994 BTC
Feerates: 299.43 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (428,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,765 486,765 00000000000000000000d27b2cb8baa552e82d0e57ac565a889730449940c70f 811 0.34/1.00 vMB 134
486,764 486,764 0000000000000000002fade73d2adcce1038d756ae87668652f7b24ba22f0308 894 0.42/1.00 vMB 22
486,763 486,763 00000000000000000061fa2a3df25bd76a8dbe6235281206929d5cf6bdc11703 1,117 0.43/1.00 vMB 160
486,762 486,762 000000000000000000bab17fff112fdeecde88ca79690ed321c1de4ba428405e 726 0.32/1.00 vMB 79
486,761 486,761 000000000000000000e0a43a0fa2719b2b8e3c7ae3b827d0b3067dd7e7ac0162 710 0.33/1.00 vMB 89
486,760 486,760 000000000000000000c6f91c275c9de8ad207a44525b4983cf565e22da059ef9 820 0.46/1.00 vMB 75
486,759 486,759 000000000000000000bff8bccca17821eecf5a0fbc18a7d2f05df06f1e357d25 733 0.29/1.00 vMB 73
486,758 486,758 000000000000000000f3459f49de7ce1cadf7b66d8cc7ccbf7d4519419c2b864 979 0.66/1.00 vMB 58
486,757 486,757 000000000000000000d448498ce0e6463e8458e474ef89e2c9b899c12896cd49 1,989 1.00/1.00 vMB 54
486,756 486,756 000000000000000000548ba2b0990d3ed87d4a0158cb54c8faadbc9e842d15ea 1,960 0.96/1.00 vMB 38
486,755 486,755 000000000000000000f5deb9443d59b6910fb180d8830e71272e910901d6c85b 2,449 1.00/1.00 vMB 142
486,754 486,754 0000000000000000002f3dab31d5af2b5de333d2803c30ce8d817d5d8bca6d08 2,117 0.95/1.00 vMB 83
486,753 486,753 000000000000000000dbc24ad8a440b579d3601c2f7a7d72af4364ca27802327 650 0.33/1.00 vMB 81
486,752 486,752 000000000000000000a37ce4f8e662a979a72ae4a0bf5b3fbfb2f5c34e137797 806 0.35/1.00 vMB 77
486,751 486,751 000000000000000000fdb1c2e505fb785fbc534f07332095b310b89c0b6a0e6d 510 0.38/1.00 vMB 34
486,750 486,750 000000000000000000fea54834ee8c0a2cbc0ff05dfb8b669cf6db78e301301a 2,578 1.00/1.00 vMB 126
486,749 486,749 00000000000000000075c8eb398890b574f2ab951b5cee472de2c2d4d6ebf40e 1,894 0.97/1.00 vMB 80
486,748 486,748 000000000000000000f1ffbaed1b3e8a327cdbbbc23b83b0be8f488008997d97 1,862 1.00/1.00 vMB 166
486,747 486,747 000000000000000000eef6c7f76e1fcd7a8ea76dd610f6bd432c2610c2afef89 229 0.11/1.00 vMB 106
486,746 486,746 000000000000000000cb36af33c4c7be164a6cef549a9eaaef4cd2e0eab75487 680 0.29/1.00 vMB 60
486,745 486,745 000000000000000000f0f160bc80dc25feb1cb47c697950e0da5230f0af0cd51 332 0.16/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.99 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: 717.35 GB
    • Received: 17.85 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.