Loading Tool

Explorer IconExplorer

Memory Pool

78,761 transactions
29.18 vMB
0.11935643 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt afef646cff2bbdb1ddaf1d4e952b5d9f5053f07e7d51a1a713170aea88edb7c4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (84,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,984 830,984 00000000000000000001fd75d15bc649eb83f52ecc999999e6676f96fac6dd87 1,762 1.00/1.00 vMB 15
830,983 830,983 00000000000000000000e9b74ff9581a1860ab32b183962025ce021181b45d9e 2,058 1.00/1.00 vMB 15
830,982 830,982 00000000000000000003685a9ba969a2cb405f3377d6b766ea3c31cd71ccf0a7 1,730 1.00/1.00 vMB 15
830,981 830,981 000000000000000000007c8beb9d42df3fd8f7388e8a5b8e3615d8ced326de07 2,733 1.00/1.00 vMB 16
830,980 830,980 000000000000000000007aa032ef6537be2a25dd2a02e3f1041fd776a6ee10de 3,495 1.00/1.00 vMB 20
830,979 830,979 00000000000000000001768579613e0cb0781050c58406b0166a1fb7825f8350 2,565 1.00/1.00 vMB 17
830,978 830,978 00000000000000000001ff3dc52ea25d7b5ef477c540119d6e2456a84205cf78 1,695 1.00/1.00 vMB 14
830,977 830,977 00000000000000000001b27006120f013ebf1fd99c7fb1e8fdfe59392295dee5 2,317 1.00/1.00 vMB 14
830,976 830,976 000000000000000000010d225190adb3b2485912a13fe12b7d2f6a099ecc033c 3,386 1.00/1.00 vMB 15
830,975 830,975 0000000000000000000075137ee1c86e724bff7bc702eddc92fb04fa1abb6251 3,147 1.00/1.00 vMB 26
830,974 830,974 00000000000000000002da814389106abad6cb4fb1217f598008ebae9c1d55af 1,999 1.00/1.00 vMB 17
830,973 830,973 00000000000000000001a56b07014df72862f3d7d1824765fedb62242155c616 2,770 1.00/1.00 vMB 18
830,972 830,972 00000000000000000002354b9b9c0bb51d9c32e6fdb8c2195b38253c2a9ec947 3,818 1.00/1.00 vMB 27
830,971 830,971 00000000000000000001bfc21b34a6b16785bafe0b94664cdc6938145a35d15a 3,826 1.00/1.00 vMB 33
830,970 830,970 000000000000000000028b8bb18d0a9857dbe75473142231738e0670d38b26f4 2,480 1.00/1.00 vMB 25
830,969 830,969 000000000000000000026a19ef925bd8d780c0a3dd1e03aacd549ef6d72eada5 3,303 1.00/1.00 vMB 24
830,968 830,968 00000000000000000001c0dbf84989d0eafc1cfaeb8be6a752ae6931dc0f5a72 2,438 1.00/1.00 vMB 16
830,967 830,967 000000000000000000024f1fd71b6a9f8e820ae2585cdfdf0f6a9a69bf59416f 1,707 1.00/1.00 vMB 18
830,966 830,966 00000000000000000002ab00e494ba9141155ccbde2e25843fb23afb1a347ed9 1,889 1.00/1.00 vMB 14
830,965 830,965 00000000000000000000b2f349af3268efeeacf3fe6a6fc1bf9b5e986345618d 1,078 1.00/1.00 vMB 13
830,964 830,964 000000000000000000003cd757fd2e0721cb71f79a5279cc9f17869ab644ae8a 1,312 1.00/1.00 vMB 13
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.78 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.