Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,406 transactions (2.81 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,298 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,297 (849,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,329 61,329 000000000ab9f41d799fbc220a69838461b969f5944f8a4d605f51ffdacffea1 0.00 MB 1 0
61,328 61,328 000000000bb2ca489b3e0a5681e97e5e2a5f22705bf337e7ed1eebf974a21ab3 0.00 MB 1 0
61,327 61,327 000000000b08a31fcfbeb1e83749bfd1658ae81ce89d74ddc29e69a49699db5e 0.00 MB 1 0
61,326 61,326 000000000c592350e753f1004288c38fbac8947de2c411592b151338c8ae7a71 0.00 MB 1 0
61,325 61,325 000000000928e6fa518aac14ed97d67fd169cafd573ea3259e255bc210a091e6 0.00 MB 1 0
61,324 61,324 0000000003b68a994a9321255428872ce9314de65c67cf30966818ad95545c90 0.00 MB 1 0
61,323 61,323 000000000cdd176d5a0736fe47697d3446914fe267d63b39f2210d89d7667a78 0.00 MB 1 0
61,322 61,322 000000000e38eb2d8b418770a745ba4580af1f74fd167b3a0993fd8f02e86428 0.00 MB 1 0
61,321 61,321 0000000009163ecf5c1a8a584ebb36b82bb13fb20d60b9d6b1b266f63e066b54 0.00 MB 2 0
61,320 61,320 0000000001e084d5697734ff5984f10c1bdc5d4662113c6251f1a0742f1fa9f1 0.00 MB 1 0
61,319 61,319 000000000c17d5779811fb237baf22573c79c55e7febedc88c7521b1e54ea23d 0.00 MB 1 0
61,318 61,318 000000000a9f3b2dbb45b96504f615369744ef17913800c7b696d9217a60257a 0.00 MB 1 0
61,317 61,317 00000000043c14a9e3f87ad9ec49a474943b43124a30909227da34684002d16b 0.00 MB 1 0
61,316 61,316 000000000ce167ab0c9863f1e82de4ebd53799d88f094036209192f561d4eb40 0.00 MB 1 0
61,315 61,315 000000000801aff4778039294cabeefeb694347dfda98370c9665bd51765b270 0.00 MB 1 0
61,314 61,314 00000000056fda50828a69f67d3a9428294966ce0b24b0bc3ed195f452e84308 0.00 MB 1 0
61,313 61,313 0000000000c85c4bebf0c2dc2be34807112e2e1da1e112fee2453be14523ec16 0.00 MB 1 0
61,312 61,312 000000000218349a0151f005e1950345c082cffdd2d29f2d84c169d5e729cd74 0.00 MB 1 0
61,311 61,311 000000000bf68ec657eaf4c696b9c0077be80d024b94c1e91c4bcc537451edd3 0.00 MB 1 0
61,310 61,310 0000000009c2a72b1d6235a33d01193fd65537a7fcd27334f6ccf5ff24dd2481 0.00 MB 1 0
61,309 61,309 000000000cf245ea457424f34313f427df760e7b8528bad07b4afb5af91235c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,398.66 GB sent, 127.83 GB received

Notes

  • This page updates every 5 seconds.
  • 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.