Loading Tool

Explorer IconExplorer

Memory Pool

73,280 transactions
27.08 vMB
0.06150797 BTC
Random Selection Loading Transactions
Max Size: 165.41/200 MB

Candidate Block

Mining Attempt aa98eefe9c2ee34455eafa55600070655357031ebd950ffcde87e3c6be444f9e
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 6ed700def8f74a76feb8ae5c3f123a817ea651c602ecde5117a5aec0e060d3e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,707
Size: 1.00 vMB
Total Fees: 0.00406714 BTC
Feerates: 40.21 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (127,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,456 787,456 0000000000000000000010f75d0e64d429453a72bace3e04c9bdab7d3013b20f 3,594 1.00/1.00 vMB 34
787,455 787,455 000000000000000000029b5812de1e2a7ac4162d2f80be58ae33a108afa16d67 4,693 1.00/1.00 vMB 19
787,454 787,454 0000000000000000000562d228b80ceecca32cf9524de4f3ec7fc9cef5b3ae6b 4,252 1.00/1.00 vMB 33
787,453 787,453 00000000000000000001c2d24b9f52869e5364f176bd1988fda2e18c70eeee5c 3,293 1.00/1.00 vMB 36
787,452 787,452 00000000000000000000971904fa0ab34135818ec370c23be13461858aec25b7 4,039 1.00/1.00 vMB 25
787,451 787,451 00000000000000000003554b759b1668eb89ba87d20e5949a538ced250ee4609 4,077 1.00/1.00 vMB 19
787,450 787,450 000000000000000000051c90e74d047a51a57716a1444ca8ac8ca8dceed67f54 1,982 1.00/1.00 vMB 22
787,449 787,449 00000000000000000002fe2a5ce49b84169e266f1428daaff4e72007a36031f5 2,690 1.00/1.00 vMB 14
787,448 787,448 0000000000000000000380e4a5ef1187781f0e126dd0ccc14a8b31f8ea306b65 3,465 1.00/1.00 vMB 24
787,447 787,447 00000000000000000003f2ccbfca7181e14f255644b7a6cee06ea20ed02218f1 4,405 1.00/1.00 vMB 33
787,446 787,446 000000000000000000058b22287c763cc68739b32f760541f336110669705bb7 4,107 1.00/1.00 vMB 40
787,445 787,445 00000000000000000001e9918a681eb0a360cb10a7e8966890efc7b1f81bb589 1,665 1.00/1.00 vMB 16
787,444 787,444 0000000000000000000178a6ea66b16f7d7797bbdbd88f011d0474c1f184ee0d 3,140 1.00/1.00 vMB 7
787,443 787,443 000000000000000000014f9d0289b99b7e38192430f64fbb4f28d8a775d242ce 4,108 1.00/1.00 vMB 26
787,442 787,442 00000000000000000000b0379f75b28b35b2c69b26920d11ece2d35060c7b73d 4,137 1.00/1.00 vMB 9
787,441 787,441 000000000000000000018fd1bdc5eb4f8b53e9d0db2c4ffdb44eb8f0c6d6c8f9 2,437 1.00/1.00 vMB 16
787,440 787,440 00000000000000000004df49e02aba56fb4e1f032613055b949ed5190465eb99 2,383 1.00/1.00 vMB 14
787,439 787,439 00000000000000000005b8222e112e35bb3af162b3bc1251fbf97c279a062b1f 2,109 1.00/1.00 vMB 13
787,438 787,438 000000000000000000018d875ea4f215be9c546c043c828f5ca722b004170549 2,875 1.00/1.00 vMB 28
787,437 787,437 000000000000000000056b58b6cb0ad60b80962b054d7d8d20c9faeeaf8edefc 2,551 1.00/1.00 vMB 27
787,436 787,436 000000000000000000057fdb9fd6ce6fbb8e94d702ca67282700892efca0c4b6 2,537 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.