Loading Tool

Explorer IconExplorer

Memory Pool

35,432 transactions
25.87 vMB
0.06881509 BTC
Random Selection Loading Transactions
Max Size: 131.67/200 MB

Candidate Block

Mining Attempt 1f81ecdbf9d1ab991cb3d807a7cc06659666a2d56a7c4e9ec9aede6294233203
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 4da95a07f132361ca832af33aef62b3141e1054eb986f044fd770c66d8c309d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,272
Size: 1.00 vMB
Total Fees: 0.02128407 BTC
Feerates: 150.77 > 2.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (296,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,972 617,972 00000000000000000001f569da1f278431404de18727393f3a922581cab5bdfd 3,033 1.00/1.00 vMB 26
617,971 617,971 00000000000000000003a3e9216be6eed354bad76ab749d08593a58204e24fe1 2,346 1.00/1.00 vMB 9
617,970 617,970 00000000000000000001799a791b44e8a873a3f214ced679315a56794500245b 2,929 1.00/1.00 vMB 21
617,969 617,969 00000000000000000000e138423f8dbd745bedb2ba510a01368c5e850e88b130 2,259 1.00/1.00 vMB 15
617,968 617,968 00000000000000000004e480ced7947913de435001771c8bdb008c29ba2b8f75 2,430 1.00/1.00 vMB 25
617,967 617,967 000000000000000000068256faa1d5c0c0311cfd375eea17fded4b8b88c6999e 3,112 1.00/1.00 vMB 20
617,966 617,966 0000000000000000000115de46eadf684be6e3fbda237e55780c6371bdb44ef2 2,811 1.00/1.00 vMB 13
617,965 617,965 0000000000000000000707132d9943f3a33fafcffbe1e4f6d86cdbe5485fc4d1 3,224 1.00/1.00 vMB 17
617,964 617,964 0000000000000000001004f32530db0583ceb95d424b62d804ddbf68f77bc7c2 2,798 1.00/1.00 vMB 19
617,963 617,963 000000000000000000073fa3791a415ea302b7ed3395c6761be805f4fe3c7f1b 2,793 1.00/1.00 vMB 34
617,962 617,962 0000000000000000000473f501253a16b5a295e2b8b9bcb79eccc7b51bd235de 3,188 1.00/1.00 vMB 29
617,961 617,961 000000000000000000007c4e0e7f33054e880b3c35381cb3bab0682cabb9d37f 3,164 1.00/1.00 vMB 19
617,960 617,960 00000000000000000010f1173fa1a9cf51f3f4ac8defb339ecc71d9863e696a2 3,021 1.00/1.00 vMB 26
617,959 617,959 0000000000000000000f59a3664eb25a9c292452e9c2a6c1619df285c9b3c19a 2,078 1.00/1.00 vMB 18
617,958 617,958 000000000000000000046df595f83535cc04550c27c68dddc09e4ce415f9e674 1,934 1.00/1.00 vMB 10
617,957 617,957 0000000000000000000bcb44a22f4d447f44c8e1e821b058def2fa55a3d065d0 2,198 1.00/1.00 vMB 14
617,956 617,956 0000000000000000000d90fa467cea087a811d2e0435a143a6b703b9a122911e 2,169 1.00/1.00 vMB 18
617,955 617,955 0000000000000000000d23ae75c0e98994602a54f772487fee98e5bc5c6bf9e4 2,664 1.00/1.00 vMB 27
617,954 617,954 0000000000000000000f946fec611441fac0e0a3227d872cce0c6e8459407fdb 3,125 1.00/1.00 vMB 19
617,953 617,953 0000000000000000000cfe3a1dab75673540132fc135a21cba95ff11a738f7bd 3,013 1.00/1.00 vMB 25
617,952 617,952 00000000000000000010cb35d872b403f329c5111924a2919bd67c104100ca32 1,933 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.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: 638.82 GB
    • Received: 12.50 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.