Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,122 transactions (5.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,101 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,993 908,993 00000000000000000000174d06d2bc0e0a680e8021a2154d90c3d2d5237be5a6 1.80 MB 4,539 0
908,992 908,992 00000000000000000000f96aefec93ba19e019e7eeaaad82c4eea17fa6f2e8b2 1.53 MB 3,540 4
908,991 908,991 00000000000000000000dd4f6c3a82c41f20f2b387fde7e17729566138908cad 1.81 MB 4,754 0
908,990 908,990 00000000000000000002040749a8232e4a4a10a4fbd210a00d28353c989871d2 1.12 MB 2,218 3
908,989 908,989 000000000000000000008fca14930cbf19bf8631e80895d2afc9c0b252609563 1.72 MB 4,582 2
908,988 908,988 00000000000000000001bf37a656b23d85afc43880b7b4d72ea0ac624ec8369c 1.26 MB 2,289 3
908,987 908,987 000000000000000000022d67ed405ce2936743cd25ea8d8d621c5cc64cf4ec90 1.71 MB 4,422 2
908,986 908,986 00000000000000000001a901b961c1ed3f4f53e78cda1e6db47925cc6ab4e3b0 1.67 MB 3,760 1
908,985 908,985 000000000000000000000be3ac43f03ced4bee0d09afea98f98564cebf685ca4 2.23 MB 3,863 0
908,984 908,984 00000000000000000001975172602e6269ce9b2d3acfe0c5b20e9e5e6ee8bd69 0.44 MB 1,064 3
908,983 908,983 00000000000000000000be7a88982be47ca759ee2782cc4cea67722abb09d523 1.14 MB 2,972 3
908,982 908,982 00000000000000000001df483a2b394b03f4a8abba6a1a1bba7c06f3e035d336 1.83 MB 4,827 0
908,981 908,981 00000000000000000001eeeab7728e1112bb2489efff01f58ec27708f257ce39 1.60 MB 3,363 3
908,980 908,980 000000000000000000017d0b0524b0a4d146b5525f3d942291c80849511430e3 1.49 MB 4,028 1
908,979 908,979 00000000000000000001352b90f8ed2696469b22b1a45618e9b086c33d989442 1.46 MB 3,076 4
908,978 908,978 00000000000000000001b6d952addb7dd848661ebba6ab94dc048d15d1f2547d 1.56 MB 3,337 6
908,977 908,977 00000000000000000000d18d01ca133b96acbef698d3c534d7870b2374a8cb1b 1.58 MB 3,264 3
908,976 908,976 000000000000000000014348a2a22e1000287a88e47803cf24623c118afbda14 2.01 MB 3,675 1
908,975 908,975 000000000000000000019bee8add640e6d2fcce35460246a08eec66cc52829a2 1.57 MB 2,774 2
908,974 908,974 00000000000000000002320b0c0ea9e7dbd1ea9e00717c00f313985d5673529b 1.53 MB 3,352 3
908,973 908,973 00000000000000000001afeead7862e65e87a7b0915f3503994a2a175d32960d 1.55 MB 3,286 1
Previous 10 blocks ↓
Total Size: 772.04 GB

Node Information

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