Loading Tool

Explorer IconExplorer

Memory Pool

32,923 transactions
27.45 vMB
0.05525833 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt 9abdc826ec7076b1074aae1624a15398327e7b51fb6e7ce68533e0d189708199
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 24c89bab88054b84a7fc4efaff67439d04c74298b4c7fcd2b90090ea3a3db508
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 747
Size: 1.00 vMB
Total Fees: 0.00333630 BTC
Feerates: 7.10 > 0.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (149,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,422 765,422 00000000000000000003bfb74b1110ea8bbbad61f21e1f84fc138ad7ea49afe4 776 0.98/1.00 vMB 16
765,421 765,421 00000000000000000006e9bacb256fbcc4c66fc43a8cf59c0998a81b4dfc496a 758 0.49/1.00 vMB 18
765,420 765,420 000000000000000000064be05d9377b5c5b69591d389074d4fb3df35ebf1c11b 828 0.50/1.00 vMB 19
765,419 765,419 000000000000000000000118081fbebbedf664f83e34414d8bd9d4455ed35875 805 0.48/1.00 vMB 20
765,418 765,418 00000000000000000000b6c7bc135e06496d3d55f59614b313a159277fb6d1fd 597 0.30/1.00 vMB 16
765,417 765,417 00000000000000000007145e8fe9dac5f4996e9afcae0045bc77d7110069744b 822 0.36/1.00 vMB 20
765,416 765,416 0000000000000000000110dfa50cc51b67d2861c9630cb293235d396636fdad2 128 0.09/1.00 vMB 16
765,415 765,415 000000000000000000073522f0617c81438bab5492ece41fea6c451eee37c34a 86 0.03/1.00 vMB 23
765,414 765,414 0000000000000000000412d71ec0e0f1bad5c689ba17d701065158403a7b8081 193 0.13/1.00 vMB 19
765,413 765,413 000000000000000000044f1c479f1a702522eba2fef5887144070012c473943e 707 0.28/1.00 vMB 21
765,412 765,412 000000000000000000058887ebecdc4667904b23259d9f5d498725b936c1cb38 153 0.10/1.00 vMB 19
765,411 765,411 00000000000000000004f85708c3b200993083131bd067f0188ba48625e4f8cb 738 0.66/1.00 vMB 14
765,410 765,410 00000000000000000005d9104b7e4e1085e409e64603df541cf69ad909707251 562 1.00/1.00 vMB 4
765,409 765,409 0000000000000000000249327cedd4d085a5126e5a87f37c0c0a36ca4f9d44e9 383 1.00/1.00 vMB 4
765,408 765,408 00000000000000000004e7e48ae3e08dfc236febaeff7af5292a95efc5b3a02b 1,188 1.00/1.00 vMB 12
765,407 765,407 00000000000000000005fb70b1adb7634c244137cacc8bf861128277cc50f838 1,103 1.00/1.00 vMB 15
765,406 765,406 00000000000000000002e893ce01f200064a33eeb57696d58025cd25162b90b8 1,706 1.00/1.00 vMB 17
765,405 765,405 000000000000000000017a8495551db945cb403c5c353db5709bb9d13c05f3f1 2,330 1.00/1.00 vMB 26
765,404 765,404 00000000000000000001b2261e1717a7b3074b83421ceca867277ec02554e278 1,558 1.00/1.00 vMB 16
765,403 765,403 00000000000000000005606ed3bf623b54a459892a0d0543d1ca32ef675404b3 750 0.60/1.00 vMB 20
765,402 765,402 0000000000000000000278f8254e4c80f232c474180f56881c47d6e29d07d31b 454 0.24/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.60 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: 623.57 GB
    • Received: 11.46 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.