Loading Tool

Explorer IconExplorer

Memory Pool

24,022 transactions
25.07 vMB
0.06832366 BTC
Random Selection Loading Transactions
Max Size: 120.72/200 MB

Candidate Block

Mining Attempt 4a5c37aace2b10fa4b9c342f41fc5b744cef648fc2788d423ff685b8dd0eef6c
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root 47e0abc24812e4e7cb735e18774062ef5c34f1f08d43f6e9814015fb39e1b634
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.02300688 BTC
Feerates: 100.84 > 2.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (5,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,869 908,869 000000000000000000005b826b0a9e7c473d29a61ed378f1babaaddb3e54b213 2,479 1.00/1.00 vMB 3
908,868 908,868 00000000000000000001e71cfe8e546f6ffe9c2d320c34156efce0536a01ee51 2,545 1.00/1.00 vMB 3
908,867 908,867 00000000000000000000133c790eea2eec71ba86bfb1db0bb7f897f309e2539b 3,211 1.00/1.00 vMB 5
908,866 908,866 00000000000000000000135f4bcbd2354d2022611e59af6bdf781c08c1d77ece 4,050 1.00/1.00 vMB 5
908,865 908,865 000000000000000000017a69d88aab87b91c1c2820bc5733fd11591d883b2b93 4,650 1.00/1.00 vMB 3
908,864 908,864 00000000000000000001ab2dcdc945c3dc208742bab89636dcb8d9c27a14453b 3,953 1.00/1.00 vMB 5
908,863 908,863 00000000000000000001715ac8d4a38d36ad13e15b704defb17173fb5eac4292 4,213 1.00/1.00 vMB 5
908,862 908,862 000000000000000000009aef59a8c1326130da185bd20899533272af196dcff8 4,094 1.00/1.00 vMB 4
908,861 908,861 0000000000000000000042139c0f910660d9e17b70a4849789e5e809b9b09902 4,336 1.00/1.00 vMB 8
908,860 908,860 00000000000000000000414cdfd376e7f3c6b83605ce3b7eae6967d53025b890 3,349 1.00/1.00 vMB 2
908,859 908,859 0000000000000000000155a68b871dfc9ac6cf3546c32e49ba7e0cc75c1dd630 2,627 0.87/1.00 vMB 2
908,858 908,858 00000000000000000001b402f67d1528cdd5e88a925964b81fd5c1de105b16b6 844 0.22/1.00 vMB 3
908,857 908,857 00000000000000000000b37d5a499ff0b7c2b3fd36abd20b4ba2fbe5a721e480 2,998 0.91/1.00 vMB 1
908,856 908,856 0000000000000000000044278cc1d5fee2824a896a6337c31042177778404260 3,176 1.00/1.00 vMB 3
908,855 908,855 000000000000000000001167c14eb559ac3e9513a8f54f45cfe54c4b2afa5454 4,135 1.00/1.00 vMB 1
908,854 908,854 00000000000000000001bafb2ad1f5b45fb274224ddba396b910dfd2d9b037fb 4,013 1.00/1.00 vMB 1
908,853 908,853 00000000000000000000b6ba3d9687f7e00a92b50258de9cdc731921e87b2542 2,871 0.88/1.00 vMB 2
908,852 908,852 00000000000000000000f4472c423c33710869debace6d2032bb2dcfec06c153 3,677 1.00/1.00 vMB 1
908,851 908,851 00000000000000000001b59c1ac89ca4a9cf3ff0c104e312ab49963072253cf5 3,488 1.00/1.00 vMB 3
908,850 908,850 00000000000000000001dfa006fae73a81c21fcd34258b95f328efd7efde20e4 3,317 1.00/1.00 vMB 2
908,849 908,849 000000000000000000016f6cc4d23b8b2846f0b997609606808592ae809b8ed0 546 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.05 GB
    • Received: 8.91 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.