Loading Tool

Explorer IconExplorer

Memory Pool

76,344 transactions
28.89 vMB
0.07428635 BTC
Random Selection Loading Transactions
Max Size: 176.50/200 MB

Candidate Block

Mining Attempt 662bd7d4aa5e4f14c4244d681831d233dbe39306f02795ebf5d4c1911b5b8682
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 8f9d2a2e3318ffc789edef737e37cc0f7b6611b30467e6c0c83c64ecc6b46174
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.01133946 BTC
Feerates: 77.76 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (264,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,329 650,329 000000000000000000087e2f22d1b93c5b215878615bc5c6fcd1d4d6ae9cc4ef 2,337 1.00/1.00 vMB 27
650,328 650,328 00000000000000000008ea75ba4a8b7c2e334fdcafa0396be726dafaebfefdbe 2,378 1.00/1.00 vMB 37
650,327 650,327 000000000000000000028de22c6073f22d5ce3659fc307125127dfbb720461ef 1,871 1.00/1.00 vMB 52
650,326 650,326 00000000000000000001cdfd8635108b051329e9afdd924c50e5aa34e46b1838 1,143 1.00/1.00 vMB 3
650,325 650,325 000000000000000000038973ac554e90636fae2995efa0d1725c00ac4e7dbc35 1,330 1.00/1.00 vMB 24
650,324 650,324 00000000000000000002adffdf46edf6437655c2e0e8b6d3d8279285290313a2 493 1.00/1.00 vMB 7
650,323 650,323 0000000000000000000791e44e774bc19c02845941d03a0bee0eee1aece51cfe 2,160 1.00/1.00 vMB 7
650,322 650,322 0000000000000000000bc6645adb2371e8c2db954e81de04b6446ffe3a26a4d7 1,971 1.00/1.00 vMB 15
650,321 650,321 00000000000000000007fa8575915d47556b4492bb644510c2258f28a4842d15 1,874 1.00/1.00 vMB 28
650,320 650,320 0000000000000000000e6d4f220a2cfe1b20ea4cf443b8d84f2178e623a18c83 2,839 1.00/1.00 vMB 45
650,319 650,319 000000000000000000006b6833281555b24f7600c73c0b5e54bfe1e5d6f9ec5a 2,446 1.00/1.00 vMB 70
650,318 650,318 000000000000000000065851289d68d8d4133d8d6c3054ee0d95777dcc183e9b 2,506 1.00/1.00 vMB 36
650,317 650,317 0000000000000000000e1b3910130e762ef1f3d24260fed74c03e7a250060fdd 2,150 1.00/1.00 vMB 59
650,316 650,316 00000000000000000000344200cd8038ed7eab70215815faa81d9ff959166ffc 1,269 1.00/1.00 vMB 16
650,315 650,315 0000000000000000000a7fd89ebd704c593b4cab1edb532eced1243074027bf5 1,839 1.00/1.00 vMB 21
650,314 650,314 0000000000000000000925782b4de1d6b5850e0c4aa8664a637669aaa0beb83b 1,613 1.00/1.00 vMB 17
650,313 650,313 0000000000000000000505bfe173b31a6efcb5c8679573e489695016cf4526ea 985 0.44/1.00 vMB 24
650,312 650,312 0000000000000000000092173904bc6740176ab9806379036ff032de7a033da3 688 0.22/1.00 vMB 33
650,311 650,311 000000000000000000073e1c01d7b33c301a4e44a19b007a38965a1ae0806aef 933 0.44/1.00 vMB 40
650,310 650,310 0000000000000000000b7dc86ecfa3b19aebbac3a9fa1bc2a82b2bf05d45ea9f 500 0.21/1.00 vMB 21
650,309 650,309 00000000000000000003a7832749adffe88ea876bca64f3a1ef53dec215f281b 2,684 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.