Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,796 transactions (1.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,984 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,938 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,983 (25,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,660 886,660 00000000000000000000db56ebce6fb982c108b89d77b7a08002527f80a0a409 2.12 MB 288 1
886,659 886,659 0000000000000000000103234d1367f90dc717c7a31eaab2c96fb6649af8fe73 1.96 MB 675 1
886,658 886,658 0000000000000000000019241ee85ef43bf0a7e115bfae386e0f27a0479f2eac 1.86 MB 2,133 1
886,657 886,657 0000000000000000000152f2f311a44dfd522ea9d1adf689bfb2639c4a97fc3d 1.41 MB 2,175 2
886,656 886,656 000000000000000000004b85a551e1eb678aa0ccb7ae2e3ea6517a52129b5f5f 1.36 MB 1,913 2
886,655 886,655 000000000000000000008889d8ca5959500f6f6fcfdbe799f57922e28b32a766 1.55 MB 3,726 5
886,654 886,654 0000000000000000000132dc93ab25372999e81f9105139eed346c7563cd2e5b 1.63 MB 1,954 3
886,653 886,653 00000000000000000001d330bd715069474479001d8b708d6f0305daddb78f98 1.54 MB 3,336 2
886,652 886,652 00000000000000000000ca9da06a781049143604cacdf559a39c76e00756d155 1.84 MB 1,900 2
886,651 886,651 00000000000000000001cc6f4e217f444982581cf09a66cab406e23f793c4407 1.63 MB 2,077 2
886,650 886,650 00000000000000000000789c05533cf7d9311a94af482862bb73b52376502cce 2.15 MB 256 1
886,649 886,649 0000000000000000000176dd68790fa391c0b3205918d5f076c88fcc583d96ea 1.93 MB 1,627 1
886,648 886,648 000000000000000000028127fec24d916f1edb283fcfcba8683b63cf2d5fd2fe 1.64 MB 2,329 3
886,647 886,647 000000000000000000002bf22e10318d50ff74550c49a8c8c1bc83545782ab81 2.15 MB 293 1
886,646 886,646 0000000000000000000032965c6841d41490baf79af5743bd99979277cfef91c 2.15 MB 252 1
886,645 886,645 000000000000000000011bacf8616a9aeceb2325e9be01e3a44ff62b0b50e531 1.97 MB 691 1
886,644 886,644 00000000000000000000677361c129782028955a8489389aeb4cb2363e6a7130 1.90 MB 1,832 2
886,643 886,643 000000000000000000006e1050b04df8bf92e0e4001912be503b16aa4bac05b2 1.52 MB 2,895 3
886,642 886,642 00000000000000000001b6b0dfbf529c629f223eb5fe6fad8d623ffc3ba01942 1.86 MB 1,273 2
886,641 886,641 0000000000000000000245cd72c17e29c2e53eed7ed457a6f0ecef04cf22bed4 2.07 MB 672 1
886,640 886,640 0000000000000000000170364edb4e3a9c1162342d5fe803cb590f32fdb8ca08 1.71 MB 1,067 1
Previous 10 blocks ↓
Total Size: 777.06 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,502.81 GB sent, 133.73 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.