Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,570 transactions (2.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,029 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,246 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,028 (819,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,539 90,539 00000000000c80a30b1e4242c30a6795b7fbcc2b1ce6e59132fd11fd47c729fd 0.00 MB 1 0
90,538 90,538 00000000000d6244d85f86d117d86b3ac42eb6f9ec98d5cba1df3cee458a0106 0.00 MB 3 0
90,537 90,537 00000000000c903f0074885072eb050e9d15a9c2d5566e8f9bc2e472fb5afa1b 0.00 MB 1 0
90,536 90,536 0000000000108c409bf4f77beea85cea5a6c816b8296dcc4a765e889c65b9bb5 0.00 MB 1 0
90,535 90,535 000000000003722871b2f33372204df28b6ae6e3524a0164747a78af742647ef 0.00 MB 1 0
90,534 90,534 0000000000089ad0ec9c208cb40038353bee59753b97e712574d6cc44deeb1a0 0.00 MB 1 0
90,533 90,533 00000000000b503be721d5d6d02e019c63f245e90330979b832cc11a31154b9d 0.00 MB 3 0
90,532 90,532 00000000000c7c578863ffc9bd654e98c1c9eaa47c4585c8c0dd25e63895d54c 0.00 MB 2 0
90,531 90,531 0000000000053300ade3dcaaa4dd84e149ac3492052c2661440ea6158e249822 0.00 MB 2 0
90,530 90,530 000000000009eb706111db98463d0cd571741a7b59395a8a1a4562d66e185aaf 0.00 MB 3 0
90,529 90,529 0000000000106d14a13de2fcc5e0d84ab2c88db4c72e4a3231e0bc40b182ea81 0.00 MB 2 0
90,528 90,528 0000000000122bfe4333206043fabf77bf9d5e8daaf640850e3a950b3a9a60ea 0.00 MB 2 0
90,527 90,527 00000000000ae7f9dc5af1d7e61e76b48d508c29132d3f0a626547b058c65713 0.00 MB 1 0
90,526 90,526 0000000000090ae63785e53c857378521e4e4763f8156bcc710ab2581e3c1857 0.00 MB 8 0
90,525 90,525 000000000012d31a66897e64e1fa1bf075a399854027acb1408b9484252f491e 0.00 MB 2 0
90,524 90,524 00000000001354d163b4650bfabf6519a9c9c6a57d5aa475db573dded78ef277 0.00 MB 1 0
90,523 90,523 000000000011946af459a6e45338d630c80daccc6c953fde1efc6482c569bd3c 0.00 MB 4 0
90,522 90,522 0000000000143f87c4c33aa029e296ef53b01b867fa2bd421f6f71364551b09e 0.00 MB 3 0
90,521 90,521 0000000000017776edc53c3461499444205163e8716ec7fb80fae97e97da7381 0.00 MB 7 0
90,520 90,520 00000000000aa8aba0b3add4ff791fca2a5b9a9b5e01666fafa7e29b9f77c085 0.08 MB 5 998
90,519 90,519 00000000001348df747114ae850bd5ed670559226ad593c3e0b0fe8d037f2ec3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,185.33 GB sent, 115.56 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.