Loading Tool

Explorer IconExplorer

Memory Pool

81,140 transactions
30.48 vMB
0.09019395 BTC
Random Selection Loading Transactions
Max Size: 183.45/200 MB

Candidate Block

Mining Attempt 1e5edca6e3a2305482670514bc2b0ad16b44f89308d060041b09ff000c9f0125
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 48fb3cfb37674bbada38585a4cb39d9d2ed7d87f02ebac9c83e0600ef78f74b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,820
Size: 1.00 vMB
Total Fees: 0.02473007 BTC
Feerates: 163.06 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (152,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,269 762,269 00000000000000000005bf2e020960e0655fbf85db6e561cf9fc4d12b2f1b6e5 3,300 1.00/1.00 vMB 34
762,268 762,268 00000000000000000003fb16c55ed20290e90aa35f4582507d99a142f991bbce 3,548 1.00/1.00 vMB 18
762,267 762,267 00000000000000000004a9fdebb7df756c9b10ac69f35b6ff4261b1b2685c553 2,704 1.00/1.00 vMB 16
762,266 762,266 00000000000000000001916487a5273fe2136b29da1a81f963a610bf6b5493a7 1,675 1.00/1.00 vMB 17
762,265 762,265 0000000000000000000460a14aab424b2fdf57437d77c9a0870b25dfde4efa35 3,162 1.00/1.00 vMB 22
762,264 762,264 00000000000000000004b759762fab06f542ce0c48ec76fc82abede16ca5aae4 3,093 1.00/1.00 vMB 25
762,263 762,263 00000000000000000001cd1ff6a93a20972fc2c801e5cd219441d91fb5c06270 1,722 1.00/1.00 vMB 35
762,262 762,262 000000000000000000002c0d7bc76f1fb3e91326f7538230ac62b679bc580c18 2,102 1.00/1.00 vMB 25
762,261 762,261 00000000000000000005935a2f702e5944d857561659167c4aee9f86b9319545 1,976 1.00/1.00 vMB 21
762,260 762,260 00000000000000000005affc513530d15d7a2ab3a43b81c55e1e162ea9dcdee4 2,270 1.00/1.00 vMB 27
762,259 762,259 00000000000000000003b86ef9c1fd8276d7ee2d8e1e174e6e15d16904b38d5b 2,011 1.00/1.00 vMB 12
762,258 762,258 000000000000000000018a941f6803df3b2d4dd269cbad861aced583368ff913 2,195 1.00/1.00 vMB 20
762,257 762,257 000000000000000000001a83a4d42516985090e7cc5667b4b82b45dbe9d7d66b 1,869 1.00/1.00 vMB 17
762,256 762,256 00000000000000000004e8d5cbd01401dc4d69052b6a9e02164ada9638be5aa0 2,024 1.00/1.00 vMB 31
762,255 762,255 0000000000000000000387964b6ce48aa1ce66bdf0a0556aa8b15b37b0549f9d 2,252 1.00/1.00 vMB 19
762,254 762,254 00000000000000000003ffe15640882de66970826c2f88f6aa090d98de8ad6ae 1,151 0.39/1.00 vMB 13
762,253 762,253 000000000000000000038906e738dc014a2885646f186b4fe574bcc70132f641 1,099 0.46/1.00 vMB 13
762,252 762,252 000000000000000000067e4a98f48c887e546402fdffa6ee90baf1b6422b6644 2,712 1.00/1.00 vMB 16
762,251 762,251 000000000000000000068c7f14ce90500bf672548d6e78bb5da6fd7c38d7331e 1,383 0.42/1.00 vMB 15
762,250 762,250 0000000000000000000670c4eca66c9a21e9170dfeacfb1fd2a9112d5f632cbf 94 0.03/1.00 vMB 13
762,249 762,249 000000000000000000045c7e07057f474aa529a20bc72134d3097c4d80640beb 1,184 0.72/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.69 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: 692.31 GB
    • Received: 16.50 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.