Loading Tool

Explorer IconExplorer

Memory Pool

78,183 transactions
30.15 vMB
0.07273219 BTC
Random Selection Loading Transactions
Max Size: 182.95/200 MB

Candidate Block

Mining Attempt 32944b5d51222a1b6abff923938547d9e65d00ba1d48c5b50fe02b3836a3eaef
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 155fac3646b905f5c671faf1eb23e617c0a2f902f51a68008249f0b2043af55f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,259
Size: 1.00 vMB
Total Fees: 0.00862353 BTC
Feerates: 45.66 > 0.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (87,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,838 827,838 000000000000000000000062131712763dc8626abd786305f08ea0de2ad967d4 5,440 1.00/1.00 vMB 31
827,837 827,837 0000000000000000000217b0ebe10cb0f8fe4926f5c4e3a21a02728a51e18993 2,656 1.00/1.00 vMB 31
827,836 827,836 00000000000000000002b1b5e22895910375464a934e3b7474b3aa82cead93cd 3,391 1.00/1.00 vMB 38
827,835 827,835 00000000000000000002c97d5a80a29cc890678190a4f85bb8fe48127d7e1b8e 4,140 1.00/1.00 vMB 35
827,834 827,834 00000000000000000000a2a6384d30d30b383e6fd70c71c865a8fb5d8e68e394 2,476 1.00/1.00 vMB 32
827,833 827,833 000000000000000000014b3431f9ccf2c3762ffbc766141372884c118c777755 3,304 1.00/1.00 vMB 41
827,832 827,832 00000000000000000003c2afbc25659dca881660efe66f239d1f86ccc85127cd 2,545 1.00/1.00 vMB 47
827,831 827,831 0000000000000000000252d89911d2cba63820c493214950e52d7257640bfa7e 3,291 1.00/1.00 vMB 36
827,830 827,830 0000000000000000000329307dc2423b8270d49eee44073f2ccbe4a4bf75c8fb 3,116 1.00/1.00 vMB 47
827,829 827,829 000000000000000000029ceaecc1bf7bbee298ab33dcd27a8b2eb56517e1fc3c 3,733 1.00/1.00 vMB 43
827,828 827,828 000000000000000000001b6a7162cb4f1d02595d4fdd1c3a264e867f12b4a23b 3,531 1.00/1.00 vMB 45
827,827 827,827 00000000000000000003cd19920b29d601c01680e4eda2370736c28442a70c19 3,309 1.00/1.00 vMB 39
827,826 827,826 00000000000000000002ae74b27b6347ca606e613cffbd851e83b69dee4deff7 6,355 1.00/1.00 vMB 28
827,825 827,825 00000000000000000003aabf77fb9bb46f7bce7a57dd968e299c3271e5bc7455 4,234 1.00/1.00 vMB 34
827,824 827,824 0000000000000000000275d22ee84b63105a978d862580d2578d0b4fee2cd306 3,064 1.00/1.00 vMB 36
827,823 827,823 00000000000000000000a8429c26320b646375462166348533cf3312ee04d7e2 3,005 1.00/1.00 vMB 33
827,822 827,822 00000000000000000001d10934d53d44f3ceeeeebf4e14fd1b5ca30101cbdcab 2,513 1.00/1.00 vMB 27
827,821 827,821 0000000000000000000221697faaa9b27beaf54456f41104792d63eac2567a0a 5,473 1.00/1.00 vMB 33
827,820 827,820 000000000000000000033509a4b417045ae3823b9c43a1434867e5050e1e83d4 4,056 1.00/1.00 vMB 35
827,819 827,819 00000000000000000001c5a764fd80fcdaed8b4ceaacfb42dc99c8d1f7bac989 2,599 1.00/1.00 vMB 37
827,818 827,818 00000000000000000001b7bdcb487dcbec773c6fdb1dd0e1fcecbdeb147c1bd7 4,373 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.73 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: 707.32 GB
    • Received: 16.67 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.