Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,279 transactions (2.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,435 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,998 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,434 (164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,270 909,270 000000000000000000007a1b111aafe9996934dda47e72a9a1a1422059378ad9 1.42 MB 2,358 3
909,269 909,269 0000000000000000000215c3bdffa529c2f41b5c80ca8982970b4f5997c19fc1 1.72 MB 1,623 2
909,268 909,268 0000000000000000000133170232048284876884698cf99e6571eab07bf5eb9d 2.07 MB 1,879 3
909,267 909,267 0000000000000000000109f4b0ba873790674a0b9112850ac44aabc57c99435b 2.07 MB 1,759 3
909,266 909,266 00000000000000000001469342ce0090e98b183c096641530a2b41784cb10969 1.52 MB 4,119 6
909,265 909,265 00000000000000000000dac510915d9d0c573f6d5d9670c8cb92e5823d73c716 1.61 MB 4,077 5
909,264 909,264 00000000000000000002057e7826d43cc7df4d3067cf6500ed1b59d7f794fe19 1.64 MB 3,732 5
909,263 909,263 00000000000000000001a44942002a20780e71df922d4c49280c95d8e50e83d6 2.38 MB 595 2
909,262 909,262 00000000000000000000333102d405ddd92178261d410c120bcc1aa5430dd710 2.41 MB 641 3
909,261 909,261 000000000000000000008c811c04abd65d89eefe19a0d51f7cc1686f725d3fc0 2.11 MB 1,569 3
909,260 909,260 00000000000000000000395ddb43f6f060b0d5429d1a07cc53ca2d234603df68 1.57 MB 3,189 4
909,259 909,259 0000000000000000000189f0d47956d54ab4aadce5bfcf9e3128854dc7107682 1.56 MB 4,417 7
909,258 909,258 00000000000000000000163813240b729da9d7a8bfb4d819918865089365ae33 0.00 MB 1 0
909,257 909,257 00000000000000000000e65cf8e3add60c9682a13bb0b4164aea24ce32f30796 1.62 MB 2,877 3
909,256 909,256 000000000000000000019526d57504f84dd113854ed1c658d0e04d1fa38091ff 1.51 MB 2,322 3
909,255 909,255 00000000000000000000db6c168d1116f71e8efd664365d1973aecec10fd3078 1.59 MB 2,819 3
909,254 909,254 0000000000000000000093b567a304434c8d0457a3c2729b4fcad32292eb6ab3 1.63 MB 3,294 4
909,253 909,253 00000000000000000002187970591242d74a11c51f2e038a215e16daf328132d 1.61 MB 3,988 5
909,252 909,252 000000000000000000007f862003fbd45dfbf700b448abe4d1acfd4f36dd8af4 1.55 MB 1,807 2
909,251 909,251 000000000000000000009d41594f4d11697670f9281166e22b2b6340655ec69e 1.58 MB 2,409 3
909,250 909,250 00000000000000000000ba00984f947fcddc8246fd20795a971a9e67aa8e5ef2 1.56 MB 3,626 5
Previous 10 blocks ↓
Total Size: 772.35 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,077.27 GB sent, 109.96 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.