Loading Tool

Explorer IconExplorer

Memory Pool

53,861 transactions
31.16 vMB
0.16619399 BTC
Random Selection Loading Transactions
Max Size: 167.60/200 MB

Candidate Block

Mining Attempt 59e8d4f0a480bc4d687e89024046f65d51c33756ccb50f5bf76386b478effc3d
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root 24670f747f3f819f31d029214831dbb40b3f2b3d3a7cce1cdef3c73107231f9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.07981752 BTC
Feerates: 296.74 > 8.00 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (254,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,833 659,833 00000000000000000001e3106dbf5b28f0654e6adfb3b73ed6c834dfe73ef5cf 2,182 1.00/1.00 vMB 39
659,832 659,832 00000000000000000000bd0e4e18e32cc143da4233c4aea76ad920f51ae814cd 2,131 1.00/1.00 vMB 46
659,831 659,831 00000000000000000002dbb5e4418ea8fc220920589c0e264997343b1ee7925f 2,791 1.00/1.00 vMB 148
659,830 659,830 0000000000000000000ddfab9e006a56693743980194f1bf255592e4c7a95667 2,304 1.00/1.00 vMB 63
659,829 659,829 00000000000000000009788da6366899f04dfe01ecaf6721921a31e66216f54c 2,170 1.00/1.00 vMB 29
659,828 659,828 0000000000000000000c9043d7d67dc7b9b9ae1ae2631d5fb3ec2805bb1597ee 2,336 1.00/1.00 vMB 60
659,827 659,827 000000000000000000034220baab66eecff2b80540a55dd21de9fbed59e5d702 2,485 1.00/1.00 vMB 39
659,826 659,826 0000000000000000000d14ca2c7290767ce688a3dbf6dabef49ac0b6d564255e 2,546 1.00/1.00 vMB 83
659,825 659,825 0000000000000000000870b840a56190803a96fefae6df873874fa852ab5d45d 1,805 1.00/1.00 vMB 137
659,824 659,824 0000000000000000000e7601255315bde1053808e2e3a04773298c56762e8563 2,714 1.00/1.00 vMB 42
659,823 659,823 00000000000000000006999e0f6bf062a0232948e722a327b3905f5bf9683ec4 2,916 1.00/1.00 vMB 76
659,822 659,822 000000000000000000058fabd915b167eae7372ff885e74b9ef51b02ff638918 2,774 1.00/1.00 vMB 118
659,821 659,821 000000000000000000034ee56e31e9875afc2517c7c6419f72c452a14aa51e27 1,662 1.00/1.00 vMB 144
659,820 659,820 0000000000000000000376cc2c4ddd3d5d7e24fccb23cb2051f53448e7d31b5b 2,737 1.00/1.00 vMB 109
659,819 659,819 0000000000000000000bcde68475f78f831f4eba7399f8ea274b93d940271c45 2,714 1.00/1.00 vMB 122
659,818 659,818 0000000000000000000870f338970357fbdf7295cde185b80f7190907ab32564 2,587 1.00/1.00 vMB 58
659,817 659,817 000000000000000000035a5b2baae8fb1e406d42702f31c8f799cecbc52e38b3 3,301 1.00/1.00 vMB 68
659,816 659,816 0000000000000000000e4b7c243e19bed53634ca49cbd229ea5cd26a5a18aefb 3,269 1.00/1.00 vMB 108
659,815 659,815 000000000000000000093bc5e8f9712bc796fe6ecf27e8ff4a72daa626aff8fe 3,198 1.00/1.00 vMB 90
659,814 659,814 00000000000000000000074dd78fd6c276e2c34501fe9ebeaf1354ca471103c9 2,988 1.00/1.00 vMB 106
659,813 659,813 0000000000000000000cf44838f929a0cb0b5cc75b1f3bd68d4c985a0d421fbe 2,857 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.