Loading Tool

Explorer IconExplorer

Memory Pool

74,032 transactions
20.22 vMB
0.05242924 BTC
Random Selection Loading Transactions
Max Size: 135.63/200 MB

Candidate Block

Mining Attempt a49486db8071b440faca65c39e339091f0fa7f4380209cab07db68287a6ffa9f
Version 20000000
Previous Block 00000000000000000001b51c397128b7c7fd3bb22f5fac38bf98d9581b86f67e
Merkle Root ec2b77dbe9a6ac047706906a114a8ef250295feabad9f0c22c8ad2a113e72991
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,859
Size: 1.00 vMB
Total Fees: 0.00842728 BTC
Feerates: 194.57 > 0.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,974 (793,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,118 122,118 000000000000458d063c160603f0d5863d8394fcfa2aabaf6561baa576f446cb 23 0.01/1.00 vMB 779
122,117 122,117 0000000000004a162f80625a484ed70a0e1b3d932dedb4c72e561a60626aa0ea 1 0.00/1.00 vMB 0
122,116 122,116 0000000000003ebf18e77340d4e46c416ffb050b8d4ecf588beb3ddd7a74e846 12 0.01/1.00 vMB 751
122,115 122,115 000000000000345f25ad753233d24b51d00e385e57163398fb9b2e4aa74fb9c7 33 0.01/1.00 vMB 692
122,114 122,114 000000000000234b61d37dc422f89be87722ce9ffc63f893eddd145392b3a582 6 0.00/1.00 vMB 305
122,113 122,113 00000000000025cd8bde20c0ae51137d4937efc8afbdfcfd9fe29f133fb95e42 16 0.01/1.00 vMB 1,269
122,112 122,112 00000000000075e65750b2042e8e7f2a8cadab7107f7a32b8af28e09b674ef9f 9 0.01/1.00 vMB 0
122,111 122,111 00000000000084ba03b86206b6bc2564188117cdf62925eee8b204e701793daf 48 0.01/1.00 vMB 1,954
122,110 122,110 000000000000500934ac5f506cac974a52d25c8e2220f67e8f8c3fa7bcc84948 8 0.01/1.00 vMB 447
122,109 122,109 0000000000004aaab9c0e99269f47c912aa0f59533a1c5e26c5857062670645f 23 0.01/1.00 vMB 85
122,108 122,108 00000000000029804cd9b280fa3ba155aef25fb2478c56a7dc18f36e2fd841b6 25 0.01/1.00 vMB 58
122,107 122,107 000000000000967f60a1e830bebff8ca27b86125b8e93495c2b6a7a69aef0c3e 1 0.00/1.00 vMB 0
122,106 122,106 00000000000089d22d8591cd3cccae03a0feb85fab329f97aa944650bb4d379d 66 0.04/1.00 vMB 1,868
122,105 122,105 0000000000004decd7c3e58d3b177ab68641c24440094465db887590e962236d 22 0.01/1.00 vMB 153
122,104 122,104 00000000000017adc5dd6fd4fa1a3e7f1b89f7046e9a8ea37001f995b6c3cdf9 24 0.01/1.00 vMB 1,047
122,103 122,103 0000000000003baa74988ef736b0015f59cb831a08696bc6f866a2a9d1711c97 16 0.01/1.00 vMB 321
122,102 122,102 00000000000090d11cf0655594d28f30060584c36c9e94f18ee2bced6784a34a 39 0.01/1.00 vMB 266
122,101 122,101 0000000000002c317a8f3417420f60850c56cbb10b3f1531aa67770d1e41a9b4 1 0.00/1.00 vMB 0
122,100 122,100 00000000000042b6088aa88d0234e53b25eedf1ba2780c0949403bb9fe9a7329 13 0.00/1.00 vMB 1,066
122,099 122,099 00000000000008712bbdbdea81fce6d4fce42e6e9ef7c7af3d386f0bc3a9c1f3 13 0.01/1.00 vMB 190
122,098 122,098 00000000000058b117c8132819edb651040b7cd8dc2330bf702a99e0c49ed1d2 15 0.01/1.00 vMB 680
Previous 10 blocks ↓
Total Size: 784.08 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: 805.82 GB
    • Received: 23.03 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.