Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,884 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,785 (261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,524 911,524 00000000000000000001331470605e0a2d7c7d4a0e45061e36bf54406453d53a 1.30 MB 2,399 1
911,523 911,523 00000000000000000000842876f3c8bc47eb02310b098e9d46a86fd5d872ef24 1.61 MB 3,933 4
911,522 911,522 0000000000000000000154c76ff630e33c6af124d2f880f819b5d825a9eaf31c 1.92 MB 2,689 1
911,521 911,521 00000000000000000001adb56e4a40f3e62b325990c97204d8b001364a1306b7 1.59 MB 3,697 2
911,520 911,520 0000000000000000000191f7516dcea507f2267033d1d1bfbcdced5c83b61543 1.58 MB 3,748 2
911,519 911,519 000000000000000000012abde441554e7a9f68ca276b00ba0b5c05915a453c55 1.85 MB 3,939 0
911,518 911,518 00000000000000000000a522824dccd7c20df535ca14d0154d7cffecd1671b6d 0.14 MB 380 3
911,517 911,517 00000000000000000001a5bc67f5d4852cd77e84dc4b8354169dc60e0238afd6 1.63 MB 2,786 2
911,516 911,516 000000000000000000009fd7076e48a3d8b449b7c2073ace62a58552e87bddd4 1.82 MB 3,246 1
911,515 911,515 00000000000000000001a89213c489f8a1afbb52c68824cbe41855b2cedfdc0f 1.76 MB 3,143 0
911,514 911,514 00000000000000000000024b21c93de4cde597a052403987d9dd8e94ce7638f7 1.71 MB 3,287 1
911,513 911,513 00000000000000000000553ab95c47c2913fd112c4340d1f49ef20fe31c8f1e5 0.33 MB 639 2
911,512 911,512 00000000000000000002116d98b95c01e5d37e10ef86648d04a5b8682865879c 1.72 MB 4,170 1
911,511 911,511 0000000000000000000007b5f8bc9d8246b3b1fc6939aa703a8ff3e17d6a559e 1.55 MB 3,322 2
911,510 911,510 000000000000000000010c9c3c77365f0798b1cc748173f158cffa61a648322a 1.64 MB 3,829 2
911,509 911,509 00000000000000000000d21966874d5e09990423e19631c0df3fa1670a893cfc 0.77 MB 1,299 1
911,508 911,508 00000000000000000002289336c60c760d30e3f46d4bbe693abc67d810569ec0 1.62 MB 3,421 2
911,507 911,507 00000000000000000000d6536d35d08a0c74e3a4e73e32cc9f0de3bd91cad703 1.72 MB 3,279 0
911,506 911,506 000000000000000000007c43d2d9dd0c92cdfc502b06ecf1ab4bcf25120405ce 1.68 MB 4,429 1
911,505 911,505 00000000000000000000dd5551b54997996e2189236b9b1f1a94fc538ade1f45 1.50 MB 3,023 2
911,504 911,504 00000000000000000001aa93c3d215f78785cd2b64172ff21adb6e1d90768537 1.64 MB 3,846 3
Previous 10 blocks ↓
Total Size: 776.69 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,441.07 GB sent, 132.00 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.