Loading Tool

Explorer IconExplorer

Memory Pool

78,423 transactions
30.46 vMB
0.07191084 BTC
Random Selection Loading Transactions
Max Size: 184.84/200 MB

Candidate Block

Mining Attempt 0498917cc001cb83b687508f86150199374b466581db420c64a7c422d208166a
Version 20000000
Previous Block 00000000000000000000e885ade576aceca50441a4a73807a55d83826b1a7ee7
Merkle Root 9fbb767da4075bf555fac25e0c831095e9ae328d9cbacd33a4513586df374d53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,377
Size: 1.00 vMB
Total Fees: 0.00685737 BTC
Feerates: 40.21 > 0.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,204 (158,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,140 757,140 000000000000000000069ef9c4f5424e08357b17aa65a31ba3b02b101bdff7d7 224 0.06/1.00 vMB 8
757,139 757,139 0000000000000000000888362eb3a0ea3976965362ddc0825313d5379e5b23df 712 0.25/1.00 vMB 7
757,138 757,138 00000000000000000005c187c76f903814db04e4b266983c08acfc15cd2f9eb1 315 0.09/1.00 vMB 9
757,137 757,137 00000000000000000000899264a4359768ecb0bb657f5a6101a97a508a4f4e86 41 0.01/1.00 vMB 21
757,136 757,136 00000000000000000000ad7a6c7d34b23e2562168041e290be208128b9631161 318 0.09/1.00 vMB 9
757,135 757,135 000000000000000000046d53954f24d4fe9c21209ab4883b2283303694d116f9 660 0.26/1.00 vMB 10
757,134 757,134 000000000000000000022368eb8d898324c6004cf895861b5aceb1dfcc1a93fd 15 0.00/1.00 vMB 5
757,133 757,133 0000000000000000000423958cfcccc456b171681f775ef22ae363af19f64b1a 595 0.27/1.00 vMB 4
757,132 757,132 000000000000000000024b871005005d17e87a3f328065246de7216d584d7083 398 0.15/1.00 vMB 10
757,131 757,131 00000000000000000008bf18bc2b79e6e600a1fd84cd20a271fed6c8fe9ad324 183 0.04/1.00 vMB 12
757,130 757,130 00000000000000000002e42017fba60f5f07628cd2f4a549b5fd8c759e246aab 1,219 0.47/1.00 vMB 8
757,129 757,129 0000000000000000000385a7e00e161b9580630bf0fe2df7e6e419e178296fe6 1 0.00/1.00 vMB 0
757,128 757,128 00000000000000000003becf68f00bef2d1cef09cd9e61b1ccc66481a9975c1a 220 0.10/1.00 vMB 8
757,127 757,127 000000000000000000052adf0a8988d22699b7882e2538e67b3261ad81888b51 658 0.25/1.00 vMB 8
757,126 757,126 00000000000000000007b597fe2f7b0e0d081dc43653ac4cb00323437dbe74de 213 0.11/1.00 vMB 5
757,125 757,125 00000000000000000003c2458eeb3fc2be5b77a13aed3d32477275baea6da14c 70 0.06/1.00 vMB 3
757,124 757,124 000000000000000000024c4f79da946572ae4306ab941a25f7c96e4d0d807015 143 0.34/1.00 vMB 1
757,123 757,123 000000000000000000007f1812c76ff334c2a2a1ea1daa9ba50f29a0b956a734 1,660 1.00/1.00 vMB 8
757,122 757,122 00000000000000000007e7e1140db0de8812b850739d543da51e1fd33644fb11 1,583 1.00/1.00 vMB 11
757,121 757,121 0000000000000000000370856207259e7e9c9dd97af1eb53756e4a92949d4756 387 0.11/1.00 vMB 9
757,120 757,120 00000000000000000005ee8c85304e8273383197b26c062f41b97ced3b0bf38b 1,463 0.45/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.75 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: 708.51 GB
    • Received: 16.73 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.