Loading Tool

Explorer IconExplorer

Memory Pool

78,476 transactions
29.96 vMB
0.08684544 BTC
Random Selection Loading Transactions
Max Size: 178.99/200 MB

Candidate Block

Mining Attempt cc451493d05ac428b684fe2d0a957cc665665575fd91e91e41771533029f1307
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 25ac46e02fe51cd119ea34f8999aa2659a6f16a86edd015a4c75631832475b61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,710
Size: 1.00 vMB
Total Fees: 0.01814110 BTC
Feerates: 100.69 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (166,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,986 748,986 00000000000000000000aca0ed1f29568f7030e5a370b495ece0206739618045 2,161 1.00/1.00 vMB 30
748,985 748,985 000000000000000000030e9b237e36e735871e66ea670755e345a520e12e837d 2,633 1.00/1.00 vMB 21
748,984 748,984 000000000000000000030cc86d1f3c0a9ece7646ed9bd4b517c68e4cdd4771f1 2,250 1.00/1.00 vMB 20
748,983 748,983 00000000000000000003029c14f3410cff6e837dfaf2411adb9c0d556266ee24 2,775 1.00/1.00 vMB 26
748,982 748,982 00000000000000000003e74cbffb38d46e17ecaa62acdf2fbc5be9c84ccc4234 1,534 0.90/1.00 vMB 10
748,981 748,981 00000000000000000000f830ed29c298d61afb84b85a0849c809abbfe23dc460 2,497 1.00/1.00 vMB 17
748,980 748,980 000000000000000000066593b414feb12b98bf927a6c4caf9cf33cca1d17923f 1,069 1.00/1.00 vMB 4
748,979 748,979 000000000000000000005c27a902397e2fe60f77f6095d4b1483281af07aba18 4,810 1.00/1.00 vMB 3
748,978 748,978 00000000000000000008c6412e0c96c8e5a7050430719aa9806d6e1989a8b4a0 3,143 1.00/1.00 vMB 8
748,977 748,977 000000000000000000005972627ad87db6765c0e9519b3f3ccc85443f3972b6a 3,336 1.00/1.00 vMB 10
748,976 748,976 000000000000000000065cc8222a6fedc93c7982bdbb3d8982ace7396de62a17 3,048 1.00/1.00 vMB 8
748,975 748,975 00000000000000000005b80b3ba93bb65d7d7e0e8b3f456dfa5f142f03e4368f 2,030 1.00/1.00 vMB 7
748,974 748,974 00000000000000000001934232cd1bfe74a9c9e92b665d643cf200a7df8dd5f1 2,497 1.00/1.00 vMB 11
748,973 748,973 000000000000000000009822cec777ed4c6caf30811ff7cd55f379a9c9cae0e3 1,261 1.00/1.00 vMB 19
748,972 748,972 0000000000000000000635267932568060d833046eb0b08068a9099f0d6ef249 2,439 1.00/1.00 vMB 21
748,971 748,971 000000000000000000032fe8e7e93a949d9079fd639e8e5e6fa46398773ce11d 2,722 1.00/1.00 vMB 18
748,970 748,970 00000000000000000004698d9d6211781b3f2e94798fe85581dc8e60f43073f4 2,545 1.00/1.00 vMB 17
748,969 748,969 00000000000000000006c0d5c2166c30f0e0c6b33da1ceed667d0b0221c55830 1,303 1.00/1.00 vMB 8
748,968 748,968 0000000000000000000418f13ae5d06e4eb65463f3b9ea4be43ccb36d3ac815b 2,897 1.00/1.00 vMB 17
748,967 748,967 00000000000000000004e0a1ef622dd7376a6220386a0e2b0a26d735e1d61262 2,142 1.00/1.00 vMB 23
748,966 748,966 000000000000000000085672958450c9330410a7213fa87ce321d313ae4ccda3 1,670 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.